Searched refs:dt_module_create (Results 1 – 4 of 4) sorted by relevance
39 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
422 dt_module_create(dtrace_hdl_t *dtp, const char *name) in dt_module_create() function839 if ((pmp = dt_module_create(dtp, parent)) == NULL || in dt_module_getctf()1064 (dmp = dt_module_create(dtp, name)) == NULL) { in dt_module_update()1233 dmp = dt_module_create(dtp, object); in dt_module_from_object()
1097 if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL) in dt_vopen()1163 if ((dmp = dtp->dt_ddefs = dt_module_create(dtp, "D")) == NULL) in dt_vopen()
805 dmp = dt_module_create(dtp, pdp->dtpd_provider); in dt_pid_get_types()