Searched refs:ntd (Results 1 – 2 of 2) sorted by relevance
888 ctf_dtdef_t *dtd, *ntd; in ctf_close() local909 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()910 ntd = ctf_list_prev(dtd); in ctf_close()
920 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local928 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()929 ntd = ctf_list_prev(dtd); in ctf_discard()