Searched refs:dt_module_load (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.h39 extern int dt_module_load(dtrace_hdl_t *, dt_module_t *);
H A Ddt_module.c509 dt_module_load(dtrace_hdl_t *dtp, dt_module_t *dmp) function
607 if (dmp->dm_ctfp != NULL || dt_module_load(dtp, dmp) != 0)
1027 if (dt_module_load(dtp, dmp) == -1)
1048 if (dt_module_load(dtp, dmp) == -1)
1113 if (dt_module_load(dtp, dmp) == -1)
1157 if (dt_module_load(dtp, dmp) == -1)
1310 if (dt_module_load(dtp, dmp) == -1)

Completed in 29 milliseconds