Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dev/dtrace/
H A Ddtrace_unload.c87 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()
90 dtrace_byfunc = NULL; in dtrace_unload()
H A Ddtrace_load.c139 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_load()
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c283 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
8798 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
8800 hash = dtrace_byfunc;
9175 dtrace_hash_remove(dtrace_byfunc, probe);
9318 dtrace_hash_remove(dtrace_byfunc, probe);
9396 dtrace_hash_add(dtrace_byfunc, probe);
17236 dtrace_hash_remove(dtrace_byfunc, probe);
17510 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),
18749 dtrace_hash_destroy(dtrace_byfunc);
18752 dtrace_byfunc = NULL;