Searched refs:myConnection (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.h1995 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link<code>
2000 IOPMConnection myConnection,
2009 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link</code>
2016 IOPMConnection myConnection,
2024 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link</code>
2030 IOPMConnection myConnection,
2040 * @param myConnection The IOPMConnection created by a call to <code>@link IOPMConnectionCreate @/link</code>
2048 IOPMConnection myConnection,
H A DIOPMLibPrivate.c761 IOPMConnection myConnection,
765 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
780 IOPMConnection myConnection,
784 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
837 IOPMConnection myConnection,
841 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
871 IOPMConnection myConnection,
874 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
1092 IOPMConnection myConnection,
1097 (void)myConnection;
760 IOPMConnectionSetNotification( IOPMConnection myConnection, void *param, IOPMEventHandlerType handler) argument
779 IOPMConnectionScheduleWithRunLoop( IOPMConnection myConnection, CFRunLoopRef theRunLoop, CFStringRef runLoopMode) argument
836 IOPMConnectionUnscheduleFromRunLoop( IOPMConnection myConnection, CFRunLoopRef theRunLoop, CFStringRef runLoopMode) argument
870 IOPMConnectionSetDispatchQueue( IOPMConnection myConnection, dispatch_queue_t myQueue) argument
1091 IOPMConnectionAcknowledgeEventWithOptions( IOPMConnection myConnection, IOPMConnectionMessageToken token, CFDictionaryRef options) argument
[all...]
/macosx-10.9.5/securityd-55199.3/dtrace/
H A Dsecurityd-watch.d145 self uint32_t myConnection;
155 self->myConnection = connections[arg1];
164 timestamp, self->mytid, self->myConnection, this->client.name, this->client.pid, self->reqName);
172 timestamp, self->mytid, self->myConnection, self->reqName);
185 timestamp, self->mytid, self->myConnection);
192 timestamp, self->mytid, self->myConnection, arg0);
/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c827 IOPMConnection myConnection; local
836 &myConnection);
843 ret = IOPMConnectionSetNotification(myConnection, NULL,
852 myConnection, CFRunLoopGetCurrent(),
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c3440 IOPMConnection myConnection;
3456 &myConnection);
3464 myConnection, NULL,
3473 myConnection, CFRunLoopGetCurrent(),

Completed in 390 milliseconds