Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kdp/
H A Duser_core.c231 extern char kernel_uuid_string[];
250 strlcpy(&note.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
H A Dcore_notes.h94 uuid_string_t kernel_uuid_string; member
H A Dkdp_udp.c2231 if (kernel_uuid_string[0] != '\0') { in kdp_init()
2238 strlcat(kdp_kernelversion_string, kernel_uuid_string, sizeof(kdp_kernelversion_string)); in kdp_init()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c365 char kernel_uuid_string[37]; /* uuid_string_t */ variable
427 uuid_unparse_upper(*(uuid_t *)uuid, kernel_uuid_string); in panic_init()
2028 char tmp_kernel_uuid[sizeof(kernel_uuid_string)];
2030 …t_copy((vm_offset_t) &kernel_uuid_string, (vm_offset_t) &tmp_kernel_uuid, sizeof(kernel_uuid_strin…
H A Dtrap_telemetry.c735 strlcpy(event->uuid, kernel_uuid_string, CA_UUID_LEN); in rsb_entry_submit()
810 strlcpy(event->uuid, kernel_uuid_string, CA_UUID_LEN); in rsb_entry_submit()
H A Ddebug.h731 extern char kernel_uuid_string[];
H A Dtelemetry.c1566 kernel_uuid_string, unslid, unslid + segSizeTEXTEXEC - 1); in telemetry_backtrace_add_kernel()
1569 kernel_uuid_string, vm_kernel_etext - vm_kernel_stext); in telemetry_backtrace_add_kernel()
/xnu-12377.61.12/tools/lldbmacros/
H A Dkext.py407 kernel_uuid = str(kern.globals.kernel_uuid_string)
543 kernel_uuid = str(kern.globals.kernel_uuid_string).lower()
/xnu-12377.61.12/bsd/kern/
H A Dkern_sysctl.c1878 &kernel_uuid_string[0], 0, "");