Searched refs:pi_next (Results 1 – 7 of 7) sorted by relevance
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_provider.h | 75 struct dt_probe_instance *pi_next; /* next instance in the list */ member
|
| H A D | dt_provider.c | 523 pip_next = pip->pi_next; in dt_probe_destroy() 547 for (pip = prp->pr_inst; pip != NULL; pip = pip->pi_next) { in dt_probe_define() 575 pip->pi_next = prp->pr_inst; in dt_probe_define()
|
| H A D | dt_dof.c | 440 for (pip = prp->pr_inst; pip != NULL; pip = pip->pi_next) { in dof_add_probe()
|
| /src/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 524 LIST_FOREACH(pi, &pmcstat_image_hash[hash], pi_next) in pmcstat_image_from_path() 555 LIST_INSERT_HEAD(&pmcstat_image_hash[hash], pi, pi_next); in pmcstat_image_from_path()
|
| H A D | libpmcstat_logging.c | 629 LIST_FOREACH_SAFE(pi, &pmcstat_image_hash[i], pi_next, in pmcstat_shutdown_logging() 639 LIST_REMOVE(pi, pi_next); in pmcstat_shutdown_logging()
|
| H A D | libpmcstat.h | 169 LIST_ENTRY(pmcstat_image) pi_next; /* hash link */
|
| /src/usr.sbin/pmcstat/ |
| H A D | pmcpl_gprof.c | 540 LIST_FOREACH(pi, &pmcstat_image_hash[i], pi_next) { in pmcpl_gmon_shutdown()
|