Searched defs:config_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c592 pci_conf_hdr_t config_hdr; local
701 config_hdr.dwords[0] = (uint32_t)prg_p->data;
705 prg_p->dev_no, prg_p->func_no, &config_hdr)) !=
711 print_probe_info(&config_hdr, prg_p,
718 if ((config_hdr.dwords[0] == U45_SB_DEVID_VID) &&
719 (config_hdr.dwords[2] == U45_SB_CLASS_RID)) {
730 if (config_hdr.bytes[PCI_CONF_HEADER] &

Completed in 48 milliseconds