Searched refs:ctf_type_rname (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 363 const char *name = ctf_type_rname(rfp, tp); in ctf_type_qlname() 460 ctf_type_rname(ctf_file_t *fp, const void *v) in ctf_type_rname() function 762 strcmp(ctf_type_rname(lfp, ltp), ctf_type_rname(rfp, rtp)) != 0) in ctf_type_compat()
|
H A D | ctf_decl.c | 114 if (ctf_type_rname(fp, tp)[0] == '\0') { in ctf_decl_push()
|
H A D | ctf_impl.h | 315 extern const char *ctf_type_rname(ctf_file_t *, const void *);
|
H A D | ctf_open.c | 496 name = ctf_type_rname(fp, tp); in init_types() 702 strcmp(ctf_type_rname(fp, tp), "") == 0 && in init_types()
|
H A D | ctf_create.c | 1429 name = ctf_type_rname(src_fp, tp); in ctf_add_type()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 928 ctf_type_rname(linker_ctf_t *lc, const void *v) in ctf_type_rname() function 975 if (ctf_type_rname(lc, tp)[0] == '\0') { in ctf_decl_push() 1085 const char *name = ctf_type_rname(lc, tp); in fbt_type_name()
|