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

12

/freebsd-12-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-12-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-12-stable/sys/xen/
H A Dxen_msi.h34 int xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-12-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.c91 int count, int maxcount, int *irqs);
646 acpi_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, argument
652 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-12-stable/sys/x86/xen/
H A Dxen_nexus.c126 nexus_xen_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs) argument
129 return (xen_msi_alloc(dev, count, maxcount, irqs));
H A Dxen_msi.c72 xen_msi_alloc(device_t dev, int count, int maxcount, int *irqs) argument
/freebsd-12-stable/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, argument
123 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
/freebsd-12-stable/sys/x86/include/
H A Dlegacyvar.h68 int maxcount, int *irqs);
H A Dintr_machdep.h167 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-12-stable/bin/ps/
H A Dps.c126 int maxcount; member in struct:listinfo
481 uidlist.count = uidlist.maxcount = 1;
551 if (pidlist.count >= pidlist.maxcount)
786 if (inf->count >= inf->maxcount)
810 if (inf->count >= inf->maxcount)
841 if (inf->count >= inf->maxcount)
922 if (inf->count >= inf->maxcount)
967 if (inf->count >= inf->maxcount)
1146 newmax = (inf->maxcount + 1) << 1;
1152 inf->maxcount
[all...]
/freebsd-12-stable/stand/efi/loader/
H A Dframebuffer.c153 size_t count, maxcount = 1024; local
169 data1 = calloc(maxcount, 2);
174 data2 = data1 + maxcount;
178 count = min(size, maxcount);
/freebsd-12-stable/contrib/file/src/
H A Dcdf.c917 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) argument
920 size_t newcount = *maxcount + incr;
933 *maxcount = newcount;
937 *maxcount = 0;
972 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount)
1002 inp = cdf_grow_info(info, maxcount, sh.sh_properties);
1069 inp = cdf_grow_info(info, maxcount, nelements);
1121 *maxcount = 0;
1130 size_t maxcount; local
1148 maxcount
971 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-12-stable/sys/x86/x86/
H A Dmsi.c379 msi_alloc(device_t dev, int count, int maxcount, int *irqs) argument
443 vector = apic_alloc_vectors(cpu, irqs, count, maxcount);
484 fsrc->msi_maxcount = maxcount;
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) argument
744 return (msi_alloc(dev, count, maxcount, irqs));
/freebsd-12-stable/sys/dev/pci/
H A Dpci_host_generic_acpi.c385 int maxcount, int *irqs)
390 count, maxcount, irqs));
384 generic_pcie_acpi_alloc_msi(device_t pci, device_t child, int count, int maxcount, int *irqs) argument
H A Dpcib_private.h189 int pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, int *irqs);
H A Dpci_dw.c459 int maxcount, int *irqs)
469 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
458 pci_dw_alloc_msi(device_t pci, device_t child, int count, int maxcount, int *irqs) argument
H A Dpci_host_generic_fdt.c389 int maxcount, int *irqs)
399 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
388 generic_pcie_fdt_alloc_msi(device_t pci, device_t child, int count, int maxcount, int *irqs) argument
/freebsd-12-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-12-stable/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, argument
/freebsd-12-stable/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, argument
/freebsd-12-stable/sys/x86/pci/
H A Dpci_bus.c98 legacy_pcib_alloc_msi(device_t pcib, device_t dev, int count, int maxcount, argument
104 return (PCIB_ALLOC_MSI(device_get_parent(bus), dev, count, maxcount,
/freebsd-12-stable/sys/arm/annapurna/alpine/
H A Dalpine_pci_msix.c296 al_msix_alloc_msi(device_t dev, device_t child, int count, int maxcount, argument

Completed in 337 milliseconds

12