Home
last modified time | relevance | path

Searched refs:kIOReturnCannotWire (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h177 #define kIOReturnCannotWire iokit_common_err(0x2de) // can't wire down macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h177 #define kIOReturnCannotWire iokit_common_err(0x2de) // can't wire down macro
/xnu-8792.41.9/iokit/Kernel/
H A DIOService.cpp8029 {kIOReturnCannotWire, "cannot wire physical memory" }, in stringFromReturn()
8117 case kIOReturnCannotWire: in errnoFromReturn()
H A DIOMemoryDescriptor.cpp4431 error = kIOReturnCannotWire; in wireVirtual()