Searched refs:dtrace_string_t (Results 1 – 2 of 2) sorted by relevance
1324 typedef struct dtrace_string dtrace_string_t; typedef1327 dtrace_string_t *dtst_next;1328 dtrace_string_t *dtst_prev;1331 } dtrace_string_t; typedef
8045 dtrace_string_t *s = NULL; in dtrace_strref()8063 s = kmem_zalloc(sizeof(dtrace_string_t) + bufsize, KM_SLEEP); in dtrace_strref()8076 dtrace_string_t *s = NULL; in dtrace_strunref()8090 kmem_free(s, sizeof(dtrace_string_t) + bufsize); in dtrace_strunref()19384 offsetof(dtrace_string_t, dtst_str), in dtrace_init()19385 offsetof(dtrace_string_t, dtst_next), in dtrace_init()19386 offsetof(dtrace_string_t, dtst_prev)); in dtrace_init()