Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c135 for (dxp = dt_list_next(&dtp->dt_xlators); dxp; dxp = nxp) { in dt_pcb_pop()
136 nxp = dt_list_next(dxp); in dt_pcb_pop()
141 for (pvp = dt_list_next(&dtp->dt_provlist); pvp; pvp = nvp) { in dt_pcb_pop()
142 nvp = dt_list_next(pvp); in dt_pcb_pop()
H A Ddt_program.c68 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()
H A Ddt_cc.c1783 nxp = dt_list_next(dxp); in dt_reduce()
1977 dldn = dt_list_next(dldn)) { in dt_lib_depend_lookup()
1997 dld = dt_list_next(dld)) { in dt_lib_build_graph()
2001 dpld = dt_list_next(dpld)) { in dt_lib_build_graph()
2030 dpld = dt_list_next(dpld)) { in dt_topo_sort()
2073 dld = dt_list_next(dld)) { in dt_lib_depend_sort()
2085 dld = dt_list_next(dld)) { in dt_lib_depend_sort()
2087 dpld = dt_list_next(dpld)) { in dt_lib_depend_sort()
2180 dld = dt_list_next(dld)) { in dt_load_libs_dir()
2252 dld = dt_list_next(dld)) { in dt_load_libs_sort()
[all …]
H A 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()
H A Ddt_proc.c127 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()
H A Ddt_dof.c669 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()
H A Ddt_list.h40 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next)) macro
H A Ddt_module.c1152 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()
H A Ddt_pid.c724 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()
H A Ddt_pragma.c212 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()
H A Ddt_open.c1347 while ((pgp = dt_list_next(&dtp->dt_programs)) != NULL) in dtrace_close()
1350 while ((dxp = dt_list_next(&dtp->dt_xlators)) != NULL) in dtrace_close()
1369 while ((dmp = dt_list_next(&dtp->dt_modlist)) != NULL) in dtrace_close()
1372 while ((pvp = dt_list_next(&dtp->dt_provlist)) != NULL) in dtrace_close()
1399 while ((dirp = dt_list_next(&dtp->dt_lib_path)) != NULL) { in dtrace_close()
H A Ddt_provider.c852 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()
H A Ddt_handle.c72 stp = dt_list_next(&pgp->dp_stmts); in dtrace_handle_err()
H A Ddt_aggregate.c400 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dt_aggregate_mod()
401 dmp = dt_list_next(dmp)) { in dt_aggregate_mod()
H A Ddt_options.c472 dt_dirpath_t *dp = dt_list_next(&dtp->dt_lib_path); in dt_opt_syslibdir()