Symbol: get_cpu_topology_info
headers/os/kernel/OS.h
557
extern status_t get_cpu_topology_info(cpu_topology_node_info* topologyInfos,
headers/private/shared/cpu_type.h
485
get_cpu_topology_info(NULL, &topologyNodeCount);
headers/private/shared/cpu_type.h
488
get_cpu_topology_info(topology, &topologyNodeCount);
headers/private/shared/cpu_type.h
531
get_cpu_topology_info(NULL, &topologyNodeCount);
headers/private/shared/cpu_type.h
534
get_cpu_topology_info(topology, &topologyNodeCount);
src/apps/aboutsystem/AboutSystem.cpp
1047
get_cpu_topology_info(NULL, &topologyNodeCount);
src/apps/aboutsystem/AboutSystem.cpp
1050
get_cpu_topology_info(topology, &topologyNodeCount);
src/apps/packageinstaller/PackageInfo.cpp
152
if (get_cpu_topology_info(&topologyRoot, &topologyNodeCount) == B_OK) {
src/apps/pulse/NormalPulseView.cpp
112
get_cpu_topology_info(NULL, &topologyNodeCount);
src/apps/pulse/NormalPulseView.cpp
115
get_cpu_topology_info(topology, &topologyNodeCount);
src/bin/sysinfo.cpp
514
get_cpu_topology_info(&root, &count);
src/bin/sysinfo.cpp
713
get_cpu_topology_info(NULL, &topologyNodeCount);
src/bin/sysinfo.cpp
716
get_cpu_topology_info(topology, &topologyNodeCount);
src/kits/debugger/controllers/DebugReportGenerator.cpp
260
get_cpu_topology_info(NULL, &topologyNodeCount);
src/kits/debugger/controllers/DebugReportGenerator.cpp
267
get_cpu_topology_info(topology, &topologyNodeCount);
src/system/libroot/os/system_info.cpp
103
error = get_cpu_topology_info(topology, &topologyNodeCount);
src/system/libroot/os/system_info.cpp
223
B_DEFINE_WEAK_ALIAS(__get_cpu_topology_info, get_cpu_topology_info);
src/system/libroot/os/system_info.cpp
95
error = get_cpu_topology_info(NULL, &topologyNodeCount);
src/system/libroot/posix/sys/uname.c
63
error = get_cpu_topology_info(&root, &count);