Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ps/
H A Dps.c291 static struct ughead euid_tbl; /* table to store selected euid's */ variable
397 (void) memset(&euid_tbl, 0, sizeof (euid_tbl)); in stdmain()
670 add_ugentry(&euid_tbl, parg); in stdmain()
779 i += uconv(&euid_tbl); in stdmain()
977 else if (uflg && ugfind((id_t)info.pr_euid, &euid_tbl)) in print_proc()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c152 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */ variable
937 !has_uid(&euid_tbl, psinfo.pr_euid) || in prstat_scandir()
1458 add_uid(&euid_tbl, p); in main()
1460 add_uid(&euid_tbl, p); in main()