Searched defs:nfunc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmon.c189 * size_t nfunc; max no. of functions whose calls are counted
190 * (default nfunc is 300 on PDP11, 600 on others)
194 size_t bufsize, size_t nfunc)
239 ssiz = ((sizeof (struct hdr) + nfunc * sizeof (struct cnt)) /
297 hdrp->nfns = nfunc;
319 countlimit = countbase + (nfunc * sizeof (struct cnt));
193 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer, size_t bufsize, size_t nfunc) argument

Completed in 37 milliseconds