Home
last modified time | relevance | path

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

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