Home
last modified time | relevance | path

Searched refs:getBusyState (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h806 virtual UInt32 getBusyState( void );
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp119 DEBG(", busy %ld", (long) service->getBusyState()); in IOPrintPlane()
H A DIOUserClient.cpp4209 *busyState = service->getBusyState(); in is_io_service_get_busy_state()
4225 *busy_state = service->getBusyState(); in is_io_service_get_state()
H A DIOService.cpp5588 IOService::getBusyState( void ) in getBusyState() function in IOService
5735 if (next->getBusyState()) { in waitQuietWithOptions()
H A DIOUserServer.cpp5449 *busyState = getBusyState(); in GetBusyState_Impl()