Home
last modified time | relevance | path

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

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