Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h145 typedef const char* dtrace_strkey_f(void*, uintptr_t); typedef
154 dtrace_strkey_f *dth_getstr; /* func to retrieve str in element */
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c7825 dtrace_hash_create(dtrace_strkey_f func, uintptr_t arg, uintptr_t nextoffs, uintptr_t prevoffs) in dtrace_hash_create()