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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_globals.h42 extern uid_t gClientUID; // set & cleared by kextd_demux()
H A Dkextd_serialize_kextload.c76 if (gClientUID != 0) {
119 if (gClientUID == 0) {
142 if (gClientUID != 0) {
H A Dkextd_mig_server.c49 uid_t gClientUID = -1; variable
77 gClientUID = trailer->msgh_sender.val[0];
89 gClientUID = -1;
120 gClientUID = (uid_t)-1;
H A Dkextd_watchvol.c106 #include "kextd_globals.h" // gClientUID
1464 if (gClientUID != 0) {
1560 if (gClientUID != 0 /*watched->fsinfo->f_owner ?*/) {
1716 if (gClientUID != 0 /*watched->fsinfo->f_owner ?*/) {
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A Dioupsplugin.c37 int gClientUID = -1; variable
64 gClientUID = trailer->msgh_sender.val[0];
72 gClientUID = -1;

Completed in 168 milliseconds