• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/

Lines Matching refs:iokit_common_err

68 #define	iokit_common_err(return)          (sys_iokit|sub_iokit_common|return)
73 #define kIOReturnError iokit_common_err(0x2bc) // general error
74 #define kIOReturnNoMemory iokit_common_err(0x2bd) // can't allocate memory
75 #define kIOReturnNoResources iokit_common_err(0x2be) // resource shortage
76 #define kIOReturnIPCError iokit_common_err(0x2bf) // error during IPC
77 #define kIOReturnNoDevice iokit_common_err(0x2c0) // no such device
78 #define kIOReturnNotPrivileged iokit_common_err(0x2c1) // privilege violation
79 #define kIOReturnBadArgument iokit_common_err(0x2c2) // invalid argument
80 #define kIOReturnLockedRead iokit_common_err(0x2c3) // device read locked
81 #define kIOReturnLockedWrite iokit_common_err(0x2c4) // device write locked
82 #define kIOReturnExclusiveAccess iokit_common_err(0x2c5) // exclusive access and
84 #define kIOReturnBadMessageID iokit_common_err(0x2c6) // sent/received messages
86 #define kIOReturnUnsupported iokit_common_err(0x2c7) // unsupported function
87 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure
88 #define kIOReturnInternalError iokit_common_err(0x2c9) // internal error
89 #define kIOReturnIOError iokit_common_err(0x2ca) // General I/O error
90 //#define kIOReturn???Error iokit_common_err(0x2cb) // ???
91 #define kIOReturnCannotLock iokit_common_err(0x2cc) // can't acquire lock
92 #define kIOReturnNotOpen iokit_common_err(0x2cd) // device not open
93 #define kIOReturnNotReadable iokit_common_err(0x2ce) // read not supported
94 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported
95 #define kIOReturnNotAligned iokit_common_err(0x2d0) // alignment error
96 #define kIOReturnBadMedia iokit_common_err(0x2d1) // Media Error
97 #define kIOReturnStillOpen iokit_common_err(0x2d2) // device(s) still open
98 #define kIOReturnRLDError iokit_common_err(0x2d3) // rld failure
99 #define kIOReturnDMAError iokit_common_err(0x2d4) // DMA failure
100 #define kIOReturnBusy iokit_common_err(0x2d5) // Device Busy
101 #define kIOReturnTimeout iokit_common_err(0x2d6) // I/O Timeout
102 #define kIOReturnOffline iokit_common_err(0x2d7) // device offline
103 #define kIOReturnNotReady iokit_common_err(0x2d8) // not ready
104 #define kIOReturnNotAttached iokit_common_err(0x2d9) // device not attached
105 #define kIOReturnNoChannels iokit_common_err(0x2da) // no DMA channels left
106 #define kIOReturnNoSpace iokit_common_err(0x2db) // no space for data
107 //#define kIOReturn???Error iokit_common_err(0x2dc) // ???
108 #define kIOReturnPortExists iokit_common_err(0x2dd) // port already exists
109 #define kIOReturnCannotWire iokit_common_err(0x2de) // can't wire down
111 #define kIOReturnNoInterrupt iokit_common_err(0x2df) // no interrupt attached
112 #define kIOReturnNoFrames iokit_common_err(0x2e0) // no DMA frames enqueued
113 #define kIOReturnMessageTooLarge iokit_common_err(0x2e1) // oversized msg received
115 #define kIOReturnNotPermitted iokit_common_err(0x2e2) // not permitted
116 #define kIOReturnNoPower iokit_common_err(0x2e3) // no power to device
117 #define kIOReturnNoMedia iokit_common_err(0x2e4) // media not present
118 #define kIOReturnUnformattedMedia iokit_common_err(0x2e5)// media not formatted
119 #define kIOReturnUnsupportedMode iokit_common_err(0x2e6) // no such mode
120 #define kIOReturnUnderrun iokit_common_err(0x2e7) // data underrun
121 #define kIOReturnOverrun iokit_common_err(0x2e8) // data overrun
122 #define kIOReturnDeviceError iokit_common_err(0x2e9) // the device is not working properly!
123 #define kIOReturnNoCompletion iokit_common_err(0x2ea) // a completion routine is required
124 #define kIOReturnAborted iokit_common_err(0x2eb) // operation aborted
125 #define kIOReturnNoBandwidth iokit_common_err(0x2ec) // bus bandwidth would be exceeded
126 #define kIOReturnNotResponding iokit_common_err(0x2ed) // device not responding
127 #define kIOReturnIsoTooOld iokit_common_err(0x2ee) // isochronous I/O request for distant past!
128 #define kIOReturnIsoTooNew iokit_common_err(0x2ef) // isochronous I/O request for distant future
129 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found
130 #define kIOReturnInvalid iokit_common_err(0x1) // should never be seen