Home
last modified time | relevance | path

Searched refs:isInactive (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/Tests/TestServices/
H A DTestIOServiceUserNotification.cpp30 if (!isInactive()) { in clientClose()
H A DTestIOConnectMapMemoryPortLeak45265408.cpp54 if (!isInactive()) { in clientClose()
H A DTestIODeviceMemoryRosetta.cpp44 if (!isInactive()) { in clientClose()
/xnu-11215/iokit/IOKit/
H A DIOService.h646 bool isInactive( void ) const;
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2917 if (service->isInactive() && (service->__state[1] & kIOServiceStartState) == 0) { in objectInstantiate()
3518 if (isInactive() && !fRootQueue) { in rpc()
4266 if (nextService->isInactive()) { in clientClose()
5832 if (provider->isInactive() || IOServicePH::serverSlept()) { in serviceWillTerminate()
H A DIOServicePM.cpp8543 if (((options & kIOPMDriverCallNoInactiveCheck) == 0) && isInactive()) { in assertPMDriverCall()
8552 if (target->isInactive()) { in assertPMDriverCall()
H A DIOService.cpp361 IOService::isInactive( void ) const in isInactive() function in IOService
3934 if (isDext && isInactive()) { in probeCandidates()
H A DIOUserClient.cpp633 if (1 == OSDecrementAtomic(&__ipc) && isInactive()) { in ipcExit()
H A DIOPMrootDomain.cpp10277 if (!service->isInactive() &&