dt_module_create
(dmp = dt_module_create(dtp, name)) == NULL) {
dmp = dt_module_create(dtp, object);
if ((pmp = dt_module_create(dtp, parent)) == NULL ||
extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL)
if ((dmp = dtp->dt_ddefs = dt_module_create(dtp, "D")) == NULL)
dmp = dt_module_create(dtp, pdp->dtpd_provider);