Searched refs:gPlatformECID (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | model_dep.c | 135 extern uint8_t gPlatformECID[8]; 411 paniclog_append_noflush("ECID: %02X%02X%02X%02X%02X%02X%02X%02X\n", gPlatformECID[7], in do_print_all_backtraces() 412 gPlatformECID[6], gPlatformECID[5], gPlatformECID[4], gPlatformECID[3], in do_print_all_backtraces() 413 gPlatformECID[2], gPlatformECID[1], gPlatformECID[0]); in do_print_all_backtraces()
|
| /xnu-8020.101.4/pexpert/arm/ |
| H A D | pe_init.c | 51 uint8_t gPlatformECID[8]; variable 474 if (size > sizeof(gPlatformECID)) { in PE_init_platform() 475 size = sizeof(gPlatformECID); in PE_init_platform() 477 bcopy(prop, gPlatformECID, size); in PE_init_platform()
|
| /xnu-8020.101.4/pexpert/pexpert/ |
| H A D | pexpert.h | 141 extern uint8_t gPlatformECID[8];
|