Searched refs:gPlatformChipRole (Results 1 – 3 of 3) sorted by relevance
66 uint32_t gPlatformChipRole = UINT32_MAX; variable525 if (size > sizeof(gPlatformChipRole)) { in PE_init_platform()526 size = sizeof(gPlatformChipRole); in PE_init_platform()528 bcopy(prop, &gPlatformChipRole, size); in PE_init_platform()
156 extern uint32_t gPlatformChipRole;
933 … chiprole, CTLFLAG_RD | CTLFLAG_NOAUTO | CTLFLAG_KERN | CTLFLAG_LOCKED, &gPlatformChipRole, 1, "");1492 if (gPlatformChipRole != UINT32_MAX) { in sysctl_mib_startup()