Searched refs:di_bytes_get (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 69 result = di_bytes_get(mod, topo_node_getspecific(node), in platform_pci_label() 173 } else if (di_bytes_get(mod, topo_node_getspecific(node), in platform_pci_fru()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.h | 82 extern int di_bytes_get(topo_mod_t *, di_node_t, const char *, int *,
|
H A D | did.c | 94 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) { in di_devtype_get() 146 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &buf) == 0 && in di_physlotinfo_get() 223 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &slotbuf) < 0) in di_slotinfo_get()
|
H A D | did_props.c | 287 di_bytes_get(topo_mod_t *mod, di_node_t n, const char *pnm, int *sz, in di_bytes_get() function 804 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy() 882 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set()
|