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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c134 static struct pidentry *pidtable = NULL; variable in typeref:struct:pidentry
278 * Allocate the pidtable and fdtable. An earlier version did
281 if ((pidtable = malloc(Max_fds * sizeof (struct pidentry))) == NULL)
471 (int)pidtable[i].pl_pid, psinfo.pr_wstat));
472 pidtable[i].pl_status = psinfo.pr_wstat;
476 (int)pidtable[i].pl_pid));
477 pidtable[i].pl_status = 0;
493 pfd->revents, (int)pidtable[i].pl_pid, i));
495 pid = pidtable[i].pl_pid; /* Save pid for below */
521 (int)pidtable[
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c633 const struct systable pidtable[] = { variable in typeref:struct:systable
641 #define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))
1169 stp = &pidtable[subcode];

Completed in 48 milliseconds