Searched refs:dt_list_next (Results 1 – 15 of 15) sorted by relevance
137 for (dxp = dt_list_next(&dtp->dt_xlators); dxp; dxp = nxp) { in dt_pcb_pop()138 nxp = dt_list_next(dxp); in dt_pcb_pop()143 for (pvp = dt_list_next(&dtp->dt_provlist); pvp; pvp = nvp) { in dt_pcb_pop()144 nvp = dt_list_next(pvp); in dt_pcb_pop()
68 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) { in dt_program_destroy()69 next = dt_list_next(stp); in dt_program_destroy()96 if (dt_list_next(&pgp->dp_stmts) != NULL) { in dtrace_program_info()104 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) { in dtrace_program_info()296 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) { in dtrace_stmt_iter()297 next = dt_list_next(stp); in dtrace_stmt_iter()604 for (pvp = dt_list_next(&dtp->dt_provlist); in dtrace_program_header()605 pvp != NULL; pvp = dt_list_next(pvp)) { in dtrace_program_header()
1782 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; dxp = nxp) { in dt_reduce()1783 nxp = dt_list_next(dxp); in dt_reduce()1976 for (dldn = dt_list_next(dld); dldn != NULL; in dt_lib_depend_lookup()1977 dldn = dt_list_next(dldn)) { in dt_lib_depend_lookup()1996 for (dld = dt_list_next(&dtp->dt_lib_dep); dld != NULL; in dt_lib_build_graph()1997 dld = dt_list_next(dld)) { in dt_lib_build_graph()2000 for (dpld = dt_list_next(&dld->dtld_dependencies); dpld != NULL; in dt_lib_build_graph()2001 dpld = dt_list_next(dpld)) { in dt_lib_build_graph()2029 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL; in dt_topo_sort()2030 dpld = dt_list_next(dpld)) { in dt_topo_sort()[all …]
300 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; in dt_xlator_lookup()301 dxp = dt_list_next(dxp)) { in dt_xlator_lookup()312 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; in dt_xlator_lookup()313 dxp = dt_list_next(dxp)) { in dt_xlator_lookup()321 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; in dt_xlator_lookup()322 dxp = dt_list_next(dxp)) { in dt_xlator_lookup()
127 for (dbp = dt_list_next(&dpr->dpr_bps); dbp != NULL; dbp = nbp) { in dt_proc_bpdestroy()133 nbp = dt_list_next(dbp); in dt_proc_bpdestroy()147 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpmatch()148 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpmatch()173 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpenable()174 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpenable()190 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpdisable()191 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpdisable()1100 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL) in dt_proc_fini()
669 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()670 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()701 for (dxp = dt_list_next(&dtp->dt_xlators); in dtrace_dof_create()702 dxp != NULL; dxp = dt_list_next(dxp)) { in dtrace_dof_create()713 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()714 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()786 if ((next = dt_list_next(next)) != NULL) in dtrace_dof_create()830 for (pvp = dt_list_next(&dtp->dt_provlist); in dtrace_dof_create()831 pvp != NULL; pvp = dt_list_next(pvp)) { in dtrace_dof_create()
42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next)) macro
1152 for (dmp = dt_list_next(&dtp->dt_modlist); in dtrace_update()1153 dmp != NULL; dmp = dt_list_next(dmp)) in dtrace_update()1275 dmp = dt_list_next(&dtp->dt_modlist); in dtrace_lookup_by_name()1282 for (; n > 0; n--, dmp = dt_list_next(dmp)) { in dtrace_lookup_by_name()1340 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dtrace_lookup_by_addr()1341 dmp = dt_list_next(dmp)) { in dtrace_lookup_by_addr()1407 dmp = dt_list_next(&dtp->dt_modlist); in dtrace_lookup_by_type()1415 for (; n > 0; n--, dmp = dt_list_next(dmp)) { in dtrace_lookup_by_type()1551 const dt_module_t *dmp = dt_list_next(&dtp->dt_modlist); in dtrace_object_iter()1555 for (; dmp != NULL; dmp = dt_list_next(dmp)) { in dtrace_object_iter()
724 for (pgp = dt_list_next(&dtp->dt_programs); pgp != NULL; in dt_pid_create_probes_module()725 pgp = dt_list_next(pgp)) { in dt_pid_create_probes_module()727 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; in dt_pid_create_probes_module()728 stp = dt_list_next(stp)) { in dt_pid_create_probes_module()
212 for (dirp = dt_list_next(&dtp->dt_lib_path); dirp != NULL; in dt_pragma_depends_finddep()213 dirp = dt_list_next(dirp)) { in dt_pragma_depends_finddep()
1343 while ((pgp = dt_list_next(&dtp->dt_programs)) != NULL) in dtrace_close()1346 while ((dxp = dt_list_next(&dtp->dt_xlators)) != NULL) in dtrace_close()1365 while ((dmp = dt_list_next(&dtp->dt_modlist)) != NULL) in dtrace_close()1368 while ((pvp = dt_list_next(&dtp->dt_provlist)) != NULL) in dtrace_close()1395 while ((dirp = dt_list_next(&dtp->dt_lib_path)) != NULL) { in dtrace_close()
852 for (pit.pit_pvp = dt_list_next(&dtp->dt_provlist); in dtrace_probe_iter()853 pit.pit_pvp != NULL; pit.pit_pvp = dt_list_next(pit.pit_pvp)) { in dtrace_probe_iter()
74 stp = dt_list_next(&pgp->dp_stmts); in dtrace_handle_err()
472 dt_dirpath_t *dp = dt_list_next(&dtp->dt_lib_path); in dt_opt_syslibdir()
400 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dt_aggregate_mod()401 dmp = dt_list_next(dmp)) { in dt_aggregate_mod()