Searched refs:notifyToken (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMConnection.h39 int notifyToken; member in struct:__anon3420
H A DPMConnection.c1244 if (!gSleepService.notifyToken) {
1246 status = notify_register_check(kIOPMSleepServiceActiveNotifyName, &gSleepService.notifyToken);
1249 gSleepService.notifyToken = 0;
1253 if (gSleepService.notifyToken)
1256 notify_set_state(gSleepService.notifyToken, kIOPMSleepServiceActiveNotifyBit);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLib.c409 int notifyToken = 0; local
413 status = notify_register_check(kIOSystemLoadAdvisoryNotifyName, &notifyToken);
416 notify_get_state(notifyToken, &newval);
417 notify_cancel(notifyToken);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSSECSupport.c599 if (m->notifyToken)
601 notify_cancel(m->notifyToken);
602 m->notifyToken = 0;
604 status = notify_register_dispatch(buffer, &m->notifyToken,
621 m->notifyToken = 0;
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_main.c640 int notifyToken = 0; local
641 uint32_t status = notify_register_mach_port(nwi_state_get_notify_key(), &notifyPort, 0, &notifyToken);
651 (void)notify_cancel(notifyToken);
655 (void)notify_cancel(notifyToken);
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c2958 int notifyToken = 0; local
2962 status = notify_register_check(kIOUserActivityNotifyName, &notifyToken);
2965 notify_get_state(notifyToken, &newVal);
2966 notify_cancel(notifyToken);
2981 int notifyToken = 0; local
2985 status = notify_register_check(kIOUserActivityNotifyName, &notifyToken);
2988 notify_get_state(notifyToken, &newVal);
2989 notify_cancel(notifyToken);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2449 int notifyToken; member in struct:mDNS_struct

Completed in 278 milliseconds