Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c515 if (dtd->dtd_name != NULL) { in ctf_update()
517 len = strlen(dtd->dtd_name) + 1; in ctf_update()
519 bcopy(dtd->dtd_name, s, len); in ctf_update()
798 if (dtd->dtd_name) { in ctf_dtd_delete()
799 len = strlen(dtd->dtd_name) + 1; in ctf_dtd_delete()
800 ctf_free(dtd->dtd_name, len); in ctf_dtd_delete()
984 dtd->dtd_name = s; in ctf_add_generic()
1785 dtd->dtd_name != NULL && in ctf_add_type()
1786 strcmp(dtd->dtd_name, name) == 0) in ctf_add_type()
H A Dctf_impl.h158 char *dtd_name; /* name associated with definition (if any) */ member
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1348 namesz = snprintf(NULL, 0, "%s:%d", dtd->dtd_name, in ctf_dwarf_member_bitfield()
1358 (void) snprintf(name, namesz + 1, "%s:%d", dtd->dtd_name, in ctf_dwarf_member_bitfield()