Home
last modified time | relevance | path

Searched refs:no_config_access (Results 1 – 5 of 5) sorted by relevance

/pciutils/
H A Dlspci.c130 d->no_config_access = p->no_config_access; in scan_device()
135 if (!d->no_config_access && !pci_read_block(p, 0, d->config, 64)) in scan_device()
137 d->no_config_access = 1; in scan_device()
141 if (!d->no_config_access && (d->config[PCI_HEADER_TYPE] & 0x7f) == PCI_HEADER_TYPE_CARDBUS) in scan_device()
799 byte htype = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in show_verbose()
832 if (!d->no_config_access) in show_verbose()
974 if (d->no_config_access) in show_hex_dump()
H A Dlspci.h44 int no_config_access; member
H A Dls-tree.c146 byte ht = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in grow_tree()
/pciutils/lib/
H A Dpci.h166 int no_config_access; /* No access to config space for this device */ member
H A Dwin32-cfgmgr32.c1512 d->no_config_access = 1; in scan_devinst_id()