Home
last modified time | relevance | path

Searched refs:kIOReturnBusy (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h168 #define kIOReturnBusy iokit_common_err(0x2d5) // Device Busy macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h168 #define kIOReturnBusy iokit_common_err(0x2d5) // Device Busy macro
/xnu-8792.41.9/iokit/Kernel/
H A DIODMAEventSource.cpp113 return kIOReturnBusy; in startDMACommand()
H A DIODMACommand.cpp406 return kIOReturnBusy; in setMemoryDescriptor()
H A DIOHibernateIO.cpp490 return kIOReturnBusy; in IOHibernateSystemSleep()
H A DIOService.cpp8021 {kIOReturnBusy, "device is busy" }, in stringFromReturn()
8084 case kIOReturnBusy: in errnoFromReturn()
H A DIOUserClient.cpp6582 return kIOReturnBusy; in registerFilterCallbacks()