Home
last modified time | relevance | path

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

12

/freebsd-12.1/usr.bin/file2c/
H A Dfile2c.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()
/freebsd-12.1/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-12.1/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, in acpi_syscont_alloc_msi() argument
131 return (PCIB_ALLOC_MSI(device_get_parent(parent), dev, count, maxcount, in acpi_syscont_alloc_msi()
H A Dacpi_pcib_acpi.c91 int count, int maxcount, int *irqs);
642 acpi_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, in acpi_pcib_alloc_msi() argument
648 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount, in acpi_pcib_alloc_msi()
/freebsd-12.1/bin/ps/
H A Dps.c126 int maxcount; member
481 uidlist.count = uidlist.maxcount = 1; in main()
778 if (inf->count >= inf->maxcount) in addelem_gid()
802 if (inf->count >= inf->maxcount) in addelem_jid()
833 if (inf->count >= inf->maxcount) in addelem_pid()
914 if (inf->count >= inf->maxcount) in addelem_tty()
959 if (inf->count >= inf->maxcount) in addelem_uid()
1138 newmax = (inf->maxcount + 1) << 1; in expand_list()
1144 inf->maxcount = newmax; in expand_list()
1154 inf->count = inf->elemsize = inf->maxcount = 0; in free_list()
[all …]
/freebsd-12.1/sys/x86/xen/
H A Dxen_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()
H A Dxen_msi.c72 xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs) in xen_msi_alloc() argument
/freebsd-12.1/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c113 thunder_pem_fdt_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_fdt_alloc_msi() argument
123 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount, in thunder_pem_fdt_alloc_msi()
/freebsd-12.1/sys/xen/
H A Dxen_msi.h34 int xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-12.1/contrib/file/src/
H A Dcdf.c893 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info() argument
896 size_t newcount = *maxcount + incr; in cdf_grow_info()
909 *maxcount = newcount; in cdf_grow_info()
913 *maxcount = 0; in cdf_grow_info()
948 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() argument
978 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()
1044 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info()
1098 *maxcount = 0; in cdf_read_property_info()
1107 size_t maxcount; in cdf_unpack_summary_info() local
1124 maxcount = 0; in cdf_unpack_summary_info()
[all …]
/freebsd-12.1/stand/efi/loader/
H A Dframebuffer.c153 size_t count, maxcount = 1024; in efifb_uga_find_pixel() local
169 data1 = calloc(maxcount, 2); in efifb_uga_find_pixel()
174 data2 = data1 + maxcount; in efifb_uga_find_pixel()
178 count = min(size, maxcount); in efifb_uga_find_pixel()
/freebsd-12.1/sys/x86/include/
H A Dlegacyvar.h68 int maxcount, int *irqs);
H A Dintr_machdep.h168 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-12.1/sys/x86/x86/
H A Dmsi.c378 msi_alloc(device_t dev, int count, int maxcount, int *irqs) in msi_alloc() argument
442 vector = apic_alloc_vectors(cpu, irqs, count, maxcount); in msi_alloc()
483 fsrc->msi_maxcount = maxcount; in msi_alloc()
H A Dnexus.c139 static int nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
741 nexus_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) in nexus_alloc_msi() argument
744 return (msi_alloc(dev, count, maxcount, irqs)); in nexus_alloc_msi()
/freebsd-12.1/sys/dev/pci/
H A Dpci_host_generic_acpi.c353 int maxcount, int *irqs) in generic_pcie_acpi_alloc_msi() argument
357 return (intr_alloc_msi(pci, child, ACPI_MSI_XREF, count, maxcount, in generic_pcie_acpi_alloc_msi()
H A Dpci_host_generic_fdt.c389 int maxcount, int *irqs) in generic_pcie_fdt_alloc_msi() argument
399 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount, in generic_pcie_fdt_alloc_msi()
H A Dpcib_private.h189 int pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.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()
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_pcie.c485 tegra_pcib_alloc_msi(device_t pci, device_t child, int count, int maxcount, in tegra_pcib_alloc_msi() argument
495 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount, in tegra_pcib_alloc_msi()
698 tegra_pcib_msi_alloc_msi(device_t dev, device_t child, int count, int maxcount, in tegra_pcib_msi_alloc_msi() argument
706 KASSERT(powerof2(maxcount), ("%s: bad maxcount", __func__)); in tegra_pcib_msi_alloc_msi()
714 if ((irq & (maxcount - 1)) != 0) in tegra_pcib_msi_alloc_msi()
/freebsd-12.1/sys/x86/pci/
H A Dpci_bus.c98 legacy_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, in legacy_pcib_alloc_msi() argument
104 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount, in legacy_pcib_alloc_msi()
/freebsd-12.1/sys/kern/
H A Dmsi_if.m42 int maxcount;
/freebsd-12.1/sys/powerpc/powernv/
H A Dopal_pci.c82 int count, int maxcount, int *irqs);
560 opalpci_alloc_msi(device_t dev, device_t child, int count, int maxcount, in opalpci_alloc_msi() argument
/freebsd-12.1/sys/powerpc/powermac/
H A Dcpcht.c82 int count, int maxcount, int *irqs);
384 cpcht_alloc_msi(device_t dev, device_t child, int count, int maxcount, in cpcht_alloc_msi() argument

12