HomeSort by: relevance | last modified time | path
    Searched refs:dt_mods (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_module.c 487 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) {
498 dmp->dm_next = dtp->dt_mods[h];
499 dtp->dt_mods[h] = dmp;
542 for (dmp = dtp->dt_mods[h]; dmp != NULL; dmp = dmp->dm_next) {
1025 dt_module_t **dmpp = &dtp->dt_mods[h];
dt_open.c 1237 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *));
1268 if (dtp->dt_mods == NULL || dtp->dt_provs == NULL ||
1791 free(dtp->dt_mods);
dt_impl.h 252 dt_module_t **dt_mods; /* hash table of dt_module_t's */ member in struct:dtrace_hdl

Completed in 18 milliseconds