Searched refs:kIOReturnNotWritable (Results 1 – 5 of 5) sorted by relevance
162 #define kIOReturnNotWritable iokit_common_err(0x2cf) // write not supported macro
534 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()560 ret = ok ? kIOReturnSuccess : kIOReturnNotWritable; in SetProperties_Impl()595 return ok ? kIOReturnSuccess : kIOReturnNotWritable; in RemoveProperty_Impl()
8119 {kIOReturnNotWritable, "device is not writeable" }, in stringFromReturn()8182 case kIOReturnNotWritable: in errnoFromReturn()
4123 error = kIOReturnNotWritable; in wireVirtual()