| /freebsd-12.1/usr.bin/file2c/ |
| H A D | file2c.c | 30 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 D | wait4amd2die.in | 34 maxcount=`expr $count + 1` 35 while [ $i != $maxcount ]; do
|
| H A D | redhat-ctl-amd.in | 58 maxcount=`expr $count + 1` 59 while [ $i != $maxcount ]; do
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_container.c | 46 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 D | acpi_pcib_acpi.c | 91 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 D | ps.c | 126 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 D | xen_nexus.c | 126 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 D | xen_msi.c | 72 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 D | thunder_pcie_pem_fdt.c | 113 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 D | xen_msi.h | 34 int xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs);
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | cdf.c | 893 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 D | framebuffer.c | 153 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 D | legacyvar.h | 68 int maxcount, int *irqs);
|
| H A D | intr_machdep.h | 168 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | msi.c | 378 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 D | nexus.c | 139 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 D | pci_host_generic_acpi.c | 353 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 D | pci_host_generic_fdt.c | 389 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 D | pcib_private.h | 189 int pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | directives.c | 1563 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 D | tegra_pcie.c | 485 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 D | pci_bus.c | 98 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 D | msi_if.m | 42 int maxcount;
|
| /freebsd-12.1/sys/powerpc/powernv/ |
| H A D | opal_pci.c | 82 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 D | cpcht.c | 82 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
|