Searched defs:ruid_tbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c153 static uidtbl_t ruid_tbl = {0, 0, NULL}; /* selected real users */ variable
936 if (!has_uid(&ruid_tbl, psinfo.pr_uid) ||
1465 add_uid(&ruid_tbl, p);
1467 add_uid(&ruid_tbl, p);
/illumos-gate/usr/src/cmd/ps/
H A Dps.c292 static struct ughead ruid_tbl; /* table to store selected real uid's */ variable in typeref:struct:ughead
398 (void) memset(&ruid_tbl, 0, sizeof (ruid_tbl));
678 add_ugentry(&ruid_tbl, parg);
780 i += uconv(&ruid_tbl);
979 else if (Uflg && ugfind((id_t)info.pr_uid, &ruid_tbl))

Completed in 66 milliseconds