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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DHIDEventWatcher.c54 pid_t callerPID; local
82 audit_token_to_au32(token, NULL, NULL, NULL, NULL, NULL, &callerPID, NULL, NULL);
97 if (callerPID == _app_pid_) {
117 appPID = CFNumberCreate(0, kCFNumberIntType, &callerPID);
126 int len = proc_name(callerPID, appBuf, MAXPATHLEN);
H A DPMAssertions.c205 pid_t callerPID = -1; local
210 audit_token_to_au32(token, NULL, NULL, NULL, &callerUID, &callerGID, &callerPID, NULL, NULL);
242 *return_code = doCreate(callerPID, newAssertionProperties, (IOPMAssertionID *)assertion_id, &pinfo);
275 pid_t callerPID = -1; local
277 audit_token_to_au32(token, NULL, NULL, NULL, NULL, NULL, &callerPID, NULL, NULL);
292 *return_code = doSetProperties(callerPID, assertion_id, setProperties);
295 updateAppSleepStates(processInfoGet(callerPID), disableAppSleep, enableAppSleep);
318 pid_t callerPID = -1; local
320 audit_token_to_au32(token, NULL, NULL, NULL, NULL, NULL, &callerPID, NULL, NULL);
325 *return_code = doRetain(callerPID, assertion_i
349 pid_t callerPID = -1; local
1629 pid_t callerPID = -1; local
1658 pid_t callerPID = -1; local
1734 pid_t callerPID = -1; local
1827 pid_t callerPID = -1; local
1915 do_assertion_notify(pid_t callerPID, string_t name, int req_type) argument
2096 pid_t callerPID = -1; local
[all...]
H A DPMConnection.c172 int callerPID; member in struct:__anon3497
449 newConnection->callerPID = task_pid;
830 pid_t callerPID = -1; local
834 audit_token_to_au32(token, NULL, NULL, NULL, &callerUID, &callerGID, &callerPID, NULL, NULL);
879 pid_t callerPID = -1; local
883 audit_token_to_au32(token, NULL, NULL, NULL, &callerUID, &callerGID, &callerPID, NULL, NULL);
914 pid_t callerPID = -1; local
918 audit_token_to_au32(token, NULL, NULL, NULL, &callerUID, &callerGID, &callerPID, NULL, NULL);
1187 pid_t callerPID = -1; local
1191 audit_token_to_au32(token, NULL, NULL, NULL, &callerUID, &callerGID, &callerPID, NUL
[all...]
H A DBatteryTimeRemaining.c1673 int callerPID; local
1677 &callerPID, NULL, NULL);
1681 ps = iops_newps(callerPID, gPSID);
1689 callerPID,
1743 int callerPID; local
1745 &callerPID, NULL, NULL);
1757 PSStruct *next = iopsFromPSID(callerPID, psid);
1785 int callerPID; local
1787 &callerPID, NULL, NULL);
1791 PSStruct *toRelease = iopsFromPSID(callerPID, psi
[all...]

Completed in 74 milliseconds