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