Home
last modified time | relevance | path

Searched refs:ctf_stype_v2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/sys/
H A Dctf.h61 struct ctf_stype_v2 { struct
285 typedef struct ctf_stype_v2 ctf_stype_t;
/freebsd-src/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c316 size += sizeof (struct ctf_stype_v2); in ctf_update()
411 len = sizeof (struct ctf_stype_v2); in ctf_update()
H A Dctf_types.c102 increment = sizeof (struct ctf_stype_v2); in ctf_get_ctt_size()
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c447 increment = sizeof (struct ctf_stype_v2); in read_types()
/freebsd-src/sys/cddl/dev/fbt/
H A Dfbt.c491 increment = sizeof (struct ctf_stype_v2); in fbt_get_ctt_size()
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c785 *incrementp = sizeof (struct ctf_stype_v2); in get_ctt_size()