Home
last modified time | relevance | path

Searched refs:kdebug_check_trace_string (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkdebug.c255 static errno_t kdebug_check_trace_string(uint32_t debugid, uint64_t str_id);
1174 kdebug_check_trace_string(uint32_t debugid, uint64_t str_id) in kdebug_check_trace_string() function
1214 if ((err = kdebug_check_trace_string(debugid, *str_id)) != 0) { in kernel_debug_string()
1257 if ((err = kdebug_check_trace_string(uap->debugid, uap->str_id)) != 0) { in kdebug_trace_string()