Searched refs:kernel_uuid_string (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/osfmk/kdp/ |
| H A D | user_core.c | 231 extern char kernel_uuid_string[]; 250 strlcpy(¬e.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
|
| H A D | core_notes.h | 94 uuid_string_t kernel_uuid_string; member
|
| H A D | kdp_udp.c | 2231 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 D | debug.c | 365 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 D | trap_telemetry.c | 735 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 D | debug.h | 731 extern char kernel_uuid_string[];
|
| H A D | telemetry.c | 1566 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 D | kext.py | 407 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 D | kern_sysctl.c | 1878 &kernel_uuid_string[0], 0, "");
|