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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h68 // masks for getState()
439 /*! @function getState
443 virtual IOOptionBits getState( void ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp234 { return( 0 != (kIOServiceInactiveState & getState())); }
4077 IOOptionBits IOService::getState( void ) const function in class:IOService
H A DIOUserClient.cpp2447 *state = service->getState();

Completed in 41 milliseconds