Home
last modified time | relevance | path

Searched refs:di_bytes_get (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.h93 extern int di_bytes_get(topo_mod_t *, di_node_t, const char *, int *,
H A Ddid.c95 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) { in di_devtype_get()
174 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &buf) == 0 && in di_physlotinfo_get()
286 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &slotbuf) < 0) in di_slotinfo_get()
H A Ddid_props.c326 di_bytes_get(topo_mod_t *mod, di_node_t n, const char *pnm, int *sz, in di_bytes_get() function
858 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy()
936 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set()