Searched refs:did_dinode (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4u/pcibus/ |
H A D | pci_sun4u.c | 82 binding_name = di_binding_name(did_dinode(dp)); in sunfire_test_func() 96 n = di_compatible_names(did_dinode(dp), &compatible_names); in sunfire_test_func()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 437 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) { in ASRU_set() 722 if ((dnpath = di_devfs_path(did_dinode(pd))) == NULL) { in DEVprop_set() 757 if ((dnm = di_driver_name(did_dinode(pd))) == NULL) in DRIVERprop_set() 776 if ((dnm = di_driver_name(did_dinode(pd))) == NULL) in MODULEprop_set() 804 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy() 841 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_str() 867 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_dec_str() 882 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set()
|
H A D | did.h | 51 extern di_node_t did_dinode(did_t *);
|
H A D | pcibus.c | 598 din = did_dinode(pps[d][f]); in pci_children_instantiate() 692 retval = pci_children_instantiate(mp, ptn, did_dinode(didp), in pcibus_enum()
|
H A D | did.c | 434 did_dinode(did_t *dp) in did_dinode() function
|
/titanic_41/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin)) in specific_hb_enum()
|