Searched refs:sysctl (Results 151 - 175 of 2117) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/vm/
H A Dvm_swapout_dummy.c82 #include <sys/sysctl.h>
/freebsd-12-stable/sys/x86/acpica/
H A DOsdEnvironment.c36 #include <sys/sysctl.h>
/freebsd-12-stable/tests/freebsd_test_suite/
H A Dmacros.h34 #include <sys/sysctl.h>
60 atf_tc_skip("sysctl for %s failed: %s", _mib_name, \
/freebsd-12-stable/tests/sys/geom/class/mirror/
H A D10_test.sh33 sysctl ${regreadfp}="1*return(${EIO})"
36 sysctl ${regreadfp}='off'
H A D12_test.sh32 sysctl ${regwritefp}="1*return(${EIO})"
35 sysctl ${regwritefp}='off'
H A D9_test.sh29 sysctl debug.fail_point.g_mirror_metadata_write='1*return(5)' || exit 1
31 sysctl debug.fail_point.g_mirror_metadata_write='off' || exit 1
H A Dsync_error.sh31 atf_check -s ignore -e empty -o not-empty sysctl ${REG_READ_FP}='1*return(5)'
45 atf_check -s ignore -e ignore -o ignore sysctl ${REG_READ_FP}='off'
78 atf_check -s exit:0 -e empty -o not-empty sysctl ${REG_READ_FP}='1*return(5)'
101 atf_check -s ignore -e ignore -o ignore sysctl ${REG_READ_FP}='off'
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Drdr.sh49 jexec alcatraz sysctl net.inet.ip.forwarding=1
/freebsd-12-stable/lib/libkiconv/
H A Dxlat16_sysctl.c46 #include <sys/sysctl.h>
/freebsd-12-stable/libexec/rc/rc.d/
H A Dgrowfs31 # BEFORE: sysctl
77 sysctl -b kern.geom.conftxt | awk '
H A Dlocalpkg64 if [ `sysctl -n debug.bootverbose` -eq 1 ]; then
H A Dpower_profile22 # Set a given sysctl node to a value.
25 # $node: sysctl node to set with the new value
28 # $highest_value: maximum value for this sysctl, when $value is "HIGH"
29 # $lowest_value: minimum value for this sysctl, when $value is "LOW"
34 if [ -z "$(sysctl -n ${node} 2> /dev/null)" ]; then
55 if ! sysctl ${node}=${value} > /dev/null 2>&1; then
90 highest_value="`(sysctl -n dev.cpu.0.freq_levels | \
92 lowest_value="`(sysctl -n dev.cpu.0.freq_levels | \
/freebsd-12-stable/rescue/librescue/
H A DMakefile24 sysctl.c system.c
/freebsd-12-stable/sys/arm/arm/
H A Dsc_machdep.c41 #include <sys/sysctl.h>
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dnpt.c35 #include <sys/sysctl.h>
/freebsd-12-stable/sys/dev/cfi/
H A Dcfi_bus_nexus.c46 #include <sys/sysctl.h>
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_basic.c34 #include <sys/sysctl.h>
H A Dprocstat_bin.c34 #include <sys/sysctl.h>
H A Dprocstat_pwdx.c35 #include <sys/sysctl.h>
/freebsd-12-stable/tools/tools/crypto/
H A Dhifnstats.c30 #include <sys/sysctl.h>
/freebsd-12-stable/tools/tools/iwi/
H A Diwistats.c34 #include <sys/sysctl.h>
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh58 sysctl net.ipv4.ip_forward=1
65 sysctl net.ipv4.ip_forward=0
/freebsd-12-stable/contrib/xz/src/common/
H A Dtuklib_cpucores.c34 # include <sys/sysctl.h>
78 if (sysctl(name, 2, &cpus, &cpus_size, NULL, 0) != -1
/freebsd-12-stable/bin/freebsd-version/
H A Dfreebsd-version.sh.in77 sysctl -n kern.osrelease
/freebsd-12-stable/lib/libc/gen/
H A Delf_utils.c34 #include <sys/sysctl.h>
86 if (sysctl(mib, sizeof(mib) / sizeof(mib[0]), &usrstack, &len, NULL, 0)

Completed in 136 milliseconds

1234567891011>>