Searched refs:ctf_list_next (Results 1 – 4 of 4) sorted by relevance
92 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers()95 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_smembers()115 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()118 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_lmembers()140 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_emembers()143 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_emembers()157 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_membnames()160 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_membnames()271 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs); in ctf_update()272 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()
293 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
237 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_qlname()238 cdp != NULL; cdp = ctf_list_next(cdp)) { in ctf_type_qlname()