Searched refs:did_dinode (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/ |
H A D | pci_sun4u.c | 82 binding_name = di_binding_name(did_dinode(dp)); 96 n = di_compatible_names(did_dinode(dp), &compatible_names);
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did.h | 51 extern di_node_t did_dinode(did_t *);
|
H A D | did_props.c | 437 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) { 721 if ((dnpath = di_devfs_path(did_dinode(pd))) == NULL) { 756 if ((dnm = di_driver_name(did_dinode(pd))) == NULL) 775 if ((dnm = di_driver_name(did_dinode(pd))) == NULL) 803 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) 840 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) 866 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) 881 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0)
|
H A D | pcibus.c | 598 din = did_dinode(pps[d][f]); 692 retval = pci_children_instantiate(mp, ptn, did_dinode(didp),
|
H A D | did.c | 434 did_dinode(did_t *dp) function
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin))
|
Completed in 50 milliseconds