Home
last modified time | relevance | path

Searched refs:ctf_array_v3 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_pprint.c169 struct ctf_array_v3 *arr; in db_pprint_arr()
177 arr = (struct ctf_array_v3 *)((db_addr_t)type + type_struct_size); in db_pprint_arr()
H A Ddb_ctf.c116 kind_size = sizeof(struct ctf_array_v3); in db_ctf_type_size()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c579 vbytes = sizeof (struct ctf_array_v3); in fbt_typoff_init()
667 vbytes = sizeof (struct ctf_array_v3); in fbt_typoff_init()
897 const struct ctf_array_v3 *ap; in fbt_array_info()
899 ap = (const struct ctf_array_v3 *)((uintptr_t)tp + increment); in fbt_array_info()
/freebsd/sys/sys/
H A Dctf.h110 struct ctf_array_v3 { struct
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c295 struct ctf_array_v3 cta; in write_type()
837 dptr += sizeof (struct ctf_array_v3); in count_types()
1188 struct ctf_array_v3 *cta = (void *) dptr; in resurrect_types()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c470 struct ctf_array_v3 *ap3; in read_types()
543 vlen = sizeof (struct ctf_array_v3); in read_types()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c384 vbytes = sizeof (struct ctf_array_v3); in init_types()
528 vbytes = sizeof (struct ctf_array_v3); in init_types()
H A Dctf_create.c334 sizeof (struct ctf_array_v3); in ctf_update()
460 struct ctf_array_v3 cta; in ctf_update()
H A Dctf_types.c874 const struct ctf_array_v3 *ap3 = ap; in ctf_array_info()