Searched refs:dth_stroffs (Results 1 – 2 of 2) sorted by relevance
144 uintptr_t dth_stroffs; /* offset of str in probe */ member
314 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs)))323 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \324 *((char **)((uintptr_t)(rhs) + (hash)->dth_stroffs))) == 0)7265 hash->dth_stroffs = stroffs; in dtrace_hash_create()