Home
last modified time | relevance | path

Searched refs:ruid_tbl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ps/
H A Dps.c292 static struct ughead ruid_tbl; /* table to store selected real uid's */ variable
398 (void) memset(&ruid_tbl, 0, sizeof (ruid_tbl)); in stdmain()
678 add_ugentry(&ruid_tbl, parg); in stdmain()
780 i += uconv(&ruid_tbl); in stdmain()
979 else if (Uflg && ugfind((id_t)info.pr_uid, &ruid_tbl)) in print_proc()
/titanic_50/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) || in prstat_scandir()
1465 add_uid(&ruid_tbl, p); in main()
1467 add_uid(&ruid_tbl, p); in main()