Searched refs:ctf_list_next (Results 1 – 5 of 5) sorted by relevance
90 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers()93 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_smembers()113 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()116 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_lmembers()138 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_emembers()141 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_emembers()155 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_membnames()158 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_membnames()220 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs); in ctf_update()221 dtd != NULL; dtd = ctf_list_next(dtd)) { in ctf_update()[all …]
78 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()80 ndp = ctf_list_next(cdp); in ctf_decl_fini()149 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()
289 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
238 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_lname()239 cdp != NULL; cdp = ctf_list_next(cdp)) { in ctf_type_lname()
813 for (dtd = ctf_list_next(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()814 ntd = ctf_list_next(dtd); in ctf_close()