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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_list.h46 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next)) macro
H A Ddt_pcb.c143 for (dxp = dt_list_next(&dtp->dt_xlators); dxp; dxp = nxp) {
144 nxp = dt_list_next(dxp);
149 for (pvp = dt_list_next(&dtp->dt_provlist); pvp; pvp = nvp) {
150 nvp = dt_list_next(pvp);
H A Ddt_program.c71 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
72 next = dt_list_next(stp);
99 if (dt_list_next(&pgp->dp_stmts) != NULL) {
107 for (stp = dt_list_next(&pgp->dp_stmts); stp; stp = dt_list_next(stp)) {
299 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
300 next = dt_list_next(stp);
606 for (pvp = dt_list_next(&dtp->dt_provlist);
607 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.c1584 for (dxp = dt_list_next(&dtp->dt_xlators); dxp != NULL; dxp = nxp) {
1585 nxp = dt_list_next(dxp);
1783 for (dldn = dt_list_next(dld); dldn != NULL;
1784 dldn = dt_list_next(dldn)) {
1803 for (dld = dt_list_next(&dtp->dt_lib_dep); dld != NULL;
1804 dld = dt_list_next(dld)) {
1807 for (dpld = dt_list_next(&dld->dtld_dependencies); dpld != NULL;
1808 dpld = dt_list_next(dpld)) {
1836 for (dpld = dt_list_next(&dld->dtld_dependents); dpld != NULL;
1837 dpld = dt_list_next(dpl
[all...]
H A Ddt_dof.c662 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
663 stp != NULL; stp = dt_list_next(stp), last = edp) {
694 for (dxp = dt_list_next(&dtp->dt_xlators);
695 dxp != NULL; dxp = dt_list_next(dxp)) {
706 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
707 stp != NULL; stp = dt_list_next(stp), last = edp) {
772 if ((next = dt_list_next(next)) != NULL)
816 for (pvp = dt_list_next(&dtp->dt_provlist);
817 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)) {
1066 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL)
H A Ddt_module.c941 for (dmp = dt_list_next(&dtp->dt_modlist);
942 dmp != NULL; dmp = dt_list_next(dmp))
1065 dmp = dt_list_next(&dtp->dt_modlist);
1072 for (; n > 0; n--, dmp = dt_list_next(dmp)) {
1130 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL;
1131 dmp = dt_list_next(dmp)) {
1196 dmp = dt_list_next(&dtp->dt_modlist);
1204 for (; n > 0; n--, dmp = dt_list_next(dmp)) {
1314 const dt_module_t *dmp = dt_list_next(&dtp->dt_modlist);
1318 for (; dmp != NULL; dmp = dt_list_next(dm
[all...]
H A Ddt_pid.c719 for (pgp = dt_list_next(&dtp->dt_programs); pgp != NULL;
720 pgp = dt_list_next(pgp)) {
722 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;
723 stp = dt_list_next(stp)) {
H A Ddt_open.c1413 while ((pgp = dt_list_next(&dtp->dt_programs)) != NULL)
1416 while ((dxp = dt_list_next(&dtp->dt_xlators)) != NULL)
1435 while ((dmp = dt_list_next(&dtp->dt_modlist)) != NULL)
1438 while ((pvp = dt_list_next(&dtp->dt_provlist)) != NULL)
1465 while ((dirp = dt_list_next(&dtp->dt_lib_path)) != NULL) {
H A Ddt_handle.c76 stp = dt_list_next(&pgp->dp_stmts);
H A Ddt_provider.c837 for (pit.pit_pvp = dt_list_next(&dtp->dt_provlist);
838 pit.pit_pvp != NULL; pit.pit_pvp = dt_list_next(pit.pit_pvp)) {
H A Ddt_aggregate.c336 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL;
337 dmp = dt_list_next(dmp)) {
H A Ddt_options.c420 dt_dirpath_t *dp = dt_list_next(&dtp->dt_lib_path);

Completed in 228 milliseconds