process_table
for (ph = process_table[i]; ph != NULL; ph = ph_next) {
process_table[i] = NULL;
static proc_fdinfo_t *process_table[PROC_HASH_SIZE];
for (ph = process_table[idx]; ph != NULL; ph = ph->ph_next) {
ph->ph_next = process_table[idx];
process_table[idx] = ph;
if (process_table[i] == NULL)
for (ph = process_table[i]; ph != NULL; ph = ph->ph_next) {
err = process_table(&commands[index], parent);