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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c851 uid_t uid, target_uid; local
862 target_uid = uid_for_pid(pid);
864 if ((uid != 0) && (target_uid != uid))
885 uid_t uid, target_uid; local
896 target_uid = uid_for_pid(pid);
898 if ((uid != 0) && (target_uid != uid))
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c2095 uid_t target_uid; local
2098 target_uid = kauth_cred_getuid(target_cred);
2101 if (kauth_getuid() != target_uid)

Completed in 80 milliseconds