Searched refs:pidtable (Results 1 – 2 of 2) sorted by relevance
134 static struct pidentry *pidtable = NULL; variable281 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 …]
633 const struct systable pidtable[] = { variable641 #define NPIDCODE (sizeof (pidtable) / sizeof (struct systable))1169 stp = &pidtable[subcode]; in subsys()