Searched refs:mta_contents (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 707 set_ctf_id(&arp->mta_contents, idp->mci_fp, car.ctr_contents); in mdb_ctf_array_info() 1019 size = mdb_ctf_type_size(ar.mta_contents) * NBBY; in mdb_ctf_offset_to_name() 1022 id = ar.mta_contents; in mdb_ctf_offset_to_name() 1187 type_equals(aar.mta_contents, bar.mta_contents)); in type_equals() 1497 if ((modsz = mdb_ctf_type_size(mar.mta_contents)) == -1UL) { in vread_helper() 1502 if ((tgtsz = mdb_ctf_type_size(tar.mta_contents)) == -1UL) { in vread_helper() 1510 ret = vread_helper(mar.mta_contents, modbuf + i * modsz, in vread_helper() 1511 tar.mta_contents, tgtbuf + i * tgtsz, in vread_helper() 1975 mcip = (mdb_ctf_impl_t *)&marp->mta_contents; in mdb_ctf_add_array()
|
H A D | mdb_ctf.h | 64 mdb_ctf_id_t mta_contents; /* type of array conents */ member
|
H A D | mdb_print.c | 1198 mdb_ctf_type_resolve(r.mta_contents, &base) == -1 || in print_array() 1266 if (mdb_ctf_type_visit(r.mta_contents, elt_print, &pa) == -1) { in print_array() 2015 id = ar.mta_contents; in parse_member() 2160 id = ar.mta_contents; in cmd_print_tab_common() 2789 mdb_ctf_type_resolve(r.mta_contents, &base) == -1 || in printf_string()
|
H A D | mdb_typedef.c | 521 ar.mta_contents = tid; in typedef_add()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 442 type = typegraph_resolve(arr.mta_contents); in typegraph_size() 509 type = typegraph_resolve(arr.mta_contents); in typegraph_offiter() 669 *atype = typegraph_resolve(arr.mta_contents); in typegraph_hasfam() 714 type = typegraph_resolve(arr.mta_contents); in typegraph_type_offset() 2905 type = typegraph_resolve(arr.mta_contents); in findlocks_findmutex() 3269 type = typegraph_resolve(arr.mta_contents); in findfalse_findsync() 3351 type = typegraph_resolve(arr.mta_contents); in findfalse_node()
|