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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dserver.c39 static IOPMConnection gIOPMconn = NULL; variable
112 IOPMConnectionSetDispatchQueue(gIOPMconn, NULL);
113 IOPMConnectionRelease(gIOPMconn);
159 &gIOPMconn); local
161 ret = IOPMConnectionSetNotification(gIOPMconn, NULL, _IOMPCallBack);
165 IOPMConnectionSetDispatchQueue(gIOPMconn, power_queue);

Completed in 117 milliseconds