Home
last modified time | relevance | path

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

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