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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c523 mdb_ctf_type_resolve(mdb_ctf_id_t mid, mdb_ctf_id_t *outp) function
578 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0)
650 (void) mdb_ctf_type_resolve(id, &base);
722 if (mdb_ctf_type_resolve(id, &id) != 0)
753 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0)
775 if ((ret = mdb_ctf_type_resolve(id, &id)) != 0)
1026 (void) mdb_ctf_type_resolve(id, &id);
1166 if (mdb_ctf_type_resolve(a, &a) != 0 ||
1167 mdb_ctf_type_resolve(b, &b) != 0 ||
1295 (void) mdb_ctf_type_resolve(modi
[all...]

Completed in 62 milliseconds