Searched refs:ntd (Results 1 – 2 of 2) sorted by relevance
885 ctf_dtdef_t *dtd, *ntd; in ctf_close() local904 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()905 ntd = ctf_list_prev(dtd); in ctf_close()
577 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local585 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()589 ntd = ctf_list_prev(dtd); in ctf_discard()