| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_axp.c | 14 #include <sys/sysctl.h> 57 if ((error = sysctl(mib, 3, &sysname, &len, NULL, 0)) < 0)
|
| H A D | alpha_video.c | 36 # include <sys/sysctl.h> 85 if ((error = sysctl(mib, 3, &base, &len, NULL, 0)) < 0) 109 if ((error = sysctl(mib, 3, &bwx, &len, NULL, 0)) < 0) 190 "\tin /etc/sysctl.conf and reboot your machine\n" \
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips.c | 35 #include <sys/sysctl.h> 74 error = sysctl (mib, 2, &have_lmmi, &length, NULL, 0);
|
| H A D | pixman-ppc.c | 35 #include <sys/sysctl.h> 53 #include <sys/sysctl.h> 63 error = sysctl (mib, 2, &have_vmx, &length, NULL, 0);
|
| H A D | pixman-arm.c | 203 #include <sys/sysctl.h>
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_misc.c | 64 # include <sys/sysctl.h> 66 # include <sys/sysctl.h> 252 return (sysctl(mib, 2, size, &len, NULL, 0) == 0); 311 if (sysctl(mib, 2, &mem_available, &len, NULL, 0) == -1) 356 return (sysctl(mib, 2, size, &len, NULL, 0) == 0);
|
| H A D | u_process.c | 49 #include <sys/sysctl.h> 222 (void) sysctl(mib, 4, process_path, &len, NULL, 0);
|
| H A D | u_cpu_detect.c | 48 #include <sys/sysctl.h> 57 #include <sys/sysctl.h> 142 err = sysctl(sels, 2, &has_vu, &len, NULL, 0); 636 sysctl(mib, 2, &ncpu, &len, NULL, 0); 651 sysctl(mib, 2, &ncpu, &len, NULL, 0); 672 sysctl(mib, 2, &ncpu, &len, NULL, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_misc.c | 53 # include <sys/sysctl.h> 153 return (sysctl(mib, 2, size, &len, NULL, 0) == 0);
|
| H A D | u_cpu_detect.c | 43 #include <sys/sysctl.h> 52 #include <sys/sysctl.h> 58 #include <sys/sysctl.h> 122 err = sysctl(sels, 2, &has_vu, &len, NULL, 0); 424 sysctl(mib, 2, &ncpu, &len, NULL, 0);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | client.c | 69 #include <sys/sysctl.h> 79 #include <sys/sysctl.h> 165 if (sysctl(mib, 2, &argmax, &len, NULL, 0) == -1) { 185 if (sysctl(mib, 3, procargs, &len, NULL, 0) == -1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | common_x86.c | 40 #include <sys/sysctl.h> 44 #include <sys/sysctl.h> 155 ret = sysctl(mib, 2, &enabled, &len, NULL, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| H A D | common_x86.c | 40 #include <sys/sysctl.h> 44 #include <sys/sysctl.h> 157 ret = sysctl(mib, 2, &enabled, &len, NULL, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 43 #include <sys/sysctl.h> 116 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1) 123 if (sysctl(mib, ARRAY_SIZE(mib), sum_cp_time, &len, NULL, 0) == -1) 137 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1) 143 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | alpha_video.c | 36 #include <sys/sysctl.h> 88 "\tin /etc/sysctl.conf and reboot your machine\n" \
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.6.rst | 90 - auxilary/os: correct sysctl use in os_get_total_physical_memory()
|
| H A D | 20.1.2.rst | 86 - meson: unbreak sysctl.h detection on BSDs
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 60 # include <sys/sysctl.h> 175 if (sysctl(mib, miblen, &info, &size, NULL, 0)) { 197 if (sysctl(mib, miblen, NULL, &size, NULL, 0)) { 204 if (sysctl(mib, miblen, &info, &size, NULL, 0)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 43 #include <sys/sysctl.h>
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| H A D | config.guess | 155 sysctl="sysctl -n hw.machine_arch" 156 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 157 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
|
| /xsrc/external/mit/evieext/dist/ |
| H A D | config.guess | 157 sysctl="sysctl -n hw.machine_arch" 158 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 159 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
|
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | config.guess | 153 sysctl="sysctl -n hw.machine_arch" 154 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 155 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | config.guess | 157 sysctl="sysctl -n hw.machine_arch" 158 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 159 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
|
| /xsrc/external/mit/libXfont/dist/ |
| H A D | config.guess | 170 sysctl="sysctl -n hw.machine_arch" 172 /sbin/$sysctl 2>/dev/null || \ 173 /usr/sbin/$sysctl 2>/dev/null || \
|
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | config.guess | 156 sysctl="sysctl -n hw.machine_arch" 157 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ 158 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
|