Home
last modified time | relevance | path

Searched refs:kIOReturnNoBandwidth (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/iokit/DriverKit/
H A DIOReturn.h192 #define kIOReturnNoBandwidth iokit_common_err(0x2ec) // bus bandwidth would be exceeded macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h192 #define kIOReturnNoBandwidth iokit_common_err(0x2ec) // bus bandwidth would be exceeded macro
/xnu-8019.80.24/iokit/Kernel/
H A DIOService.cpp7895 {kIOReturnNoBandwidth, "bus bandwidth would be exceeded" }, in stringFromReturn()
7985 case kIOReturnNoBandwidth: in errnoFromReturn()