Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c135 uchar_t nfunc, header; in look_for_any_pciex_device() local
140 nfunc = 1; in look_for_any_pciex_device()
141 for (func = 0; func < nfunc; func++) { in look_for_any_pciex_device()
166 nfunc = 8; in look_for_any_pciex_device()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dmon.c194 size_t bufsize, size_t nfunc) in monitor() argument
239 ssiz = ((sizeof (struct hdr) + nfunc * sizeof (struct cnt)) / in monitor()
297 hdrp->nfns = nfunc; in monitor()
319 countlimit = countbase + (nfunc * sizeof (struct cnt)); in monitor()
/titanic_41/usr/src/cmd/stat/iostat/
H A Diostat.c84 void (*nfunc)(void); member
174 static void setup(void (*nfunc)(void));
307 (tmp->nfunc)(); in main()
1442 setup(void (*nfunc)(void)) in setup()
1447 tmp->nfunc = nfunc; in setup()
/titanic_41/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()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1518 uchar_t dev, func, nfunc, header; in enumerate_bus_devs() local
1548 nfunc = 1; in enumerate_bus_devs()
1549 for (func = 0; func < nfunc; func++) { in enumerate_bus_devs()
1573 nfunc = 8; in enumerate_bus_devs()
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc719 size_t bufsize, size_t nfunc);