Home
last modified time | relevance | path

Searched refs:ChildPid (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c53 static int ChildPid; variable
1160 switch ((ChildPid = fork())) { in Fork2()
1214 while ((WaitedChildPid = wait(&status)) != ChildPid) in cool_heels()
1284 if (ChildPid != WaitedChildPid) { in sigtrap()
1288 (cpid = wait((int *)0)) != ChildPid in sigtrap()