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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c591 static struct PROC_TABLE *findpslot(struct CMD_LINE *);
1249 if ((pp = findpslot(&cmd)) == NULLPROC) {
1460 * findpslot() finds the old slot in the process table for the
1464 findpslot(struct CMD_LINE *cmd) function
2085 if (process = findpslot(&cmd)) {

Completed in 64 milliseconds