Searched refs:monBuffer (Results 1 – 1 of 1) sorted by relevance
167 struct hdr *monBuffer; /* 'down' ptr, to block */ member310 newanchp->monBuffer = hdrp; /* new, down. */ in monitor()378 sum.nfns += ap->monBuffer->nfns; /* accum num of cells */ in writeBlocks()385 sum.lpc = histp->monBuffer->lpc; in writeBlocks()386 sum.hpc = histp->monBuffer->hpc; in writeBlocks()396 amt = ap->monBuffer->nfns * sizeof (struct cnt); in writeBlocks()397 p = (char *)ap->monBuffer + sizeof (struct hdr); in writeBlocks()404 p = (char *)histp->monBuffer + sizeof (struct hdr) + in writeBlocks()405 (histp->monBuffer->nfns * sizeof (struct cnt)); in writeBlocks()468 newanchp->monBuffer = hdrp; /* new, down. */ in _mnewblock()