Home
last modified time | relevance | path

Searched refs:dt_mods (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_module.c477 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_create()
488 dmp->dm_next = dtp->dt_mods[h]; in dt_module_create()
489 dtp->dt_mods[h] = dmp; in dt_module_create()
532 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_lookup_by_name()
1015 dt_module_t **dmpp = &dtp->dt_mods[h]; in dt_module_destroy()
HDdt_open.c1187 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1209 if (dtp->dt_mods == NULL || dtp->dt_provs == NULL || in dt_vopen()
1723 free(dtp->dt_mods); in dtrace_close()
HDdt_impl.h252 dt_module_t **dt_mods; /* hash table of dt_module_t's */ member