Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/
H A Duser_core.c232 extern char kernel_uuid_string[];
235 uuid_string_t kernel_uuid_string; member
254 strlcpy(&note.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
H A Dkdp_udp.c2229 if (kernel_uuid_string[0] != '\0') { in kdp_init()
2236 strlcat(kdp_kernelversion_string, kernel_uuid_string, sizeof(kdp_kernelversion_string)); in kdp_init()
/xnu-8792.41.9/tools/lldbmacros/
H A Dkext.py380 kernel_uuid = str(kern.globals.kernel_uuid_string)
501 kernel_uuid = str(kern.globals.kernel_uuid_string).lower()
527 kernel_uuid = str(kern.globals.kernel_uuid_string).lower()
/xnu-8792.41.9/osfmk/kern/
H A Ddebug.c328 char kernel_uuid_string[37]; /* uuid_string_t */ variable
385 uuid_unparse_upper(*(uuid_t *)uuid, kernel_uuid_string); in panic_init()
1794 char tmp_kernel_uuid[sizeof(kernel_uuid_string)];
1796 …t_copy((vm_offset_t) &kernel_uuid_string, (vm_offset_t) &tmp_kernel_uuid, sizeof(kernel_uuid_strin…
H A Ddebug.h684 extern char kernel_uuid_string[];
/xnu-8792.41.9/san/memory/
H A Dubsan_minimal.c134 strlcpy(event->uuid, kernel_uuid_string, CA_UUID_LEN); in ubsan_minimal_send_telemetry()
/xnu-8792.41.9/bsd/kern/
H A Dkern_sysctl.c1824 &kernel_uuid_string[0], 0, "");