Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/DriverKit/
H A DIOReturn.h162 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported macro
/xnu-10063.101.15/iokit/IOKit/
H A DIOReturn.h162 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported macro
/xnu-10063.101.15/iokit/Kernel/
H A DIOUserServer.cpp534 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()
560 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()
595 return ok ? kIOReturnSuccess : kIOReturnNotWritable; in RemoveProperty_Impl()
H A DIOService.cpp8119 {kIOReturnNotWritable, "device is not writeable" }, in stringFromReturn()
8182 case kIOReturnNotWritable: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp4123 error = kIOReturnNotWritable; in wireVirtual()