Home
last modified time | relevance | path

Searched refs:dt_list_next (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_pcb.c137 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()
Ddt_program.c70 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) { in dt_program_destroy()
71 next = dt_list_next(stp); in dt_program_destroy()
98 if (dt_list_next(&pgp->dp_stmts) != NULL) { in dtrace_program_info()
106 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) { in dtrace_program_info()
301 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) { in dtrace_stmt_iter()
302 next = dt_list_next(stp); in dtrace_stmt_iter()
613 for (pvp = dt_list_next(&dtp->dt_provlist); in dtrace_program_header()
614 pvp != NULL; pvp = dt_list_next(pvp)) { in dtrace_program_header()
Ddt_cc.c1864 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; dxp = nxp) { in dt_reduce()
1865 nxp = dt_list_next(dxp); in dt_reduce()
2076 for (dldn = dt_list_next(dld); dldn != NULL; in dt_lib_depend_lookup()
2077 dldn = dt_list_next(dldn)) { in dt_lib_depend_lookup()
2096 for (dld = dt_list_next(&dtp->dt_lib_dep); dld != NULL; in dt_lib_build_graph()
2097 dld = dt_list_next(dld)) { in dt_lib_build_graph()
2100 for (dpld = dt_list_next(&dld->dtld_dependencies); dpld != NULL; in dt_lib_build_graph()
2101 dpld = dt_list_next(dpld)) { in dt_lib_build_graph()
2129 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL; in dt_topo_sort()
2130 dpld = dt_list_next(dpld)) { in dt_topo_sort()
[all …]
Ddt_xlator.c300 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()
Ddt_proc.c131 for (dbp = dt_list_next(&dpr->dpr_bps); dbp != NULL; dbp = nbp) { in dt_proc_bpdestroy()
137 nbp = dt_list_next(dbp); in dt_proc_bpdestroy()
160 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpmatch()
161 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpmatch()
195 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpenable()
196 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpenable()
212 for (dbp = dt_list_next(&dpr->dpr_bps); in dt_proc_bpdisable()
213 dbp != NULL; dbp = dt_list_next(dbp)) { in dt_proc_bpdisable()
1162 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL)
Ddt_dof.c673 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()
674 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
705 for (dxp = dt_list_next(&dtp->dt_xlators); in dtrace_dof_create()
706 dxp != NULL; dxp = dt_list_next(dxp)) { in dtrace_dof_create()
717 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()
718 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
790 if ((next = dt_list_next(next)) != NULL) in dtrace_dof_create()
834 for (pvp = dt_list_next(&dtp->dt_provlist); in dtrace_dof_create()
835 pvp != NULL; pvp = dt_list_next(pvp)) { in dtrace_dof_create()
Ddt_list.h42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next)) macro
Ddt_module.c1287 for (dmp = dt_list_next(&dtp->dt_modlist); in dtrace_update()
1288 dmp != NULL; dmp = dt_list_next(dmp)) in dtrace_update()
1427 dmp = dt_list_next(&dtp->dt_modlist); in dtrace_lookup_by_name()
1434 for (; n > 0; n--, dmp = dt_list_next(dmp)) { in dtrace_lookup_by_name()
1492 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dtrace_lookup_by_addr()
1493 dmp = dt_list_next(dmp)) { in dtrace_lookup_by_addr()
1559 dmp = dt_list_next(&dtp->dt_modlist); in dtrace_lookup_by_type()
1567 for (; n > 0; n--, dmp = dt_list_next(dmp)) { in dtrace_lookup_by_type()
1703 const dt_module_t *dmp = dt_list_next(&dtp->dt_modlist); in dtrace_object_iter()
1707 for (; dmp != NULL; dmp = dt_list_next(dmp)) { in dtrace_object_iter()
Ddt_pid.c794 for (pgp = dt_list_next(&dtp->dt_programs); pgp != NULL; in dt_pid_create_probes_module()
795 pgp = dt_list_next(pgp)) { in dt_pid_create_probes_module()
797 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; in dt_pid_create_probes_module()
798 stp = dt_list_next(stp)) { in dt_pid_create_probes_module()
Ddt_pragma.c216 for (dirp = dt_list_next(&dtp->dt_lib_path); dirp != NULL; in dt_pragma_depends_finddep()
217 dirp = dt_list_next(dirp)) { in dt_pragma_depends_finddep()
Ddt_open.c1606 while ((pgp = dt_list_next(&dtp->dt_programs)) != NULL) in dtrace_close()
1609 while ((dxp = dt_list_next(&dtp->dt_xlators)) != NULL) in dtrace_close()
1628 while ((dmp = dt_list_next(&dtp->dt_modlist)) != NULL) in dtrace_close()
1631 while ((pvp = dt_list_next(&dtp->dt_provlist)) != NULL) in dtrace_close()
1663 while ((dirp = dt_list_next(&dtp->dt_lib_path)) != NULL) { in dtrace_close()
Ddt_provider.c856 for (pit.pit_pvp = dt_list_next(&dtp->dt_provlist); in dtrace_probe_iter()
857 pit.pit_pvp != NULL; pit.pit_pvp = dt_list_next(pit.pit_pvp)) { in dtrace_probe_iter()
Ddt_handle.c76 stp = dt_list_next(&pgp->dp_stmts); in dtrace_handle_err()
Ddt_aggregate.c406 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dt_aggregate_mod()
407 dmp = dt_list_next(dmp)) { in dt_aggregate_mod()
Ddt_options.c474 dt_dirpath_t *dp = dt_list_next(&dtp->dt_lib_path); in dt_opt_syslibdir()