Lines Matching defs:proc_table

448 #define	proc_table	(g_state->ist_proc_table)
991 * remv() scans through "proc_table" and performs cleanup. If
1010 for (process = proc_table;
1011 (process < proc_table + num_proc); process++) {
1020 for (process = proc_table;
1021 (process < proc_table + num_proc); process++) {
1114 for (process = proc_table;
1115 (process < proc_table + num_proc); process++) {
1138 for (process = proc_table;
1139 (process < proc_table + num_proc); process++) {
1150 * Rescan the proc_table for two kinds of entry, those marked LIVING,
1156 for (process = proc_table;
1157 (process < proc_table + num_proc); process++) {
1252 * increase proc_table.
1322 * process into the proc_table, and does the startup accounting.
1438 * chance to finish putting this child in "proc_table".
1447 * information in the proc_table.
1469 for (process = proc_table;
1470 (process < proc_table + num_proc); process++) {
1497 * of proc_table space. If the latter is true, empty will be
1500 if (process == (proc_table + num_proc))
2321 for (process = proc_table;
2322 (process < proc_table + num_proc); process++) {
2371 for (process = proc_table;
2372 (process < proc_table + num_proc); process++) {
2444 * If efork() is called with a pointer into the proc_table it uses that slot,
2446 * it returns the pointer to the proc_table entry
2460 * Freshen up the proc_table, removing any entries for dead processes
2463 for (proc = proc_table; (proc < proc_table + num_proc); proc++) {
2505 for (process = proc_table; process->p_flags != 0 &&
2506 (process < proc_table + num_proc); process++)
2509 if (process == (proc_table + num_proc)) {
2519 proc_table + old_proc_table_size;
2566 * work, the specified process must already in the proc_table. waitproc()
2604 * Free the slot in the proc_table.
3792 * /etc/inittab has more entries and we have run out of room in the proc_table
3793 * array. Double the size of proc_table to accomodate the extra entries.
3854 /* Check proc_table */
3855 for (i = 0, ptp = proc_table; i < num_proc; ++i, ++ptp) {
3889 * Note: You can't call console() until proc_table is ready.