Searched refs:IOPMConnectionAcknowledgeEvent (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dpower_mgmt.c78 IOPMConnectionAcknowledgeEvent(connection, token );
90 IOPMConnectionAcknowledgeEvent(connection, token);
94 IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dpowerwatch.cpp93 (void)IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dpowerwatch.cpp93 (void)IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h95 #define IOPMConnectionAcknowledgeEvent _IOPMConnectionAcknowledgeEvent macro
H A Ddy_framework.c147 #undef IOPMConnectionAcknowledgeEvent macro
148 static typeof (IOPMConnectionAcknowledgeEvent) *dyfunc = NULL;
151 if (image) dyfunc = dlsym(image, "IOPMConnectionAcknowledgeEvent");
H A DSCNetworkReachability.c3994 ret = IOPMConnectionAcknowledgeEvent(connection, token);
3996 SCLog(TRUE, LOG_ERR, CFSTR("IOPMConnectionAcknowledgeEvent failed, 0x%08x"), ret);
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.h1768 * to IOPMConnectionAcknowledgeEvent().
2292 * <code>@link IOPMConnectionAcknowledgeEvent @/link</code> before the notification times out).
2322 IOReturn IOPMConnectionAcknowledgeEvent(
2344 * IOPMConnectionAcknowledgeEvent()
H A DIOPMLibPrivate.c1258 IOReturn IOPMConnectionAcknowledgeEvent( function
/macosx-10.10/PowerManagement-494.1.2/darktool/
H A Ddarktool.c1026 ret = IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_main.c409 } else if ((ret = IOPMConnectionAcknowledgeEvent(connection, token)) != kIOReturnSuccess)
410 SCLog(TRUE, LOG_ERR, CFSTR("SCNC Controller: IOPMConnectionAcknowledgeEvent fails with error %d."), ret);
1178 ret = IOPMConnectionAcknowledgeEvent(gIOconnection, gSleepToken);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dserver.c144 (void)IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c8831 IOPMConnectionAcknowledgeEvent(connection, m->p->SleepCookie);
8842 IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c3736 ret = IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c6396 ret = IOPMConnectionAcknowledgeEvent(connection, token);
6399 "IOPMConnectionAcknowledgeEvent failed, 0x%08x", ret);

Completed in 243 milliseconds