Lines Matching refs:uid
30 /* UID and PID are mutually exclusive */
37 /* UID and CPU are mutually exclusive */
51 /* UID and SYSTEM are mutually exclusive */
67 target->uid = UINT_MAX;
76 * The user name not found. Maybe it's a UID number.
79 int uid = strtol(str, &endptr, 10);
84 getpwuid_r(uid, &pwd, buf, sizeof(buf), &result);
90 target->uid = result->pw_uid;
99 "PID/TID switch overriding UID",
100 "UID switch overriding CPU",
102 "UID switch overriding SYSTEM",