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 D | did_props.c | 317 di_uintprop_get(topo_mod_t *mod, di_node_t n, const char *pnm, uint_t *pv) in di_uintprop_get() function 895 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_str() 921 if (di_uintprop_get(did_mod(pd), did_dinode(pd), dpnm, &v) < 0) in maybe_di_uint_to_dec_str() 988 if (di_uintprop_get(did_mod(pd), did_dinode(pd), DI_VENDIDPROP, &vid) < in maybe_pcidb_set() 989 0 || di_uintprop_get(did_mod(pd), did_dinode(pd), DI_DEVIDPROP, in maybe_pcidb_set() 1027 di_uintprop_get(did_mod(pd), did_dinode(pd), DI_SUBVENDIDPROP, in maybe_pcidb_set() 1029 di_uintprop_get(did_mod(pd), did_dinode(pd), DI_SUBSYSTEMID, in maybe_pcidb_set()
|
H A D | did_props.h | 92 extern int di_uintprop_get(topo_mod_t *, di_node_t, const char *, uint_t *);
|
H A D | did.c | 167 (void) di_uintprop_get(mp, src, DI_PHYSPROP, (uint_t *)slotnum); in di_physlotinfo_get() 357 if (di_uintprop_get(mp, src, DI_REGPROP, ®) < 0) { in did_create() 376 if (di_uintprop_get(mp, src, DI_CCPROP, &code) == 0) { in did_create()
|
H A D | pcibus.c | 564 di_uintprop_get(mod, din, DI_VENDIDPROP, &vid) >= 0 && in declare_dev_and_fn() 565 di_uintprop_get(mod, din, DI_DEVIDPROP, &did) >= 0 && in declare_dev_and_fn()
|