Searched refs:dtst_str (Results 1 – 2 of 2) sorted by relevance
1330 char dtst_str[]; member
8055 if (strncmp(str, s->dtst_str, bufsize) != 0) { in dtrace_strref()8060 return s->dtst_str; in dtrace_strref()8065 (void) strlcpy(s->dtst_str, str, bufsize); in dtrace_strref()8069 return s->dtst_str; in dtrace_strref()8083 if (strncmp(str, s->dtst_str, bufsize) != 0) { in dtrace_strunref()19386 offsetof(dtrace_string_t, dtst_str), in dtrace_init()