Home
last modified time | relevance | path

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

/freebsd-src/sys/ddb/
H A Ddb_pprint.c43 static void db_pprint_type(db_addr_t addr, struct ctf_type_v3 *type,
54 db_pprint_int(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_int()
60 sizeof(struct ctf_type_v3) : in db_pprint_int()
84 db_pprint_struct(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_struct()
88 struct ctf_type_v3 *mtype; in db_pprint_struct()
94 sizeof(struct ctf_type_v3) : in db_pprint_struct()
166 db_pprint_arr(db_addr_t addr, struct ctf_type_v3 *type, u_int depth) in db_pprint_arr()
168 struct ctf_type_v3 *elem_type; in db_pprint_arr()
175 sizeof(struct ctf_type_v3) : in db_pprint_arr()
207 db_pprint_enum(db_addr_t addr, struct ctf_type_v3 *typ in db_pprint_enum()
[all...]
H A Ddb_ctf.c97 db_ctf_type_size(struct ctf_type_v3 *t) in db_ctf_type_size()
107 sizeof(struct ctf_type_v3) : in db_ctf_type_size()
152 struct ctf_type_v3 *
179 struct ctf_type_v3 *t = in db_ctf_typename_to_type()
180 (struct ctf_type_v3 *)(__DECONST(uint8_t *, ctfstart) + in db_ctf_typename_to_type()
192 return (struct ctf_type_v3 *)(__DECONST(uint8_t *, ctfstart) + in db_ctf_typename_to_type()
214 struct ctf_type_v3 *
227 struct ctf_type_v3 *t = in db_ctf_typeid_to_type()
228 (struct ctf_type_v3 *)(__DECONST(uint8_t *, ctfstart) + in db_ctf_typeid_to_type()
242 return (struct ctf_type_v3 *)(__DECONST(uint8_t *, ctfstart) + in db_ctf_typeid_to_type()
[all …]
H A Ddb_ctf.h51 struct ctf_type_v3 *db_ctf_find_typename(db_ctf_sym_data_t sd,
58 struct ctf_type_v3 *db_ctf_sym_to_type(db_ctf_sym_data_t sd);
60 struct ctf_type_v3 *db_ctf_typename_to_type(linker_ctf_t *lc, const char *name);
61 struct ctf_type_v3 *db_ctf_typeid_to_type(db_ctf_sym_data_t sd,
/freebsd-src/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c44 const struct ctf_type_v3 *ctt = v; in ctf_get_ctt_index()
73 const struct ctf_type_v3 *ctt = v; in ctf_get_ctt_info()
105 const struct ctf_type_v3 *ctt = v; in ctf_get_ctt_size()
109 increment = sizeof (struct ctf_type_v3); in ctf_get_ctt_size()
469 const struct ctf_type_v3 *ctt = v; in ctf_type_rname()
H A Dctf_impl.h163 struct ctf_type_v3 dtd_data; /* type node (see <sys/ctf.h>) */
H A Dctf_create.c323 size += sizeof (struct ctf_type_v3); in ctf_update()
422 len = sizeof (struct ctf_type_v3); in ctf_update()
H A Dctf_open.c484 const struct ctf_type_v3 *ctt = tp; in init_types()
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c236 write_sized_type_rec(ctf_buf_t *b, struct ctf_type_v3 *ctt, size_t size) in write_sized_type_rec()
266 write_unsized_type_rec(ctf_buf_t *b, struct ctf_type_v3 *ctt) in write_unsized_type_rec()
294 struct ctf_type_v3 ctt; in write_type()
766 struct ctf_type_v3 *ctt = v; in get_ctt_info()
788 struct ctf_type_v3 *ctt = v; in get_ctt_size()
792 *incrementp = sizeof (struct ctf_type_v3); in get_ctt_size()
1109 struct ctf_type_v3 *ctt = (void *) dptr; in resurrect_types()
/freebsd-src/sys/cddl/dev/fbt/
H A Dfbt.c462 const struct ctf_type_v3 *ctt = v; in fbt_get_ctt_index()
494 const struct ctf_type_v3 *ctt = tp; in fbt_get_ctt_size()
498 increment = sizeof (struct ctf_type_v3); in fbt_get_ctt_size()
527 const struct ctf_type_v3 *ctt = tp; in fbt_get_ctt_info()
938 const struct ctf_type_v3 *ctt = v;
/freebsd-src/sys/sys/
H A Dctf.h90 struct ctf_type_v3 { struct
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c429 struct ctf_type_v3 t3; in read_types()
459 increment = sizeof (struct ctf_type_v3); in read_types()