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

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

Completed in 48 milliseconds