Home
last modified time | relevance | path

Searched refs:PCI_DEVICE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h43 #define PCI_DEVICE "pcidev" macro
H A Dutil.c105 if ((strcmp(name, PCI_DEVICE) == 0) || in tnode_create()
H A Dpcibus_labels.c436 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_label_cmn()
483 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_fru_cmn()
H A Dpcibus.c412 if ((ntn = pci_tnode_create(mod, parent, PCI_DEVICE, i, dn)) == NULL) in pcidev_declare()
462 if (child_range_add(mod, ntn, PCI_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) { in pcibus_declare()
473 topo_node_range_destroy(ntn, PCI_DEVICE); in pcibus_declare()
H A Ddid_props.c623 if (strcmp(nm, IOBOARD) != 0 && strcmp(nm, PCI_DEVICE) != 0 && in FRU_set()
635 } else if (strcmp(nm, PCI_DEVICE) == 0 || in FRU_set()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c448 log_printf("%3d ", PCI_DEVICE(reghi), 0); in display_dev_node()
459 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat); in display_dev_node()
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h51 #define PCI_DEVICE(x) ((x >> 11) & 0x1f) macro
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h77 #define PCI_DEVICE "pcidev" macro
H A Dhc.c187 { PCI_DEVICE, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c120 return (PCI_DEVICE(*(int *)value)); in get_pci_device()
137 return (PCI_DEVICE(*(int *)value)); in get_pci_to_pci_device()