Lines Matching defs:proc_table

445 #define	proc_table	(g_state->ist_proc_table)
988 * remv() scans through "proc_table" and performs cleanup. If
1007 for (process = proc_table;
1008 (process < proc_table + num_proc); process++) {
1017 for (process = proc_table;
1018 (process < proc_table + num_proc); process++) {
1111 for (process = proc_table;
1112 (process < proc_table + num_proc); process++) {
1135 for (process = proc_table;
1136 (process < proc_table + num_proc); process++) {
1147 * Rescan the proc_table for two kinds of entry, those marked LIVING,
1153 for (process = proc_table;
1154 (process < proc_table + num_proc); process++) {
1249 * increase proc_table.
1319 * process into the proc_table, and does the startup accounting.
1435 * chance to finish putting this child in "proc_table".
1444 * information in the proc_table.
1466 for (process = proc_table;
1467 (process < proc_table + num_proc); process++) {
1494 * of proc_table space. If the latter is true, empty will be
1497 if (process == (proc_table + num_proc))
2313 for (process = proc_table;
2314 (process < proc_table + num_proc); process++) {
2363 for (process = proc_table;
2364 (process < proc_table + num_proc); process++) {
2436 * If efork() is called with a pointer into the proc_table it uses that slot,
2438 * it returns the pointer to the proc_table entry
2452 * Freshen up the proc_table, removing any entries for dead processes
2455 for (proc = proc_table; (proc < proc_table + num_proc); proc++) {
2497 for (process = proc_table; process->p_flags != 0 &&
2498 (process < proc_table + num_proc); process++)
2501 if (process == (proc_table + num_proc)) {
2511 proc_table + old_proc_table_size;
2558 * work, the specified process must already in the proc_table. waitproc()
2596 * Free the slot in the proc_table.
3786 * /etc/inittab has more entries and we have run out of room in the proc_table
3787 * array. Double the size of proc_table to accomodate the extra entries.
3847 /* Check proc_table */
3848 for (i = 0, ptp = proc_table; i < num_proc; ++i, ++ptp) {
3882 * Note: You can't call console() until proc_table is ready.