Home
last modified time | relevance | path

Searched refs:dt_module_create (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.h39 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
H A Ddt_module.c422 dt_module_create(dtrace_hdl_t *dtp, const char *name) in dt_module_create() function
839 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()
H A Ddt_open.c1097 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()
H A Ddt_pid.c805 dmp = dt_module_create(dtp, pdp->dtpd_provider); in dt_pid_get_types()