Home
last modified time | relevance | path

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

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