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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.h42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next)) macro
H A Ddt_pcb.c137 for (dxp = dt_list_next(&dtp->dt_xlators); dxp; dxp = nxp) {
138 nxp = dt_list_next(dxp);
143 for (pvp = dt_list_next(&dtp->dt_provlist); pvp; pvp = nvp) {
144 nvp = dt_list_next(pvp);
H A Ddt_program.c68 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
69 next = dt_list_next(stp);
96 if (dt_list_next(&pgp->dp_stmts) != NULL) {
104 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
296 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
297 next = dt_list_next(stp);
604 for (pvp = dt_list_next(&dtp->dt_provlist);
605 pvp != NULL; pvp = dt_list_next(pvp)) {
H A Ddt_xlator.c300 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL;
301 dxp = dt_list_next(dxp)) {
312 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL;
313 dxp = dt_list_next(dxp)) {
321 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL;
322 dxp = dt_list_next(dxp)) {
H A Ddt_cc.c1782 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; dxp = nxp) {
1783 nxp = dt_list_next(dxp);
1976 for (dldn = dt_list_next(dld); dldn != NULL;
1977 dldn = dt_list_next(dldn)) {
1996 for (dld = dt_list_next(&dtp->dt_lib_dep); dld != NULL;
1997 dld = dt_list_next(dld)) {
2000 for (dpld = dt_list_next(&dld->dtld_dependencies); dpld != NULL;
2001 dpld = dt_list_next(dpld)) {
2029 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL;
2030 dpld = dt_list_next(dpl
[all...]
H A Ddt_dof.c669 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
670 stp != NULL; stp = dt_list_next(stp), last = edp) {
701 for (dxp = dt_list_next(&dtp->dt_xlators);
702 dxp != NULL; dxp = dt_list_next(dxp)) {
713 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
714 stp != NULL; stp = dt_list_next(stp), last = edp) {
786 if ((next = dt_list_next(next)) != NULL)
830 for (pvp = dt_list_next(&dtp->dt_provlist);
831 pvp != NULL; pvp = dt_list_next(pvp)) {
H A Ddt_proc.c127 for (dbp = dt_list_next(&dpr->dpr_bps); dbp != NULL; dbp = nbp) {
133 nbp = dt_list_next(dbp);
147 for (dbp = dt_list_next(&dpr->dpr_bps);
148 dbp != NULL; dbp = dt_list_next(dbp)) {
173 for (dbp = dt_list_next(&dpr->dpr_bps);
174 dbp != NULL; dbp = dt_list_next(dbp)) {
190 for (dbp = dt_list_next(&dpr->dpr_bps);
191 dbp != NULL; dbp = dt_list_next(dbp)) {
1100 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL)
H A Ddt_module.c1152 for (dmp = dt_list_next(&dtp->dt_modlist);
1153 dmp != NULL; dmp = dt_list_next(dmp))
1275 dmp = dt_list_next(&dtp->dt_modlist);
1282 for (; n > 0; n--, dmp = dt_list_next(dmp)) {
1340 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL;
1341 dmp = dt_list_next(dmp)) {
1407 dmp = dt_list_next(&dtp->dt_modlist);
1415 for (; n > 0; n--, dmp = dt_list_next(dmp)) {
1551 const dt_module_t *dmp = dt_list_next(&dtp->dt_modlist);
1555 for (; dmp != NULL; dmp = dt_list_next(dm
[all...]
H A Ddt_pragma.c212 for (dirp = dt_list_next(&dtp->dt_lib_path); dirp != NULL;
213 dirp = dt_list_next(dirp)) {
H A Ddt_pid.c724 for (pgp = dt_list_next(&dtp->dt_programs); pgp != NULL;
725 pgp = dt_list_next(pgp)) {
727 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;
728 stp = dt_list_next(stp)) {
H A Ddt_open.c1343 while ((pgp = dt_list_next(&dtp->dt_programs)) != NULL)
1346 while ((dxp = dt_list_next(&dtp->dt_xlators)) != NULL)
1365 while ((dmp = dt_list_next(&dtp->dt_modlist)) != NULL)
1368 while ((pvp = dt_list_next(&dtp->dt_provlist)) != NULL)
1395 while ((dirp = dt_list_next(&dtp->dt_lib_path)) != NULL) {
H A Ddt_handle.c74 stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_provider.c852 for (pit.pit_pvp = dt_list_next(&dtp->dt_provlist);
853 pit.pit_pvp != NULL; pit.pit_pvp = dt_list_next(pit.pit_pvp)) {
H A Ddt_aggregate.c400 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL;
401 dmp = dt_list_next(dmp)) {
H A Ddt_options.c472 dt_dirpath_t *dp = dt_list_next(&dtp->dt_lib_path);

Completed in 119 milliseconds