Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c165 struct hdr *monBuffer; /* 'down' ptr, to block */ member
308 newanchp->monBuffer = hdrp; /* new, down. */ in monitor()
376 sum.nfns += ap->monBuffer->nfns; /* accum num of cells */ in writeBlocks()
383 sum.lpc = histp->monBuffer->lpc; in writeBlocks()
384 sum.hpc = histp->monBuffer->hpc; in writeBlocks()
394 amt = ap->monBuffer->nfns * sizeof (struct cnt); in writeBlocks()
395 p = (char *)ap->monBuffer + sizeof (struct hdr); in writeBlocks()
402 p = (char *)histp->monBuffer + sizeof (struct hdr) + in writeBlocks()
403 (histp->monBuffer->nfns * sizeof (struct cnt)); in writeBlocks()
466 newanchp->monBuffer = hdrp; /* new, down. */ in _mnewblock()