Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h639 virtual IOOptionBits getState( void ) const;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp363 return 0 != (kIOServiceInactiveState & getState()); in isInactive()
6744 IOService::getState( void ) const in getState() function in IOService
H A DIOUserClient.cpp4224 *state = service->getState(); in is_io_service_get_state()