Searched refs:typbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 799 uchar_t *typbuf; in maybe_di_chars_copy() local 804 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy() 811 bcopy(typbuf, tmpbuf, sz); in maybe_di_chars_copy() 878 uchar_t *typbuf; in AADDR_set() local 882 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set() 889 (uint32_t *)typbuf, sz/4, &err); in AADDR_set()
|