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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c816 ctf_dtdef_t *dtd, *ntd; local
831 for (dtd = ctf_list_next(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
832 ntd = ctf_list_next(dtd);
H A Dctf_create.c506 ctf_dtdef_t *dtd, *ntd; local
514 for (dtd = ctf_list_next(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
518 ntd = ctf_list_next(dtd);

Completed in 850 milliseconds