Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h207 ssize_t (*xd_copy)(mdb_tgt_t *, void *, size_t); /* Copy routine */ member
H A Dmdb_target.c1819 xdp->xd_copy(t, NULL, 0)) != 0) in mdb_tgt_xdata_iter()
1833 return (xdp->xd_copy(t, buf, nbytes)); in mdb_tgt_getxdata()
1874 xdp->xd_copy = copy; in mdb_tgt_xdata_insert()