Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h167 #define kIOReturnBusy iokit_common_err(0x2d5) // Device Busy macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h167 #define kIOReturnBusy iokit_common_err(0x2d5) // Device Busy macro
/xnu-8020.101.4/iokit/Kernel/
H A DIODMAEventSource.cpp113 return kIOReturnBusy; in startDMACommand()
H A DIODMACommand.cpp402 return kIOReturnBusy; in setMemoryDescriptor()
H A DIOHibernateIO.cpp490 return kIOReturnBusy; in IOHibernateSystemSleep()
H A DIOService.cpp7874 {kIOReturnBusy, "device is busy" }, in stringFromReturn()
7937 case kIOReturnBusy: in errnoFromReturn()
H A DIOUserClient.cpp6368 return kIOReturnBusy; in registerFilterCallbacks()