Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c295 hdrp->nfns = nfunc; in monitor()
375 for (sum.nfns = 0, ap = &firstAnchor; ap != NULL; ap = ap->next) { in writeBlocks()
376 sum.nfns += ap->monBuffer->nfns; /* accum num of cells */ in writeBlocks()
394 amt = ap->monBuffer->nfns * sizeof (struct cnt); in writeBlocks()
403 (histp->monBuffer->nfns * sizeof (struct cnt)); in writeBlocks()
463 hdrp->nfns = THISMANYFCNS; in _mnewblock()
/illumos-gate/usr/src/head/
H A Dmon.h58 size_t nfns; member