Searched refs:has64bitness (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c5266 int has64bitness, error; local
5303 error = sysctlbyname("hw.cpu64bit_capable", &has64bitness, &sysctlsize,
5305 if (error == 0 && has64bitness == 0) {

Completed in 283 milliseconds