Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/ctf/
H A Dctf_open.c885 ctf_dtdef_t *dtd, *ntd; in ctf_close() local
904 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
905 ntd = ctf_list_prev(dtd); in ctf_close()
H A Dctf_create.c577 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local
585 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
589 ntd = ctf_list_prev(dtd); in ctf_discard()