Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c853 uchar_t *typbuf; in maybe_di_chars_copy() local
858 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in maybe_di_chars_copy()
865 bcopy(typbuf, tmpbuf, sz); in maybe_di_chars_copy()
932 uchar_t *typbuf; in AADDR_set() local
936 if (di_bytes_get(did_mod(pd), did_dinode(pd), dpnm, &sz, &typbuf) < 0) in AADDR_set()
943 (uint32_t *)typbuf, sz/4, &err); in AADDR_set()