Searched refs:gPlatformECID (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/osfmk/arm/ |
| H A D | model_dep.c | 150 extern uint8_t gPlatformECID[8]; 505 paniclog_append_noflush("ECID: %02X%02X%02X%02X%02X%02X%02X%02X\n", gPlatformECID[7], in do_print_all_panic_info() 506 gPlatformECID[6], gPlatformECID[5], gPlatformECID[4], gPlatformECID[3], in do_print_all_panic_info() 507 gPlatformECID[2], gPlatformECID[1], gPlatformECID[0]); in do_print_all_panic_info()
|
| /xnu-12377.41.6/pexpert/arm/ |
| H A D | pe_init.c | 63 uint8_t gPlatformECID[8]; variable 507 if (size > sizeof(gPlatformECID)) { in PE_init_platform() 508 size = sizeof(gPlatformECID); in PE_init_platform() 510 bcopy(prop, gPlatformECID, size); in PE_init_platform()
|
| /xnu-12377.41.6/pexpert/pexpert/ |
| H A D | pexpert.h | 152 extern uint8_t gPlatformECID[8];
|