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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h141 uintptr_t dth_stroffs; /* offset of str in probe */ member in struct:dtrace_hash
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c411 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs)))
420 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \
421 *((char **)((uintptr_t)(rhs) + (hash)->dth_stroffs))) == 0)
7244 hash->dth_stroffs = stroffs;

Completed in 45 milliseconds