Home
last modified time | relevance | path

Searched refs:iiburst_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c59 iiburst_t *iiburst = arg; in burst_iitypes()
82 iiburst_t *iiburst = private; in save_type_by_id()
115 static iiburst_t *
118 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); in iiburst_new()
128 iiburst_types(iiburst_t *iiburst) in iiburst_types()
141 iiburst_free(iiburst_t *iiburst) in iiburst_free()
334 static iiburst_t *
338 iiburst_t *iiburst; in sort_iidescs()
713 iiburst_t *iiburst; in make_ctf_data()
H A Dctftools.h345 } iiburst_t; typedef
356 caddr_t ctf_gen(iiburst_t *, size_t *, int);
H A Dctf.c683 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) in ctf_gen()