Searched refs:iokit_common_err (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOReturn.h70 #define iokit_common_err(return) (sys_iokit|sub_iokit_common|return) macro
75 #define kIOReturnError iokit_common_err(0x2bc) // general error
76 #define kIOReturnNoMemory iokit_common_err(0x2bd) // can't allocate memory
77 #define kIOReturnNoResources iokit_common_err(0x2be) // resource shortage
78 #define kIOReturnIPCError iokit_common_err(0x2bf) // error during IPC
79 #define kIOReturnNoDevice iokit_common_err(0x2c0) // no such device
80 #define kIOReturnNotPrivileged iokit_common_err(0x2c1) // privilege violation
81 #define kIOReturnBadArgument iokit_common_err(0x2c2) // invalid argument
82 #define kIOReturnLockedRead iokit_common_err(0x2c3) // device read locked
83 #define kIOReturnLockedWrite iokit_common_err(
[all...]

Completed in 64 milliseconds