Searched refs:NULLCP (Results 1 – 2 of 2) sorted by relevance
83 #define NULLCP ((cstatus_t *)0) macro85 static cstatus_t *childp = NULLCP;216 if ((cp = GrabProc(pid)) == NULLCP) in ptrace()417 for (cp = childp; cp != NULLCP; cp = cp->next) in FindProc()433 while (cp != NULLCP) { in CheckAllProcs()549 return (NULLCP); in GrabProc()551 if ((cp = FindProc(pid)) != NULLCP) /* already grabbed */ in GrabProc()557 if (cp == NULLCP) in GrabProc()558 return (NULLCP); in GrabProc()585 return (NULLCP); in GrabProc()[all …]
83 #define NULLCP ((cstatus_t *)0) macro85 static cstatus_t *childp = NULLCP;216 if ((cp = GrabProc(pid)) == NULLCP) in ptrace()409 for (cp = childp; cp != NULLCP; cp = cp->next) in FindProc()425 while (cp != NULLCP) { in CheckAllProcs()541 return (NULLCP); in GrabProc()543 if ((cp = FindProc(pid)) != NULLCP) /* already grabbed */ in GrabProc()549 if (cp == NULLCP) in GrabProc()550 return (NULLCP); in GrabProc()577 return (NULLCP); in GrabProc()[all …]