Searched refs:IOPMConnection (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dpowerwatch.h75 IOPMConnection mIOPMconn;
83 iopmcallback(void * param, IOPMConnection connection,
H A Dpowerwatch.cpp66 IOPMConnection connection,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dpowerwatch.h75 IOPMConnection mIOPMconn;
83 iopmcallback(void * param, IOPMConnection connection,
H A Dpowerwatch.cpp66 IOPMConnection connection,
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.h1746 * IOPMConnection API
1748 * IOPMConnection API lets user processes receive
1753 * @functiongroup IOPMConnection
1758 * IOPMConnection is the basic connection type between a user process
1763 typedef const struct __IOPMConnection * IOPMConnection; typedef in typeref:struct:__IOPMConnection
1767 * an IOPMConnection notification. This message token should be passed as an argument
1990 * IOPMConnection that wish to listen for notifications must provide a handler
1993 * @param connection The IOPMConnection associated with this notification.
2004 IOPMConnection connection,
2210 * IOPMConnectionCreate() opens an IOPMConnection
[all...]
H A DIOPMLibPrivate.c908 (IOPMConnection)connection,
944 #pragma mark IOPMConnection
947 IOPMConnection myConnection,
966 IOPMConnection myConnection,
1023 IOPMConnection myConnection,
1057 IOPMConnection myConnection,
1127 (IOPMConnection)connection,
1144 IOPMConnection *newConnection)
1221 IOReturn IOPMConnectionRelease(IOPMConnection connection)
1259 IOPMConnection connec
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h92 IOPMConnection myConnection,
101 IOPMConnection *newConnection
111 IOPMConnection myConnection
117 IOPMConnection myConnection,
124 IOPMConnection myConnection,
H A Ddy_framework.c145 _IOPMConnectionAcknowledgeEvent(IOPMConnection myConnection, IOPMConnectionMessageToken token)
158 _IOPMConnectionCreate(CFStringRef myName, IOPMCapabilityBits interests, IOPMConnection *newConnection)
184 _IOPMConnectionRelease(IOPMConnection myConnection)
197 _IOPMConnectionSetDispatchQueue(IOPMConnection myConnection, dispatch_queue_t myQueue)
213 _IOPMConnectionSetNotification(IOPMConnection myConnection, void *param, IOPMEventHandlerType handler)
H A DSCNetworkReachability.c3949 static IOPMConnection power_changed_connection = NULL;
3961 IOPMConnection connection,
4014 IOPMConnection connection = NULL;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dpower_mgmt.c55 IOPMConnection gPMConnection = NULL;
58 iosleep_capabilities_notifier(void *param, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities)
/macosx-10.10/PowerManagement-494.1.2/darktool/
H A Ddarktool.h75 void *param, IOPMConnection,
H A Ddarktool.c126 "darktool acts as a negligent API client, and doesn't ack any notifications from IOPMConnection \
156 "Use IOPMConnection API to emulate UserEventAgent",
161 "Use IOPMConnection API to emulate sleepservicesd",
166 "User IOPMConnection API to emulate mDNSResponder and SU Do It Later",
903 IOPMConnection myConnection;
937 printf("Created an IOPMConnection client.\n");
947 IOPMConnection connection,
1004 /* Acknowledge the IOPMConnection event; possibly with a wakeup */
1017 PMTestLog("Skipping IOPMConnection acknowlegement.");
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.h196 IOPMConnection IOPMConnection; member in struct:mDNS_PlatformSupport_struct
H A Ddaemon.c2415 if (m->p->IOPMConnection) // If lightweight-wake capability is available, use that
2485 (m->p->IOPMConnection) ? "IOPMConnectionAcknowledgeEventWithOptions" :
2503 if (m->p->IOPMConnection) IOPMConnectionAcknowledgeEventWithOptions(m->p->IOPMConnection, m->p->SleepCookie, opts);
H A DmDNSMacOSX.c8807 mDNSlocal void SnowLeopardPowerChanged(void *refcon, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities eventDescriptor)
9950 IOPMConnection c;
9969 m->p->IOPMConnection = iopmerr ? mDNSNULL : c;
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dserver.c39 static IOPMConnection gIOPMconn = NULL;
122 static void _IOMPCallBack(void * param AUTH_UNUSED, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities)
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_main.c196 IOPMConnection gIOconnection = NULL;
354 void pm_ConnectionHandler(void *param, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities)
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c3700 IOPMConnection connection,
3749 IOPMConnection myConnection;
3752 printf("Logging IOPMConnection\n");
3787 printf("IOPMConnection ScheduleWithRunloop: Error 0x%08x\n", ret);
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c6366 IOPMConnection connection,
6407 IOPMConnection connection = NULL;

Completed in 432 milliseconds