Searched defs:firstAnchor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c176 static ANCHOR firstAnchor; /* the first anchor to use */ variable
300 newanchp = (curAnchor == NULL) ? &firstAnchor :
377 for (sum.nfns = 0, ap = &firstAnchor; ap != NULL; ap = ap->next) {
395 for (ap = &firstAnchor; ok && ap != NULL; ap = ap->next) {

Completed in 47 milliseconds