Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c62 return (strcmp(topo_node_name(did_gettnode(dp)), PCIEX_ROOT) == 0); in parent_is_rc()
77 ptp = did_gettnode(dp); in ba_is_2()
106 ptp = did_gettnode(dp); in ba_is_4()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.h74 extern tnode_t *did_gettnode(did_t *);
H A Dpcibus_labels.c450 pnode = did_gettnode(dp); in pci_label_cmn()
493 pnode = did_gettnode(dp); in pci_fru_cmn()
H A Ddid_props.c472 if ((strcmp(nm, PCI_BUS) == 0 && did_gettnode(pd) && in ASRU_set()
473 strcmp(topo_node_name(did_gettnode(pd)), HOSTBRIDGE) == 0) || in ASRU_set()
H A Ddid.c685 did_gettnode(did_t *pd) in did_gettnode() function