Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_open.c888 ctf_dtdef_t *dtd, *ntd; in ctf_close() local
909 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
910 ntd = ctf_list_prev(dtd); in ctf_close()
H A Dctf_create.c920 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local
928 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
929 ntd = ctf_list_prev(dtd); in ctf_discard()