Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c122 uchar_t nfunc, header; in look_for_any_pciex_device() local
127 nfunc = 1; in look_for_any_pciex_device()
128 for (func = 0; func < nfunc; func++) { in look_for_any_pciex_device()
153 nfunc = 8; in look_for_any_pciex_device()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c192 size_t bufsize, size_t nfunc) in monitor() argument
237 ssiz = ((sizeof (struct hdr) + nfunc * sizeof (struct cnt)) / in monitor()
295 hdrp->nfns = nfunc; in monitor()
317 countlimit = countbase + (nfunc * sizeof (struct cnt)); in monitor()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c85 void (*nfunc)(void); member
175 static void setup(void (*nfunc)(void));
308 (tmp->nfunc)(); in main()
1462 setup(void (*nfunc)(void)) in setup()
1467 tmp->nfunc = nfunc; in setup()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c796 StkId nfunc = nci->func; /* called function */ in luaV_execute()
799 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
804 for (aux = 0; nfunc + aux < lim; aux++) in luaV_execute()
805 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()
806 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
807 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c380 void *nfunc, *vfunc; in _nscd_cfg_init_param() local
418 nfunc = (void *)gdesc->notify; in _nscd_cfg_init_param()
445 (void) memcpy(&desc->notify, &nfunc, in _nscd_cfg_init_param()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1879 uchar_t dev, func, nfunc, header; in enumerate_bus_devs() local
1913 nfunc = 1; in enumerate_bus_devs()
1914 for (func = 0; func < nfunc; func++) { in enumerate_bus_devs()
1935 nfunc = 8; in enumerate_bus_devs()