Home
last modified time | relevance | path

Searched refs:kIOReturnNotWritable (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h161 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h161 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOUserServer.cpp495 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()
521 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()
556 return ok ? kIOReturnSuccess : kIOReturnNotWritable; in RemoveProperty_Impl()
H A DIOService.cpp7868 {kIOReturnNotWritable, "device is not writeable" }, in stringFromReturn()
7931 case kIOReturnNotWritable: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp4112 error = kIOReturnNotWritable; in wireVirtual()