HomeSort by: relevance | last modified time | path
    Searched defs:max_type (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/pci/
ciss_pci.c 237 int max_type = PCI_INTR_TYPE_INTX; local
246 max_type = PCI_INTR_TYPE_MSIX;
251 if (pci_intr_alloc(pa, &ih, counts, max_type)) {
siisata_pci.c 228 int max_type = PCI_INTR_TYPE_MSIX; local
231 max_type = PCI_INTR_TYPE_INTX;
235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) {
virtio_pci.c 1147 pci_intr_type_t max_type; local
1156 max_type = PCI_INTR_TYPE_INTX;
1167 max_type = PCI_INTR_TYPE_MSIX;
1174 error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type);
1191 max_type = PCI_INTR_TYPE_INTX;
if_ena.c 1927 int max_type; local
1935 max_type = PCI_INTR_TYPE_MSIX;
1938 max_type) != 0) {
if_rge.c 254 int max_type = PCI_INTR_TYPE_MSIX; local
256 if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) {
if_bge.c 3629 int max_type = PCI_INTR_TYPE_MSIX; local
3633 max_type = PCI_INTR_TYPE_INTX;
3636 if (pci_intr_alloc(pa, &sc->bge_pihp, counts, max_type) != 0) {
if_wm.c 2014 pci_intr_type_t max_type; local
2206 max_type = PCI_INTR_TYPE_MSIX;
2215 max_type = PCI_INTR_TYPE_MSI;
2226 max_type = PCI_INTR_TYPE_INTX;
2230 max_type = PCI_INTR_TYPE_MSI;
2235 if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) {
2247 max_type = PCI_INTR_TYPE_MSI;
2260 max_type = PCI_INTR_TYPE_INTX;
if_ixl.c 5962 pci_intr_type_t max_type, intr_type; local
5969 max_type = PCI_INTR_TYPE_MSIX;
5979 error = pci_intr_alloc(pa, &sc->sc_ihp, counts, max_type);
  /src/external/mpl/bind/dist/lib/dns/
nsec.c 62 unsigned int max_type) {
72 if (window * 256 > max_type) {
106 unsigned int max_type; local
123 max_type = dns_rdatatype_nsec;
138 if (rdataset.type > max_type) {
139 max_type = rdataset.type;
152 for (i = 0; i <= max_type; i++) {
166 nsec_bits += dns_nsec_compressbitmap(nsec_bits, bm, max_type);
nsec3.c 67 unsigned int max_type; local
110 max_type = 0;
129 if (rdataset.type > max_type) {
130 max_type = rdataset.type;
155 if (dns_rdatatype_rrsig > max_type) {
156 max_type = dns_rdatatype_rrsig;
167 for (i = 0; i <= max_type; i++) {
182 nsec_bits += dns_nsec_compressbitmap(nsec_bits, bm, max_type);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nsec.c 69 unsigned int max_type) {
79 if (window * 256 > max_type) {
113 unsigned int max_type; local
130 max_type = dns_rdatatype_nsec;
145 if (rdataset.type > max_type) {
146 max_type = rdataset.type;
159 for (i = 0; i <= max_type; i++) {
173 nsec_bits += dns_nsec_compressbitmap(nsec_bits, bm, max_type);
nsec3.c 74 unsigned int max_type; local
117 max_type = 0;
136 if (rdataset.type > max_type) {
137 max_type = rdataset.type;
162 if (dns_rdatatype_rrsig > max_type) {
163 max_type = dns_rdatatype_rrsig;
174 for (i = 0; i <= max_type; i++) {
189 nsec_bits += dns_nsec_compressbitmap(nsec_bits, bm, max_type);
  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.c 98 static struct type *max_type (struct type *type1, struct type *type2);
782 max_type (struct type *type1, struct type *type2)
856 struct type *target = max_type (builtin_type (ax->gdbarch)->builtin_int,
857 max_type (type1, type2));
775 max_type (struct type *type1, struct type *type2) function
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.c 98 static struct type *max_type (struct type *type1, struct type *type2);
781 max_type (struct type *type1, struct type *type2)
855 struct type *target = max_type (builtin_type (ax->gdbarch)->builtin_int,
856 max_type (type1, type2));
774 max_type (struct type *type1, struct type *type2) function
  /src/sys/dev/pci/ixgbe/
ixgbe.c 6754 pci_intr_type_t intr_type, max_type; local
6761 max_type = PCI_INTR_TYPE_MSI;
6770 if (pci_intr_alloc(pa, &sc->osdep.intrs, counts, max_type) != 0) {
6789 max_type = PCI_INTR_TYPE_INTX;

Completed in 138 milliseconds