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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c200 ANCHOR *newanchp; local
300 newanchp = (curAnchor == NULL) ? &firstAnchor :
303 if (newanchp == NULL) {
310 newanchp->monBuffer = hdrp; /* new, down. */
311 newanchp->next = NULL; /* new, forward to NULL. */
312 newanchp->prior = curAnchor; /* new, backward. */
314 curAnchor->next = newanchp; /* old, forward to new. */
315 newanchp->flags = HAS_HISTOGRAM; /* note it has a histgm area */
322 newanchp->histSize = (int)
348 curAnchor = newanchp; /* mak
449 ANCHOR *newanchp; local
[all...]

Completed in 58 milliseconds