OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 14 00:25:39 UTC 2026