Searched refs:kernel_uuid_string (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/osfmk/kdp/ |
| H A D | user_core.c | 232 extern char kernel_uuid_string[]; 235 uuid_string_t kernel_uuid_string; member 254 strlcpy(¬e.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
|
| H A D | kdp_udp.c | 2229 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 D | kext.py | 380 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 D | debug.c | 328 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 D | debug.h | 684 extern char kernel_uuid_string[];
|
| /xnu-8792.41.9/san/memory/ |
| H A D | ubsan_minimal.c | 134 strlcpy(event->uuid, kernel_uuid_string, CA_UUID_LEN); in ubsan_minimal_send_telemetry()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_sysctl.c | 1824 &kernel_uuid_string[0], 0, "");
|