Skip to content

Commit

Permalink
Updated RSX180/280 system include files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperaza committed Feb 14, 2021
1 parent c3dc1b8 commit 0cdc6ab
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions errors.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,40 @@ E.FLCK equ -21 ; File access is locked
E.NODEV equ -22 ; No such device
E.EXIST equ -23 ; File exists
E.DNE equ -24 ; Directory not empty
E.BADFN equ -25 ; Invalid system call
E.BADTH equ -26 ; Invalid task header
E.TCKS equ -27 ; Task image checksum error
E.BADTF equ -28 ; Invalid or corrupt task image file
E.TNF equ -29 ; Task not found
E.TNU equ -30 ; Task name in use
E.FNC equ -31 ; File not contiguous
E.NCSPC equ -32 ; No contiguous space on device
E.NOMEM equ -33 ; Not enough room
E.PEND equ -34 ; I/O request pending
E.TRUN equ -35 ; Task already running
E.TSTP equ -36 ; Task already stopped
E.TDLY equ -37 ; Task already delayed
E.TFIX equ -38 ; Task already fixed
E.TNFIX equ -39 ; Task not fixed
E.TACT equ -40 ; Task active
E.TNAC equ -41 ; Task not active
E.TNIU equ -42 ; Task name in use
E.TABO equ -43 ; Task abort in progress
E.FAIL equ -44 ; Operation failed
E.ABOP equ -45 ; Operation aborted
E.TMO equ -46 ; Operation timed out
E.PRIV equ -47 ; Privileged command
E.PBIG equ -48 ; Program too big
E.QEMP equ -49 ; Queue empty
E.BADFL equ -50 ; Invalid flag number
E.PBSY equ -51 ; Partition busy
E.PNF equ -52 ; Partition not found
E.SSNF equ -53 ; Session not found
E.SSNA equ -54 ; Session not active
E.DMOI equ -55 ;- Dismount initiated
E.NLI equ -56 ;- Not logged in
E.ULI equ -57 ;- Already (Other user) logged in
E.VLIM equ -25 ; File version limit reached
E.BADFN equ -26 ; Invalid system call
E.BADTH equ -27 ; Invalid task header
E.TCKS equ -28 ; Task image checksum error
E.BADTF equ -29 ; Invalid or corrupt task image file
E.TNF equ -30 ; Task not found
E.TNU equ -31 ; Task name in use
E.FNC equ -32 ; File not contiguous
E.NCSPC equ -33 ; No contiguous space on device
E.NOMEM equ -34 ; Not enough room
E.PEND equ -35 ; I/O request pending
E.TRUN equ -36 ; Task already running
E.TSTP equ -37 ; Task already stopped
E.TDLY equ -38 ; Task already delayed
E.TFIX equ -39 ; Task already fixed
E.TNFIX equ -40 ; Task not fixed
E.TACT equ -41 ; Task active
E.TNAC equ -42 ; Task not active
E.TNIU equ -43 ; Task name in use
E.TABO equ -44 ; Task abort in progress
E.FAIL equ -45 ; Operation failed
E.ABOP equ -46 ; Operation aborted
E.TMO equ -47 ; Operation timed out
E.PRIV equ -48 ; Privileged command
E.PBIG equ -49 ; Program too big
E.QEMP equ -50 ; Queue empty
E.BADFL equ -51 ; Invalid flag number
E.PBSY equ -52 ; Partition busy
E.PNF equ -53 ; Partition not found
E.SSNF equ -54 ; Session not found
E.SSNA equ -55 ; Session not active
E.DMOI equ -56 ;- Dismount initiated
E.NLI equ -57 ;- Not logged in
E.ULI equ -58 ;- Already (Other user) logged in

; Task exit status codes (lo-byte, hi-byte is reserved for user codes)

Expand Down

0 comments on commit 0cdc6ab

Please sign in to comment.