Searched refs:inState (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3564 IOOptionBits inState, IOOptionBits options )
3585 if( (inState == (service->__state[0] & inState))
3602 ctx.state = inState;
3664 if( (inState == (service->__state[0] & inState))
3817 IOOptionBits inState; local
3823 inState = kIOServiceRegisteredState;
3826 inState = kIOServiceFirstPublishState;
3830 inState
3563 copyExistingServices( OSDictionary * matching, IOOptionBits inState, IOOptionBits options ) argument
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1271 IOOptionBits inState, IOOptionBits options = 0 );

Completed in 26 milliseconds