| /src/sys/arch/x86/pci/ |
| pci_ranges.c | 305 int bar, bus, dev, fun, hdrtype, nbar; local 310 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 314 switch (hdrtype) { 344 __func__, hdrtype, bus, dev, fun); 612 int bar, bus, dev, fun, hdrtype, nbar; local 617 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 621 switch (hdrtype) { 667 __func__, hdrtype, bus, dev, fun);
|
| pci_ranges.c | 305 int bar, bus, dev, fun, hdrtype, nbar; local 310 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 314 switch (hdrtype) { 344 __func__, hdrtype, bus, dev, fun); 612 int bar, bus, dev, fun, hdrtype, nbar; local 617 hdrtype = PCI_HDRTYPE_TYPE(bhlcr); 621 switch (hdrtype) { 667 __func__, hdrtype, bus, dev, fun);
|
| /src/sys/dev/pci/ |
| pciconf.c | 600 u_int hdrtype, br, width, reg_start, reg_end, reg_rom; local 622 hdrtype = PCI_HDRTYPE_TYPE(bhlc); 624 && hdrtype != PCI_HDRTYPE_PPB) { 640 switch (hdrtype) { 688 if (hdrtype != PCI_HDRTYPE_PPB) {
|
| pciconf.c | 600 u_int hdrtype, br, width, reg_start, reg_end, reg_rom; local 622 hdrtype = PCI_HDRTYPE_TYPE(bhlc); 624 && hdrtype != PCI_HDRTYPE_PPB) { 640 switch (hdrtype) { 688 if (hdrtype != PCI_HDRTYPE_PPB) {
|
| pci_subr.c | 5126 int off, capoff, endoff, hdrtype; local 5161 hdrtype = PCI_HDRTYPE_TYPE(regs[o2i(PCI_BHLC_REG)]); 5162 switch (hdrtype) { /* XXX make a table, eventually */ 5191 printf(" Type %d ", hdrtype); 5205 hdrtype);
|
| pci_subr.c | 5126 int off, capoff, endoff, hdrtype; local 5161 hdrtype = PCI_HDRTYPE_TYPE(regs[o2i(PCI_BHLC_REG)]); 5162 switch (hdrtype) { /* XXX make a table, eventually */ 5191 printf(" Type %d ", hdrtype); 5205 hdrtype);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_sendrecv.c | 1723 * uses a special header (with a hdrtype field of DMU_COMPOUNDSTREAM) 3636 int hdrtype; local 3695 hdrtype = DMU_GET_STREAM_HDRTYPE(drrb->drr_versioninfo); 3698 (hdrtype != DMU_SUBSTREAM && hdrtype != DMU_COMPOUNDSTREAM)) {
|
| libzfs_sendrecv.c | 1723 * uses a special header (with a hdrtype field of DMU_COMPOUNDSTREAM) 3636 int hdrtype; local 3695 hdrtype = DMU_GET_STREAM_HDRTYPE(drrb->drr_versioninfo); 3698 (hdrtype != DMU_SUBSTREAM && hdrtype != DMU_COMPOUNDSTREAM)) {
|