Home
last modified time | relevance | path

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

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