Searched refs:waitForState (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1789 IOReturn waitForState( UInt32 mask, UInt32 value, 1792 IOReturn waitForState( UInt32 mask, UInt32 value, uint64_t timeout );
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 5594 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()
|