Searched refs:sysctl (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_axp.c14 #include <sys/sysctl.h>
57 if ((error = sysctl(mib, 3, &sysname, &len, NULL, 0)) < 0)
H A Dalpha_video.c36 # 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 Dpixman-mips.c35 #include <sys/sysctl.h>
74 error = sysctl (mib, 2, &have_lmmi, &length, NULL, 0);
H A Dpixman-ppc.c35 #include <sys/sysctl.h>
53 #include <sys/sysctl.h>
63 error = sysctl (mib, 2, &have_vmx, &length, NULL, 0);
H A Dpixman-arm.c203 #include <sys/sysctl.h>
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_misc.c64 # 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 Du_process.c49 #include <sys/sysctl.h>
222 (void) sysctl(mib, 4, process_path, &len, NULL, 0);
H A Du_cpu_detect.c48 #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 Dos_misc.c53 # include <sys/sysctl.h>
153 return (sysctl(mib, 2, size, &len, NULL, 0) == 0);
H A Du_cpu_detect.c43 #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 Dclient.c69 #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 Dcommon_x86.c40 #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 Dcommon_x86.c40 #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 Dhud_cpu.c43 #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 Dalpha_video.c36 #include <sys/sysctl.h>
88 "\tin /etc/sysctl.conf and reboot your machine\n" \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.6.rst90 - auxilary/os: correct sysctl use in os_get_total_physical_memory()
H A D20.1.2.rst86 - meson: unbreak sysctl.h detection on BSDs
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-port.cc60 # 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 Dhud_cpu.c43 #include <sys/sysctl.h>
/xsrc/external/mit/xf86-input-ws/dist/
H A Dconfig.guess155 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 Dconfig.guess157 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 Dconfig.guess153 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 Dconfig.guess157 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 Dconfig.guess170 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 Dconfig.guess156 sysctl="sysctl -n hw.machine_arch"
157 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
158 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`

Completed in 23 milliseconds

1234567891011>>