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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h151 uintptr_t dth_stroffs; /* offset of str in probe */ member in struct:dtrace_hash
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c406 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs)))
415 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \
416 *((char **)((uintptr_t)(rhs) + (hash)->dth_stroffs))) == 0)
6697 hash->dth_stroffs = stroffs;

Completed in 90 milliseconds