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

12

/freebsd-10.2-release/contrib/amd/scripts/
H A Dwait4amd2die.in34 maxcount=`expr $count + 1`
35 while [ $i != $maxcount ]; do
H A Dredhat-ctl-amd.in58 maxcount=`expr $count + 1`
59 while [ $i != $maxcount ]; do
/freebsd-10.2-release/usr.bin/file2c/
H A Dfile2c.c30 int c, count, linepos, maxcount, pretty, radix; local
32 maxcount = 0;
38 maxcount = strtol(optarg, NULL, 10);
62 if ((maxcount == 0 && linepos > 70) ||
63 (maxcount > 0 && count >= maxcount)) {
/freebsd-10.2-release/sys/x86/include/
H A Dlegacyvar.h65 int maxcount, int *irqs);
/freebsd-10.2-release/bin/ps/
H A Dps.c123 int maxcount; member in struct:listinfo
458 uidlist.count = uidlist.maxcount = 1;
739 if (inf->count >= inf->maxcount)
763 if (inf->count >= inf->maxcount)
794 if (inf->count >= inf->maxcount)
875 if (inf->count >= inf->maxcount)
920 if (inf->count >= inf->maxcount)
1099 newmax = (inf->maxcount + 1) << 1;
1105 inf->maxcount = newmax;
1115 inf->count = inf->elemsize = inf->maxcount
[all...]
/freebsd-10.2-release/sys/i386/include/
H A Dintr_machdep.h173 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-10.2-release/sys/amd64/include/
H A Dintr_machdep.h177 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-10.2-release/contrib/file/src/
H A Dcdf.c781 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount)
815 if (*maxcount) {
816 if (*maxcount > CDF_PROP_LIMIT)
818 *maxcount += sh.sh_properties;
820 realloc(*info, *maxcount * sizeof(*inp)));
822 *maxcount = sh.sh_properties;
824 malloc(*maxcount * sizeof(*inp)));
927 if (*maxcount > CDF_PROP_LIMIT
930 *maxcount += nelements;
932 realloc(*info, *maxcount * sizeo
780 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) argument
987 size_t maxcount; local
[all...]
/freebsd-10.2-release/sys/x86/x86/
H A Dmsi.c318 msi_alloc(device_t dev, int count, int maxcount, int *irqs) argument
375 vector = apic_alloc_vectors(cpu, irqs, count, maxcount);
398 fsrc->msi_maxcount = maxcount;
H A Dnexus.c129 static int nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
636 nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
639 return (msi_alloc(dev, count, maxcount, irqs));
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_pcib_acpi.c87 int count, int maxcount, int *irqs);
542 acpi_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, argument
548 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-10.2-release/sys/dev/pci/
H A Dpcib_private.h167 int pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
H A Dpci_pci.c1929 pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
1937 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Ddirectives.c1563 int maxcount; local
1566 maxcount = 50;
1567 toks = XNEWVEC (cpp_token, maxcount);
1572 if (count == maxcount)
1574 maxcount = maxcount * 3 / 2;
1575 toks = XRESIZEVEC (cpp_token, toks, maxcount);
/freebsd-10.2-release/sys/x86/pci/
H A Dpci_bus.c96 legacy_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, argument
102 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-10.2-release/sys/powerpc/powermac/
H A Dcpcht.c78 int count, int maxcount, int *irqs);
379 cpcht_alloc_msi(device_t dev, device_t child, int count, int maxcount, argument
/freebsd-10.2-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4323 ** maxcount -- maximum value for this counter before we
4339 checksmtpattack(pcounter, maxcount, waitnow, cname, e)
4341 unsigned int maxcount;
4346 if (maxcount <= 0) /* no limit */
4349 if (++(*pcounter) >= maxcount)
4354 if (*pcounter == maxcount && LogLevel > 5)
4360 shift = *pcounter - maxcount;
4365 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \
4369 (void) sleep(*pcounter / maxcount);
4370 s -= *pcounter / maxcount;
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c211 args->maxcount = 1024;
/freebsd-10.2-release/sys/mips/rmi/
H A Dxlr_pci.c375 xlr_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
/freebsd-10.2-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1467 struct snmp_pdu *pdu, int32_t maxcount)
1479 if (maxcount < 0 || maxcount > SNMP_MAX_BINDINGS) {
1480 warnx("maxcount out of range: <0 || >SNMP_MAX_BINDINGS");
1497 if (++nbindings >= maxcount)
1465 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-10.2-release/sys/kern/
H A Dvfs_syscalls.c454 size_t count, maxcount; local
457 maxcount = bufsize / sizeof(struct statfs);
469 if (maxcount > count)
470 maxcount = count;
471 sfsp = *buf = malloc(maxcount * sizeof(struct statfs), M_TEMP,
491 if (sfsp && count < maxcount) {
536 if (sfsp && count > maxcount)
537 td->td_retval[0] = maxcount;
/freebsd-10.2-release/include/rpcsvc/
H A Dnfs_prot.x982 count3 maxcount;
/freebsd-10.2-release/sys/dev/sound/pci/
H A Demu10kx.c2360 int maxcount; local
2369 maxcount = sc->num_gprs;
2372 rm->num_gprs = (maxcount < EMU_MAX_GPR ? maxcount : EMU_MAX_GPR);
/freebsd-10.2-release/sys/mips/nlm/
H A Dxlp_pci.c570 xlp_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
/freebsd-10.2-release/sys/arm/mv/
H A Dmv_pci.c1147 int maxcount __unused, int *irqs)

Completed in 502 milliseconds

12