Home
last modified time | relevance | path

Searched refs:hdrtype (Results 1 – 6 of 6) sorted by relevance

/pciutils/lib/
H A Dgeneric.c54 d->hdrtype = ht; in pci_generic_scan_bus()
90 if (d->hdrtype < 0) in get_hdr_type()
91 d->hdrtype = pci_read_byte(d, PCI_HEADER_TYPE) & 0x7f; in get_hdr_type()
92 return d->hdrtype; in get_hdr_type()
H A Daos-expansion.c161 d->hdrtype = device->ReadConfigByte(PCI_HEADER_TYPE) & ~PCI_HEADER_TYPE_MULTIFUNCTION; in aos_expansion_scan()
H A Dpci.h176 int hdrtype; /* Cached low 7 bits of header type, -1 if unknown */ member
H A Daccess.c32 d->hdrtype = -1; in pci_alloc_dev()
H A Dfbsd-device.c154 t->hdrtype = matches[i].pc_hdr; in fbsd_scan()
/pciutils/
H A DChangeLog1407 invalid 64-bit addresses. Also d->hdrtype should not include
1546 * lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
1549 * lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
1550 lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
1757 * lib/proc.c (proc_scan): Don't forget to initialize hdrtype.