Home
last modified time | relevance | path

Searched refs:nfunctions (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpuccn.c95 int maxdev, nfunctions = 0, i; /* XXX */ in pucprobe_doit() local
118 nfunctions = 8; in pucprobe_doit()
120 nfunctions = 1; in pucprobe_doit()
123 for (; func < nfunctions; func++) { in pucprobe_doit()
H A Dpci.c748 int device, function, nfunctions, ret; local
816 nfunctions = 8;
819 nfunctions = 1;
821 nfunctions = 8; /* Scan all if ARI is enabled */
823 nfunctions = PCI_HDRTYPE_MULTIFN(bhlcr) ? 8 : 1;
828 for (j = 0; j < nfunctions; j++) {
833 if (nfunctions > 1) {
835 nfunctions, funcs);
841 for (function = 0; function < nfunctions; function++) {
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dpci.c160 int device, function, nfunctions; in _buswalk() local
170 nfunctions = (PCI_HDRTYPE_MULTIFN(bhlcr)) ? 8 : 1; in _buswalk()
171 for (function = 0; function < nfunctions; function++) { in _buswalk()
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_parse.y879 check_function_table(char *function, const char *const table[], int nfunctions) in check_function_table()
883 for (i = 0; i < nfunctions; i++) { in check_function_table()
878 check_function_table(char * function,const char * const table[],int nfunctions) check_function_table() argument