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

12

/freebsd-10-stable/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-stable/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-stable/sys/dev/acpica/
H A Dacpi_container.c46 int count, int maxcount, int *irqs);
126 acpi_syscont_alloc_msi(device_t bus, device_t dev, int count, int maxcount, argument
131 return (PCIB_ALLOC_MSI(device_get_parent(parent), dev, count, maxcount,
H A Dacpi_pcib_acpi.c87 int count, int maxcount, int *irqs);
585 acpi_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, argument
591 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-10-stable/sys/x86/include/
H A Dlegacyvar.h65 int maxcount, int *irqs);
/freebsd-10-stable/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-stable/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c118 size_t count, maxcount = 1024; local
134 data1 = calloc(maxcount, 2);
139 data2 = data1 + maxcount;
143 count = min(size, maxcount);
/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h180 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h176 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-10-stable/sys/x86/x86/
H A Dmsi.c347 msi_alloc(device_t dev, int count, int maxcount, int *irqs) argument
404 vector = apic_alloc_vectors(cpu, irqs, count, maxcount);
427 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-stable/contrib/file/src/
H A Dcdf.c890 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) argument
893 size_t newcount = *maxcount + incr;
906 *maxcount = newcount;
910 *maxcount = 0;
945 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount)
975 inp = cdf_grow_info(info, maxcount, sh.sh_properties);
1041 inp = cdf_grow_info(info, maxcount, nelements);
1095 *maxcount = 0;
1104 size_t maxcount; local
1121 maxcount
944 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
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c89 int count, int maxcount, int *irqs);
1163 vmbus_alloc_msi(device_t bus, device_t dev, int count, int maxcount, int *irqs) argument
1166 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-10-stable/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-stable/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-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c212 args->maxcount = 1024;
/freebsd-10-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-10-stable/sys/kern/
H A Dvfs_syscalls.c430 size_t count, maxcount; local
433 maxcount = bufsize / sizeof(struct statfs);
445 if (maxcount > count)
446 maxcount = count;
447 sfsp = *buf = malloc(maxcount * sizeof(struct statfs), M_TEMP,
467 if (sfsp != NULL && count < maxcount) {
512 if (sfsp != NULL && count > maxcount)
513 td->td_retval[0] = maxcount;
/freebsd-10-stable/include/rpcsvc/
H A Dnfs_prot.x982 count3 maxcount;

Completed in 321 milliseconds

12