Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 2 of 2) sorted by relevance

/pciutils/
H A Dlspci.c799 byte htype = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in show_verbose() local
810 switch (htype) in show_verbose()
814 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()
821 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()
827 printf("\t!!! Invalid class %04x for header type %02x\n", class, htype); in show_verbose()
833 printf("\t!!! Unknown header type %02x\n", htype); in show_verbose()
951 switch (htype) in show_verbose()
H A Dls-caps.c1691 u8 htype = get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f; in cap_ea() local
1694 if (htype == PCI_HEADER_TYPE_BRIDGE) { in cap_ea()