Home
last modified time | relevance | path

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 Ddid_props.h81 extern int di_uintprop_get(topo_mod_t *, di_node_t, const char *, uint_t *);
H A Ddid.c139 (void) di_uintprop_get(mp, src, DI_PHYSPROP, (uint_t *)slotnum); in di_physlotinfo_get()
294 if (di_uintprop_get(mp, src, DI_REGPROP, &reg) < 0) { in did_create()
313 if (di_uintprop_get(mp, src, DI_CCPROP, &code) == 0) { in did_create()
H A Ddid_props.c278 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 Dpcibus.c493 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()