Searched refs:di_uintprop_get (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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);
294 if (di_uintprop_get(mp, src, DI_REGPROP, &reg) < 0) {
313 if (di_uintprop_get(mp, src, DI_CCPROP, &code) == 0) {
H A Dpcibus.c491 di_uintprop_get(mod, din, DI_VENDIDPROP, &vid) >= 0 &&
492 di_uintprop_get(mod, din, DI_DEVIDPROP, &did) >= 0) {
H A Ddid_props.c278 di_uintprop_get(topo_mod_t *mod, di_node_t n, const char *pnm, uint_t *pv) function
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)

Completed in 63 milliseconds