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

/osnet-11/usr/src/lib/libc/i386/sys/
H A Dptrace.c83 #define NULLCP ((cstatus_t *)0) macro
85 static cstatus_t *childp = NULLCP;
216 if ((cp = GrabProc(pid)) == NULLCP)
409 for (cp = childp; cp != NULLCP; cp = cp->next)
425 while (cp != NULLCP) {
541 return (NULLCP);
543 if ((cp = FindProc(pid)) != NULLCP) /* already grabbed */
549 if (cp == NULLCP)
550 return (NULLCP);
577 return (NULLCP);
[all...]
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dptrace.c83 #define NULLCP ((cstatus_t *)0) macro
85 static cstatus_t *childp = NULLCP;
216 if ((cp = GrabProc(pid)) == NULLCP)
417 for (cp = childp; cp != NULLCP; cp = cp->next)
433 while (cp != NULLCP) {
549 return (NULLCP);
551 if ((cp = FindProc(pid)) != NULLCP) /* already grabbed */
557 if (cp == NULLCP)
558 return (NULLCP);
585 return (NULLCP);
[all...]

Completed in 32 milliseconds