Searched refs:systemInfo (Results 1 – 5 of 5) sorted by relevance
32 struct utsname systemInfo;33 if (uname(&systemInfo) != 0) {42 systemInfo.machine,43 systemInfo.sysname,44 systemInfo.release,45 systemInfo.nodename,46 systemInfo.version];
47 SYSTEM_INFO systemInfo; in GetNumberOfProcessors() local48 GetSystemInfo(&systemInfo); in GetNumberOfProcessors()50 return (UInt32)systemInfo.dwNumberOfProcessors; in GetNumberOfProcessors()
90 SYSTEM_INFO systemInfo; in memoryPageSize() local91 GetSystemInfo(&systemInfo); in memoryPageSize()92 pageSize = systemInfo.dwPageSize; in memoryPageSize()
141 SYSTEM_INFO systemInfo; in memoryPageSize() local142 GetSystemInfo(&systemInfo); in memoryPageSize()143 pageSize = systemInfo.dwPageSize; in memoryPageSize()