Home
last modified time | relevance | path

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

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