Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c430 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_create()
441 dmp->dm_next = dtp->dt_mods[h]; in dt_module_create()
442 dtp->dt_mods[h] = dmp; in dt_module_create()
485 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) { in dt_module_lookup_by_name()
933 dt_module_t **dmpp = &dtp->dt_mods[h]; in dt_module_destroy()
H A Ddt_open.c960 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
976 if (dtp->dt_mods == NULL || dtp->dt_provs == NULL || in dt_vopen()
1409 free(dtp->dt_mods); in dtrace_close()
H A Ddt_impl.h225 dt_module_t **dt_mods; /* hash table of dt_module_t's */ member