Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h144 uintptr_t dth_stroffs; /* offset of str in probe */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c328 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs)))
337 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \
338 *((char **)((uintptr_t)(rhs) + (hash)->dth_stroffs))) == 0)
7559 hash->dth_stroffs = stroffs; in dtrace_hash_create()