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 *);
465 dt_module_create(dtrace_hdl_t *dtp, const char *name) in dt_module_create() function900 if ((pmp = dt_module_create(dtp, parent)) == NULL || in dt_module_getctf()1154 (dmp = dt_module_create(dtp, name)) == NULL) { in dt_module_update()1409 dmp = dt_module_create(dtp, object); in dt_module_from_object()
1382 if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL) in dt_vopen()1448 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()