HomeSort by: relevance | last modified time | path
    Searched refs:dth_stroffs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace_impl.h 162 uintptr_t dth_stroffs; /* offset of str in probe */ member in struct:dtrace_hash
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 466 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs)))
475 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \
476 *((char **)((uintptr_t)(rhs) + (hash)->dth_stroffs))) == 0)
8235 hash->dth_stroffs = stroffs;

Completed in 45 milliseconds