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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.h82 extern int di_bytes_get(topo_mod_t *, di_node_t, const char *, int *,
H A Ddid.c94 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) {
146 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &buf) == 0 &&
223 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &slotbuf) < 0)
H A Ddid_props.c287 di_bytes_get(topo_mod_t *mod, di_node_t n, const char *pnm, int *sz, function
803 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0)
881 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0)
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c69 result = di_bytes_get(mod, topo_node_getspecific(node),
173 } else if (di_bytes_get(mod, topo_node_getspecific(node),

Completed in 65 milliseconds