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 *);
479 dt_module_create(dtrace_hdl_t *dtp, const char *name) in dt_module_create() function914 if ((pmp = dt_module_create(dtp, parent)) == NULL || in dt_module_getctf()1215 (dmp = dt_module_create(dtp, name)) == NULL) { in dt_module_update()1544 dmp = dt_module_create(dtp, object); in dt_module_from_object()
1447 if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL) in dt_vopen()1513 if ((dmp = dtp->dt_ddefs = dt_module_create(dtp, "D")) == NULL) in dt_vopen()
883 dmp = dt_module_create(dtp, pdp->dtpd_provider); in dt_pid_get_types()