Searched refs:di_uintprop_get (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.h | 81 extern int di_uintprop_get(topo_mod_t *, di_node_t, const char *, uint_t *);
|
H A D | did.c | 139 (void) di_uintprop_get(mp, src, DI_PHYSPROP, (uint_t *)slotnum); in di_physlotinfo_get() 294 if (di_uintprop_get(mp, src, DI_REGPROP, ®) < 0) { in did_create() 313 if (di_uintprop_get(mp, src, DI_CCPROP, &code) == 0) { in did_create()
|
H A D | did_props.c | 278 di_uintprop_get(topo_mod_t *mod, di_node_t n, const char *pnm, uint_t *pv) in di_uintprop_get() function 840 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_str() 866 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_dec_str()
|
H A D | pcibus.c | 493 di_uintprop_get(mod, din, DI_VENDIDPROP, &vid) >= 0 && in declare_dev_and_fn() 494 di_uintprop_get(mod, din, DI_DEVIDPROP, &did) >= 0 && in declare_dev_and_fn()
|