Home
last modified time | relevance | path

Searched refs:addEventSource (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestDevice.cpp68 if (!commQ || kIOReturnSuccess != workLoop->addEventSource(commQ)) { in init()
74 if (!intES || kIOReturnSuccess != workLoop->addEventSource(intES)) { in init()
H A DTests.cpp810 err = wl->addEventSource(tes.get()); in IOWorkLoopTest()
824 err = wl->addEventSource(tes.get()); in IOWorkLoopTest()
838 err = wl->addEventSource(ies.get()); in IOWorkLoopTest()
1830 IOService::getPlatform()->getWorkLoop()->addEventSource(es.get()); in IOServiceStateNotificationTests()
1996 ret = wl->addEventSource(cg.get()); in sysctl_iokittest()
/xnu-11215/iokit/Kernel/
H A DIOCommandPool.cpp92 if (kIOReturnSuccess != inWorkLoop->addEventSource(fSerializer.get())) { in initWithWorkLoop()
H A DIOWorkLoop.cpp170 if (addEventSource(controlG) != kIOReturnSuccess) { in init()
300 IOWorkLoop::addEventSource(IOEventSource *newEvent) in addEventSource() function in IOWorkLoop
H A DIOServicePM.cpp377 if (gIOPMWorkLoop->addEventSource(gIOPMRequestQueue) != in PMinit()
383 if (gIOPMWorkLoop->addEventSource(gIOPMReplyQueue) != in PMinit()
389 if (gIOPMWorkLoop->addEventSource(gIOPMWorkQueue) != in PMinit()
397 if (gIOPMWorkLoop->addEventSource(gIOPMCompletionQueue) != in PMinit()
H A DIOPMrootDomain.cpp1745 gIOPMWorkLoop->addEventSource(pmPowerStateQueue); in start()
1751 gIOPMWorkLoop->addEventSource(_aotTimerES.get()); in start()
/xnu-11215/iokit/IOKit/
H A DIOWorkLoop.h244 virtual IOReturn addEventSource(IOEventSource *newEvent);
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp693 if (wl->addEventSource(ies) != kIOReturnSuccess) { in exclaveRegisterInterrupt()
880 if (wl->addEventSource(tes) != kIOReturnSuccess) { in exclaveRegisterTimer()