Searched refs:kernel_uuid_string (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/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-11215/osfmk/kern/ |
| H A D | debug.c | 361 char kernel_uuid_string[37]; /* uuid_string_t */ variable 427 uuid_unparse_upper(*(uuid_t *)uuid, kernel_uuid_string); in panic_init() 1951 char tmp_kernel_uuid[sizeof(kernel_uuid_string)]; 1953 …t_copy((vm_offset_t) &kernel_uuid_string, (vm_offset_t) &tmp_kernel_uuid, sizeof(kernel_uuid_strin…
|
| H A D | telemetry.c | 1418 kernel_uuid_string, unslid, unslid + segSizeTEXTEXEC - 1); in telemetry_backtrace_add_kernel() 1421 kernel_uuid_string, vm_kernel_etext - vm_kernel_stext); in telemetry_backtrace_add_kernel() 1510 strlcpy(event->uuid, kernel_uuid_string, CA_UUID_LEN); in telemetry_flush_ca_events()
|
| H A D | debug.h | 728 extern char kernel_uuid_string[];
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kext.py | 405 kernel_uuid = str(kern.globals.kernel_uuid_string) 538 kernel_uuid = str(kern.globals.kernel_uuid_string).lower()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_sysctl.c | 1851 &kernel_uuid_string[0], 0, "");
|