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

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c135 uchar_t nfunc, header; local
140 nfunc = 1;
141 for (func = 0; func < nfunc; func++) {
166 nfunc = 8;
/illumos-gate/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
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c380 void *nfunc, *vfunc; local
418 nfunc = (void *)gdesc->notify;
445 (void) memcpy(&desc->notify, &nfunc,
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c85 void (*nfunc)(void); member in struct:formatter
175 static void setup(void (*nfunc)(void));
308 (tmp->nfunc)();
1461 setup(void (*nfunc)(void)) argument
1466 tmp->nfunc = nfunc;
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1509 uchar_t dev, func, nfunc, header; local
1539 nfunc = 1;
1540 for (func = 0; func < nfunc; func++) {
1564 nfunc = 8;

Completed in 93 milliseconds