Home
last modified time | relevance | path

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

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