Searched defs:type_cb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c64 ulong_t tv_base_offset; /* used when recursing from type_cb() */
65 int tv_base_depth; /* used when recursing from type_cb() */
633 type_cb(const char *name, ctf_id_t type, ulong_t off, int depth, void *arg) function
671 type_cb, &tv);
690 ret = ctf_type_visit(idp->mci_fp, idp->mci_id, type_cb, &tv);

Completed in 49 milliseconds