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.c514 if (dtd->dtd_name != NULL) { in ctf_update()
516 len = strlen(dtd->dtd_name) + 1; in ctf_update()
518 bcopy(dtd->dtd_name, s, len); in ctf_update()
797 if (dtd->dtd_name) { in ctf_dtd_delete()
798 len = strlen(dtd->dtd_name) + 1; in ctf_dtd_delete()
799 ctf_free(dtd->dtd_name, len); in ctf_dtd_delete()
980 dtd->dtd_name = s; in ctf_add_generic()
1778 dtd->dtd_name != NULL && in ctf_add_type()
1779 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()