Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/custom/
H A D__kdebug_trace_string.s33 __SYSCALL(___kdebug_trace_string, kdebug_trace_string, 3)
37 __SYSCALL_INT(___kdebug_trace_string, kdebug_trace_string, 3)
41 __SYSCALL(___kdebug_trace_string, kdebug_trace_string, 4)
45 __SYSCALL(___kdebug_trace_string, kdebug_trace_string, 3)
/xnu-11215/libsyscall/wrappers/
H A Dkdebug_trace.c167 kdebug_trace_string(uint32_t debugid, uint64_t str_id, const char *str) in kdebug_trace_string() function
/xnu-11215/bsd/sys/
H A Dkdebug_private.h159 extern uint64_t kdebug_trace_string(uint32_t debugid, uint64_t str_id,
/xnu-11215/tests/ktrace/
H A Dkdebug_tests.c154 uint64_t str_id = kdebug_trace_string(TRACE_DEBUGID, 0, traced_string);
/xnu-11215/bsd/kern/
H A Dkdebug.c1236 kdebug_trace_string(__unused struct proc *p, in kdebug_trace_string() function