Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c198 ANCHOR *newanchp; in monitor() local
298 newanchp = (curAnchor == NULL) ? &firstAnchor : in monitor()
301 if (newanchp == NULL) { in monitor()
308 newanchp->monBuffer = hdrp; /* new, down. */ in monitor()
309 newanchp->next = NULL; /* new, forward to NULL. */ in monitor()
310 newanchp->prior = curAnchor; /* new, backward. */ in monitor()
320 newanchp->histSize = (int) in monitor()
447 ANCHOR *newanchp; in _mnewblock() local
457 newanchp = p; in _mnewblock()
466 newanchp->monBuffer = hdrp; /* new, down. */ in _mnewblock()
[all …]