Home
last modified time | relevance | path

Searched refs:waitForState (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1789 IOReturn waitForState( UInt32 mask, UInt32 value,
1792 IOReturn waitForState( UInt32 mask, UInt32 value, uint64_t timeout );
/xnu-11215/iokit/Kernel/
H A DIOService.cpp5594 IOService::waitForState( UInt32 mask, UInt32 value, in waitForState() function in IOService
5602 IOService::waitForState( UInt32 mask, UInt32 value, in waitForState() function in IOService
5689 ret = waitForState( kIOServiceBusyStateMask, 0, timeout ); in waitQuietWithOptions()