HomeSort by: relevance | last modified time | path
    Searched refs:nfuncs (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_bus_fixup.c 61 int device, maxdevs, function, nfuncs, bridge, bus_max, bus_sub; local in function:pci_bus_fixup
94 nfuncs = 8;
96 nfuncs = 1;
98 for (function = 0; function < nfuncs; function++) {
pci_machdep.c 908 int bus, device, function, maxdevs, nfuncs; local in function:pci_device_foreach_min
932 nfuncs = 8;
934 nfuncs = 1;
936 for (function = 0; function < nfuncs; function++) {
  /src/tests/lib/libbpfjit/
t_cop.c 59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
88 return bc->nfuncs;
231 "that returns nfuncs member of the context argument");
255 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
333 ATF_CHECK(code(&ctx, &args) == 3 + ctx.nfuncs);
488 "that returns nfuncs member of the context argument");
513 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
593 ATF_CHECK(code(&ctx, &args) == 5 + ctx.nfuncs);
t_extmem.c 51 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
  /src/tests/net/bpfjit/
t_cop.c 67 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
96 return bc->nfuncs;
261 "that returns nfuncs member of the context argument");
289 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
379 ATF_CHECK(code(&ctx, &args) == 3 + ctx.nfuncs);
564 "that returns nfuncs member of the context argument");
593 ATF_CHECK(code(&ctx, &args) == ctx.nfuncs);
685 ATF_CHECK(code(&ctx, &args) == 5 + ctx.nfuncs);
t_extmem.c 59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
  /src/sys/arch/sandpoint/stand/altboot/
pci.c 346 int device, function, nfuncs; local in function:_pcilookup
365 nfuncs = (PCI_HDRTYPE_MULTIFN(bhlcr)) ? 8 : 1;
366 for (function = 0; function < nfuncs; function++) {
  /src/sys/arch/i386/pci/
pci_intr_fixup.c 821 int function, nfuncs; local in function:pci_intr_fixup
841 nfuncs = 8;
843 nfuncs = 1;
845 for (function = 0; function < nfuncs; function++) {
  /src/sys/net/
bpf_filter.c 79 bc->nfuncs = n;
569 if (pc->k < bc->nfuncs) {
579 if (X < bc->nfuncs) {
796 p->k >= bc->nfuncs) {
bpf.h 418 size_t nfuncs; member in struct:bpf_ctx
bpfjit.c 689 /* if (X >= bc->nfuncs) return 0; */
693 SLJIT_IMM, bc->nfuncs);
2111 (uint32_t)pc->k >= bc->nfuncs) {
  /src/sys/arch/arm/nvidia/
tegra210_xusbpad.c 580 .nfuncs = __arraycount(f), \
590 int nfuncs; member in struct:tegra210_xusbpad_lane
666 for (int n = 0; n < lane->nfuncs; n++)

Completed in 23 milliseconds