Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.h39 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
H A Ddt_module.c479 dt_module_create(dtrace_hdl_t *dtp, const char *name) in dt_module_create() function
914 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()
H A Ddt_open.c1447 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()
H A Ddt_pid.c883 dmp = dt_module_create(dtp, pdp->dtpd_provider); in dt_pid_get_types()