Searched refs:bypid (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/std/
H A Dps.c226 Dt_t* bypid; /* procs by pid */ member in struct:State_s
1058 } while ((xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)) && !xp->ps->pss);
1075 } while ((xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)) && !xp->ps->pss);
1078 } while (xp->ps->ppid != xp->ps->pid && (xp = (Ps_t*)dtmatch(state.bypid, &xp->ps->ppid)));
1084 if (pp->ps->ppid != pp->ps->pid && (xp = (Ps_t*)dtmatch(state.bypid, &pp->ps->ppid)) && (xp->ps->pss & (PSS_EXPLICIT|PSS_MATCHED|PSS_PARENT)))
1527 if (!(state.keys = dtopen(&kd, Dtset)) || !(state.bypid = dtopen(&nd, Dtset)) || !(state.byorder = dtopen(&sd, Dtset)))
1708 dtinsert(state.bypid, pp);
/ast/src/cmd/at/
H A Datd.c108 Dtlink_t bypid; member in struct:__anon36
1407 state->table.pid.discipline.link = offsetof(Job_t, bypid);

Completed in 18 milliseconds