Searched refs:ctf_decl_init (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_decl.c | 54 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) in ctf_decl_init() function
|
H A D | ctf_impl.h | 336 extern void ctf_decl_init(ctf_decl_t *, char *, size_t);
|
H A D | ctf_types.c | 334 ctf_decl_init(&cd, buf, len); in ctf_type_qlname()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 822 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) in ctf_decl_init() function 1057 ctf_decl_init(&cd, buf, len); in fbt_type_name()
|