Searched refs:dt_module_create (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.h38 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
H A Ddt_module.c419 dt_module_create(dtrace_hdl_t *dtp, const char *name) function
643 if ((pmp = dt_module_create(dtp, parent)) == NULL ||
825 (dmp = dt_module_create(dtp, name)) == NULL) {
995 dmp = dt_module_create(dtp, object);
H A Ddt_open.c1050 if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL)
1116 if ((dmp = dtp->dt_ddefs = dt_module_create(dtp, "D")) == NULL)

Completed in 113 milliseconds