Searched refs:ctf_list_next (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_decl.c80 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
82 ndp = ctf_list_next(cdp);
151 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
H A Dctf_create.c93 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
96 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
116 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
119 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
141 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
144 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
158 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
161 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
223 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs);
224 dtd != NULL; dtd = ctf_list_next(dt
[all...]
H A Dctf_impl.h300 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
H A Dctf_open.c831 for (dtd = ctf_list_next(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
832 ntd = ctf_list_next(dtd);
H A Dctf_types.c240 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
241 cdp != NULL; cdp = ctf_list_next(cdp)) {

Completed in 295 milliseconds