Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c62 mdb_ctf_visit_f *tv_cb; member
652 if ((ret = tvp->tv_cb(name, id, base, off, depth, tvp->tv_arg)) != 0) in type_cb()
663 tv.tv_cb = tvp->tv_cb; in type_cb()
684 tv.tv_cb = func; in mdb_ctf_type_visit()