Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c225 static dtrace_hash_t *dtrace_strings; variable
8052 for (s = dtrace_hash_lookup_string(dtrace_strings, str); s != NULL; in dtrace_strref()
8053 s = *(DTRACE_HASHNEXT(dtrace_strings, s))) { in dtrace_strref()
8066 dtrace_hash_add(dtrace_strings, s); in dtrace_strref()
8080 for (s = dtrace_hash_lookup_string(dtrace_strings, str); s != NULL; in dtrace_strunref()
8081 s = *(DTRACE_HASHNEXT(dtrace_strings, s))) { in dtrace_strunref()
8088 dtrace_hash_remove(dtrace_strings, s); in dtrace_strunref()
19027 dtrace_hash_destroy(dtrace_strings); in dtrace_detach()
19032 dtrace_strings = NULL; in dtrace_detach()
19384 dtrace_strings = dtrace_hash_create(dtrace_strkey_offset, in dtrace_init()