OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfunctions
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
puccn.c
95
int maxdev,
nfunctions
= 0, i; /* XXX */
local
118
nfunctions
= 8;
120
nfunctions
= 1;
123
for (; func <
nfunctions
; func++) {
pci.c
748
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++) {
/src/sys/arch/sandpoint/stand/altboot/
pci.c
160
int device, function,
nfunctions
;
local
170
nfunctions
= (PCI_HDRTYPE_MULTIFN(bhlcr)) ? 8 : 1;
171
for (function = 0; function <
nfunctions
; function++) {
/src/tests/lib/libcurses/director/
testlang_parse.y
879
check_function_table(char *function, const char *const table[], int
nfunctions
)
883
for (i = 0; i <
nfunctions
; i++) {
Completed in 62 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026