Searched refs:mci_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf_impl.h38 ctf_id_t mci_id; member in struct:mdb_ctf_impl
H A Dmdb_ctf.c200 mcip->mci_id = id;
327 if ((fp = name_to_type(t, name, &mcip->mci_id)) == NULL) {
358 if ((mcip->mci_id = ctf_lookup_by_symbol(fp, sip->sym_id)) == CTF_ERR) {
509 return (((mdb_ctf_impl_t *)&id)->mci_id != CTF_ERR);
518 return (ctf_type_cmp(aidp->mci_fp, aidp->mci_id,
519 bidp->mci_fp, bidp->mci_id));
528 if ((id = ctf_type_resolve(idp->mci_fp, idp->mci_id)) == CTF_ERR) {
564 ret = ctf_type_name(idp->mci_fp, idp->mci_id, buf, len);
581 if ((ret = ctf_type_size(idp->mci_fp, idp->mci_id)) == CTF_ERR)
593 if ((ret = ctf_type_kind(idp->mci_fp, idp->mci_id))
[all...]

Completed in 46 milliseconds