Home
last modified time | relevance | path

Searched refs:dtrace_hash_destroy (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/dtrace/
Ddtrace_unload.c78 dtrace_hash_destroy(dtrace_bymod); in dtrace_unload()
79 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()
80 dtrace_hash_destroy(dtrace_byname); in dtrace_unload()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c8028 dtrace_hash_destroy(dtrace_hash_t *hash) function
18251 dtrace_hash_destroy(dtrace_bymod);
18252 dtrace_hash_destroy(dtrace_byfunc);
18253 dtrace_hash_destroy(dtrace_byname);