Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/utmpd/
H A Dutmpd.c134 static struct pidentry *pidtable = NULL; variable
281 if ((pidtable = malloc(Max_fds * sizeof (struct pidentry))) == NULL) in main()
471 (int)pidtable[i].pl_pid, psinfo.pr_wstat)); in wait_for_pids()
472 pidtable[i].pl_status = psinfo.pr_wstat; in wait_for_pids()
476 (int)pidtable[i].pl_pid)); in wait_for_pids()
477 pidtable[i].pl_status = 0; in wait_for_pids()
493 pfd->revents, (int)pidtable[i].pl_pid, i)); in wait_for_pids()
495 pid = pidtable[i].pl_pid; /* Save pid for below */ in wait_for_pids()
521 (int)pidtable[i].pl_pid, pfd->revents)); in wait_for_pids()
743 if (pid <= pidtable[i].pl_pid) in add_pid()
[all …]
/titanic_44/usr/src/cmd/truss/
H A Dsystable.c633 const struct systable pidtable[] = { variable
641 #define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))
1169 stp = &pidtable[subcode]; in subsys()