Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Dkdebug_common.h149 kd_buf_argtype arg1;
150 kd_buf_argtype arg2;
151 kd_buf_argtype arg3;
152 kd_buf_argtype arg4;
153 kd_buf_argtype arg5;
H A Dkdebug_private.h253 typedef uint64_t kd_buf_argtype; typedef
255 typedef uintptr_t kd_buf_argtype; typedef
262 kd_buf_argtype arg1;
263 kd_buf_argtype arg2;
264 kd_buf_argtype arg3;
265 kd_buf_argtype arg4;
266 kd_buf_argtype arg5; // Always the thread ID.
271 kd_buf_argtype unused;
/xnu-10002.81.5/bsd/kern/
H A Dkdebug_common.c870 tempbuf->arg1 = (kd_buf_argtype)min_kdbp->latest_past_event_timestamp; in kernel_debug_read()
922 tempbuf->arg2 = (kd_buf_argtype)earliest_time; in kernel_debug_read()
H A Dkdebug.c2958 .arg5 = (kd_buf_argtype)thread_tid(current_thread()), in kdbg_dump_trace_to_file()