Home
last modified time | relevance | path

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

12

/NextBSD/usr.bin/file2c/
HDfile2c.c30 int c, count, linepos, maxcount, pretty, radix; in main() local
32 maxcount = 0; in main()
38 maxcount = strtol(optarg, NULL, 10); in main()
62 if ((maxcount == 0 && linepos > 70) || in main()
63 (maxcount > 0 && count >= maxcount)) { in main()
/NextBSD/contrib/amd/scripts/
HDwait4amd2die.in34 maxcount=`expr $count + 1`
35 while [ $i != $maxcount ]; do
HDredhat-ctl-amd.in58 maxcount=`expr $count + 1`
59 while [ $i != $maxcount ]; do
/NextBSD/bin/ps/
HDps.c124 int maxcount; member
465 uidlist.count = uidlist.maxcount = 1; in main()
757 if (inf->count >= inf->maxcount) in addelem_gid()
781 if (inf->count >= inf->maxcount) in addelem_jid()
812 if (inf->count >= inf->maxcount) in addelem_pid()
893 if (inf->count >= inf->maxcount) in addelem_tty()
938 if (inf->count >= inf->maxcount) in addelem_uid()
1117 newmax = (inf->maxcount + 1) << 1; in expand_list()
1123 inf->maxcount = newmax; in expand_list()
1133 inf->count = inf->elemsize = inf->maxcount = 0; in free_list()
[all …]
/NextBSD/sys/x86/xen/
HDxen_nexus.c126 nexus_xen_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) in nexus_xen_alloc_msi() argument
129 return (xen_msi_alloc(dev, count, maxcount, irqs)); in nexus_xen_alloc_msi()
HDxen_msi.c64 xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs) in xen_msi_alloc() argument
/NextBSD/contrib/file/src/
HDcdf.c781 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() argument
815 if (*maxcount) { in cdf_read_property_info()
816 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()
818 *maxcount += sh.sh_properties; in cdf_read_property_info()
820 realloc(*info, *maxcount * sizeof(*inp))); in cdf_read_property_info()
822 *maxcount = sh.sh_properties; in cdf_read_property_info()
824 malloc(*maxcount * sizeof(*inp))); in cdf_read_property_info()
927 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()
930 *maxcount += nelements; in cdf_read_property_info()
932 realloc(*info, *maxcount * sizeof(*inp))); in cdf_read_property_info()
[all …]
/NextBSD/sys/boot/efi/loader/arch/amd64/
HDframebuffer.c116 size_t count, maxcount = 1024; in efifb_uga_find_pixel() local
132 data1 = calloc(maxcount, 2); in efifb_uga_find_pixel()
137 data2 = data1 + maxcount; in efifb_uga_find_pixel()
141 count = min(size, maxcount); in efifb_uga_find_pixel()
/NextBSD/sys/xen/
HDxen_msi.h34 int xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/NextBSD/sys/x86/include/
HDlegacyvar.h65 int maxcount, int *irqs);
/NextBSD/sys/x86/x86/
HDmsi.c332 msi_alloc(device_t dev, int count, int maxcount, int *irqs) in msi_alloc() argument
393 vector = apic_alloc_vectors(cpu, irqs, count, maxcount); in msi_alloc()
434 fsrc->msi_maxcount = maxcount; in msi_alloc()
HDnexus.c130 static int nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
655 nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) in nexus_alloc_msi() argument
658 return (msi_alloc(dev, count, maxcount, irqs)); in nexus_alloc_msi()
/NextBSD/sys/dev/acpica/
HDacpi_pcib_acpi.c87 int count, int maxcount, int *irqs);
543 acpi_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, in acpi_pcib_alloc_msi() argument
549 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount, in acpi_pcib_alloc_msi()
/NextBSD/sys/amd64/include/
HDintr_machdep.h183 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/NextBSD/sys/i386/include/
HDintr_machdep.h170 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/NextBSD/contrib/gcclibs/libcpp/
HDdirectives.c1563 int maxcount; in destringize_and_run() local
1566 maxcount = 50; in destringize_and_run()
1567 toks = XNEWVEC (cpp_token, maxcount); in destringize_and_run()
1572 if (count == maxcount) in destringize_and_run()
1574 maxcount = maxcount * 3 / 2; in destringize_and_run()
1575 toks = XRESIZEVEC (cpp_token, toks, maxcount); in destringize_and_run()
/NextBSD/sys/x86/pci/
HDpci_bus.c96 legacy_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, in legacy_pcib_alloc_msi() argument
102 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount, in legacy_pcib_alloc_msi()
/NextBSD/lib/libasl/
HDasl_core.c590 asl_core_str_match(const char *target, const char *mset, uint32_t mincount, uint32_t maxcount, uint… in asl_core_str_match() argument
603 if ((*length == maxcount) && (maxcount > 0)) return true; in asl_core_str_match()
/NextBSD/sys/dev/pci/
HDpcib_private.h165 int pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
HDpcib_if.m120 int maxcount;
/NextBSD/sys/powerpc/powermac/
HDcpcht.c79 int count, int maxcount, int *irqs);
380 cpcht_alloc_msi(device_t dev, device_t child, int count, int maxcount, in cpcht_alloc_msi() argument
/NextBSD/usr.sbin/bsnmpd/tools/libbsnmptools/
HDbsnmptools.c1467 struct snmp_pdu *pdu, int32_t maxcount) in snmp_pdu_add_bindings() argument
1479 if (maxcount < 0 || maxcount > SNMP_MAX_BINDINGS) { in snmp_pdu_add_bindings()
1497 if (++nbindings >= maxcount) in snmp_pdu_add_bindings()
/NextBSD/sys/arm64/arm64/
HDintr_machdep.c220 arm_alloc_msi(device_t pci, device_t child, int count, int maxcount, int *irqs) in arm_alloc_msi() argument
/NextBSD/sys/kern/
HDvfs_syscalls.c458 size_t count, maxcount; in kern_getfsstat() local
461 maxcount = bufsize / sizeof(struct statfs); in kern_getfsstat()
473 if (maxcount > count) in kern_getfsstat()
474 maxcount = count; in kern_getfsstat()
475 sfsp = *buf = malloc(maxcount * sizeof(struct statfs), M_TEMP, in kern_getfsstat()
495 if (sfsp && count < maxcount) { in kern_getfsstat()
540 if (sfsp && count > maxcount) in kern_getfsstat()
541 *countp = maxcount; in kern_getfsstat()
/NextBSD/sys/mips/nlm/
HDxlp_pci.c347 xlp_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) in xlp_alloc_msi() argument

12