Searched refs:ctf_decl_sprintf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 246 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname() 249 ctf_decl_sprintf(&cd, "("); in ctf_type_qlname() 259 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 262 ctf_decl_sprintf(&cd, "*"); in ctf_type_qlname() 268 ctf_decl_sprintf(&cd, "()"); in ctf_type_qlname() 272 ctf_decl_sprintf(&cd, "struct "); in ctf_type_qlname() 275 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 278 ctf_decl_sprintf(&cd, "union "); in ctf_type_qlname() 284 ctf_decl_sprintf(&cd, "enum "); in ctf_type_qlname() 293 ctf_decl_sprintf(&cd, "const"); in ctf_type_qlname() [all …]
|
| H A D | ctf_decl.c | 172 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
|
| H A D | ctf_impl.h | 306 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...);
|
| /freebsd-12.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 957 ctf_decl_sprintf(&cd, " "); in fbt_type_name() 960 ctf_decl_sprintf(&cd, "("); in fbt_type_name() 968 ctf_decl_sprintf(&cd, "%s", name); in fbt_type_name() 971 ctf_decl_sprintf(&cd, "*"); in fbt_type_name() 977 ctf_decl_sprintf(&cd, "()"); in fbt_type_name() 984 ctf_decl_sprintf(&cd, "union %s", name); in fbt_type_name() 987 ctf_decl_sprintf(&cd, "enum %s", name); in fbt_type_name() 990 ctf_decl_sprintf(&cd, "volatile"); in fbt_type_name() 993 ctf_decl_sprintf(&cd, "const"); in fbt_type_name() 996 ctf_decl_sprintf(&cd, "restrict"); in fbt_type_name() [all …]
|