Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_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()
H A Ddt_open.c1202 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1224 if (dtp->dt_mods == NULL || dtp->dt_provs == NULL || in dt_vopen()
1741 free(dtp->dt_mods); in dtrace_close()
H A Ddt_impl.h254 dt_module_t **dt_mods; /* hash table of dt_module_t's */ member