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