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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h92 IOPMConnection myConnection,
111 IOPMConnection myConnection
117 IOPMConnection myConnection,
124 IOPMConnection myConnection,
H A Ddy_framework.c145 _IOPMConnectionAcknowledgeEvent(IOPMConnection myConnection, IOPMConnectionMessageToken token) argument
153 return dyfunc ? dyfunc(myConnection, token) : kIOReturnError;
184 _IOPMConnectionRelease(IOPMConnection myConnection) argument
192 return dyfunc ? dyfunc(myConnection) : kIOReturnError;
197 _IOPMConnectionSetDispatchQueue(IOPMConnection myConnection, dispatch_queue_t myQueue) argument
206 dyfunc(myConnection, myQueue);
213 _IOPMConnectionSetNotification(IOPMConnection myConnection, void *param, IOPMEventHandlerType handler) argument
221 return dyfunc ? dyfunc(myConnection, param, handler) : kIOReturnError;
/macosx-10.10/Security-57031.1.35/securityd/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.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.h2242 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link<code>
2247 IOPMConnection myConnection,
2256 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link</code>
2263 IOPMConnection myConnection,
2271 * @param myConnection The IOPMConnection created by calling <code>@link IOPMConnectionCreate @/link</code>
2277 IOPMConnection myConnection,
2287 * @param myConnection The IOPMConnection created by a call to <code>@link IOPMConnectionCreate @/link</code>
2295 IOPMConnection myConnection,
H A DIOPMLibPrivate.c947 IOPMConnection myConnection,
951 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
966 IOPMConnection myConnection,
970 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
1023 IOPMConnection myConnection,
1027 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
1057 IOPMConnection myConnection,
1060 __IOPMConnection *connection = (__IOPMConnection *)myConnection;
1278 IOPMConnection myConnection,
1283 (void)myConnection;
946 IOPMConnectionSetNotification( IOPMConnection myConnection, void *param, IOPMEventHandlerType handler) argument
965 IOPMConnectionScheduleWithRunLoop( IOPMConnection myConnection, CFRunLoopRef theRunLoop, CFStringRef runLoopMode) argument
1022 IOPMConnectionUnscheduleFromRunLoop( IOPMConnection myConnection, CFRunLoopRef theRunLoop, CFStringRef runLoopMode) argument
1056 IOPMConnectionSetDispatchQueue( IOPMConnection myConnection, dispatch_queue_t myQueue) argument
1277 IOPMConnectionAcknowledgeEventWithOptions( IOPMConnection myConnection, IOPMConnectionMessageToken token, CFDictionaryRef options) argument
[all...]
/macosx-10.10/PowerManagement-494.1.2/darktool/
H A Ddarktool.c903 IOPMConnection myConnection; local
912 &myConnection);
919 ret = IOPMConnectionSetNotification(myConnection, NULL,
928 myConnection, CFRunLoopGetCurrent(),
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c3749 IOPMConnection myConnection;
3766 &myConnection);
3774 myConnection, NULL,
3783 myConnection, CFRunLoopGetCurrent(),

Completed in 216 milliseconds