Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkdebug.c252 static errno_t kdebug_check_trace_string(uint32_t debugid, uint64_t str_id);
1171 kdebug_check_trace_string(uint32_t debugid, uint64_t str_id) in kdebug_check_trace_string() function
1211 if ((err = kdebug_check_trace_string(debugid, *str_id)) != 0) { in kernel_debug_string()
1254 if ((err = kdebug_check_trace_string(uap->debugid, uap->str_id)) != 0) { in kdebug_trace_string()