Searched refs:maxcount (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_pcie.c485 tegra_pcib_alloc_msi(device_t pci, device_t child, int count, int maxcount, argument
495 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
698 tegra_pcib_msi_alloc_msi(device_t dev, device_t child, int count, int maxcount, argument
706 KASSERT(powerof2(maxcount), ("%s: bad maxcount", __func__));
714 if ((irq & (maxcount - 1)) != 0)
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c90 int count, int maxcount, int *irqs);
1096 vmbus_alloc_msi(device_t bus, device_t dev, int count, int maxcount, int *irqs) argument
1099 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-12-stable/sys/arm/arm/
H A Dgic.c1084 arm_gicv2m_alloc_msi(device_t dev, device_t child, int count, int maxcount, argument
1093 KASSERT(powerof2(maxcount), ("%s: bad maxcount", __func__));
1103 if ((irq & (maxcount - 1)) != 0)
/freebsd-12-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c4467 ** maxcount -- maximum value for this counter before we
4483 checksmtpattack(pcounter, maxcount, waitnow, cname, e)
4485 unsigned int maxcount;
4490 if (maxcount <= 0) /* no limit */
4493 if (++(*pcounter) >= maxcount)
4498 if (*pcounter == maxcount && LogLevel > 5)
4504 shift = *pcounter - maxcount;
4509 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \
4513 (void) sleep(*pcounter / maxcount);
4514 s -= *pcounter / maxcount;
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c212 args->maxcount = 1024;
/freebsd-12-stable/sys/mips/nlm/
H A Dxlp_pci.c351 xlp_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1458 struct snmp_pdu *pdu, int32_t maxcount)
1470 if (maxcount < 0 || maxcount > SNMP_MAX_BINDINGS) {
1471 warnx("maxcount out of range: <0 || >SNMP_MAX_BINDINGS");
1488 if (++nbindings >= maxcount)
1456 snmp_pdu_add_bindings(struct snmp_toolinfo *snmptoolctx, snmp_verify_vbind_f vfunc, snmp_add_vbind_f afunc, struct snmp_pdu *pdu, int32_t maxcount) argument
/freebsd-12-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c347 thunder_pem_alloc_msi(device_t pci, device_t child, int count, int maxcount, argument
353 return (PCIB_ALLOC_MSI(device_get_parent(bus), child, count, maxcount,
/freebsd-12-stable/sys/kern/
H A Dsubr_intr.c1297 int maxcount, int *irqs)
1314 err = MSI_ALLOC_MSI(pic->pic_dev, child, count, maxcount, &pdev, isrc);
1296 intr_alloc_msi(device_t pci, device_t child, intptr_t xref, int count, int maxcount, int *irqs) argument
H A Dvfs_syscalls.c434 size_t count, maxcount; local
447 maxcount = bufsize / sizeof(struct statfs);
461 if (maxcount > count)
462 maxcount = count;
463 tofree = sfsp = *buf = malloc(maxcount * sizeof(struct statfs),
498 if (sfsp != NULL && count < maxcount) {
548 if (sfsp != NULL && count > maxcount)
549 *countp = maxcount;
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_pcie.c550 int maxcount, int *irqs)
560 rv = intr_alloc_msi(pci, child, msi_parent, count, maxcount,irqs);
549 rk_pcie_alloc_msi(device_t pci, device_t child, int count, int maxcount, int *irqs) argument
/freebsd-12-stable/include/rpcsvc/
H A Dnfs_prot.x982 count3 maxcount;
/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1697 int maxcount, int *irqs)
1699 return (PCIB_ALLOC_MSI(device_get_parent(pcib), dev, count, maxcount,
1696 vmbus_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10kx.c2364 int maxcount; local
2373 maxcount = sc->num_gprs;
2376 rm->num_gprs = (maxcount < EMU_MAX_GPR ? maxcount : EMU_MAX_GPR);
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y4801 unsigned long maxcount;
4802 size_t s = sizeof(maxcount);
4831 if (sysctlbyname("net.pf.request_maxcount", &maxcount, &s,
4833 maxcount = 65535;
4835 if (ab.pfrb_size > maxcount)
/freebsd-12-stable/sys/dev/pci/
H A Dpci_pci.c2693 pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
2701 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-12-stable/contrib/amd/include/
H A Dam_xdr_func.h828 am_count3 maxcount; member in struct:am_READDIRPLUS3args
/freebsd-12-stable/sys/arm/mv/
H A Dmv_pci.c1233 int maxcount __unused, int *irqs)
/freebsd-12-stable/sys/sparc64/pci/
H A Dfire.c1470 fire_alloc_msi(device_t dev, device_t child, int count, int maxcount __unused,
/freebsd-12-stable/sys/arm64/arm64/
H A Dgicv3_its.c1179 gicv3_its_alloc_msi(device_t dev, device_t child, int count, int maxcount, argument
/freebsd-12-stable/contrib/amd/libamu/
H A Dxdr_func.c2754 if (!xdr_am_count3(xdrs, &objp->maxcount))

Completed in 309 milliseconds

12