Home
last modified time | relevance | path

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

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