Searched refs:typbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 798 uchar_t *typbuf; in maybe_di_chars_copy() local 803 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy() 810 bcopy(typbuf, tmpbuf, sz); in maybe_di_chars_copy() 877 uchar_t *typbuf; in AADDR_set() local 881 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set() 888 (uint32_t *)typbuf, sz/4, &err); in AADDR_set()
|