Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c398 if (dtd->dtd_name != NULL) { in ctf_update()
400 len = strlen(dtd->dtd_name) + 1; in ctf_update()
401 bcopy(dtd->dtd_name, s, len); in ctf_update()
643 if (dtd->dtd_name) { in ctf_dtd_delete()
644 len = strlen(dtd->dtd_name) + 1; in ctf_dtd_delete()
645 ctf_free(dtd->dtd_name, len); in ctf_dtd_delete()
731 dtd->dtd_name = s; in ctf_add_generic()
1489 kind || dtd->dtd_name == NULL || in ctf_add_type()
1490 strcmp(dtd->dtd_name, name) != 0) in ctf_add_type()
H A Dctf_impl.h161 char *dtd_name; /* name associated with definition (if any) */ member