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