Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_unload.c82 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()
85 dtrace_byfunc = NULL; in dtrace_unload()
H A Ddtrace_load.c93 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_load()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c233 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
7260 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
7262 hash = dtrace_byfunc;
7616 dtrace_hash_remove(dtrace_byfunc, probe);
7753 dtrace_hash_remove(dtrace_byfunc, probe);
7818 dtrace_hash_add(dtrace_byfunc, probe);
15001 dtrace_hash_remove(dtrace_byfunc, probe);
15226 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),
16435 dtrace_hash_destroy(dtrace_byfunc);
16438 dtrace_byfunc = NULL;