Searched refs:sysctl (Results 101 - 125 of 2117) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/netinet/
H A Daccf_data.c37 #include <sys/sysctl.h>
/freebsd-12-stable/sys/mips/mips/
H A Ddump_machdep.c36 #include <sys/sysctl.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dprof_machdep.c41 #include <sys/sysctl.h>
/freebsd-12-stable/sys/x86/x86/
H A Ddump_machdep.c37 #include <sys/sysctl.h>
/freebsd-12-stable/tests/sys/aio/
H A Dlocal.h34 #include <sys/sysctl.h>
/freebsd-12-stable/libexec/rc/rc.d/
H A Dugidfw43 rulecount=$(sysctl -in security.mac.bsdextended.rule_count)
H A Dwpa_supplicant24 case `sysctl -n net.wlan.${1#wlan}.%parent 2>/dev/null` in
/freebsd-12-stable/libexec/rc/
H A Drc.shutdown87 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
89 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
/freebsd-12-stable/release/picobsd/tinyware/msg/
H A Dmsg.c37 #include <sys/sysctl.h>
/freebsd-12-stable/sys/arm64/acpica/
H A DOsdEnvironment.c33 #include <sys/sysctl.h>
/freebsd-12-stable/sys/arm64/arm64/
H A Ddump_machdep.c40 #include <sys/sysctl.h>
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_include.h8 #include <sys/sysctl.h>
/freebsd-12-stable/usr.bin/ipcs/
H A Dipc.h56 const char *sysctl; member in struct:scgs_vector
/freebsd-12-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh71 rump.halt rump.sysctl rump_server \
146 rump.sysctl -w hw.swsensor.cur_value=$(( $2 + 1 ))
160 rump.sysctl -w hw.swsensor.cur_value=$(( $3 - $5 ))
177 rump.sysctl -w hw.swsensor.cur_value=$(( $3 + $5 ))
203 rump.sysctl -w hw.swsensor.cur_value=$(( $3 - $4 - $5 ))
220 rump.sysctl -w hw.swsensor.cur_value=$(( $3 - $4 + $5 ))
249 rump.sysctl -w hw.swsensor.cur_value=$(( $3 - $4 - $5 ))
293 rump.sysctl -w hw.swsensor.cur_value=$3
295 rump.sysctl -w hw.swsensor.cur_value=$(( $3 + $4 ))
313 rump.sysctl
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp13 #include <sys/sysctl.h>
38 if (::sysctl(mib, 2, &osrev, &osrev_len, NULL, 0) == 0) {
/freebsd-12-stable/lib/libc/powerpc/gen/
H A Dsyncicache.c47 #include <sys/sysctl.h>
71 if (sysctl(cachemib, nitems(cachemib), &cacheline_size, &clen,
/freebsd-12-stable/lib/libc/powerpc64/gen/
H A Dsyncicache.c47 #include <sys/sysctl.h>
71 if (sysctl(cachemib, nitems(cachemib), &cacheline_size, &clen,
/freebsd-12-stable/lib/libc/stdlib/
H A Drand.c42 #include <sys/sysctl.h>
122 sysctl(mib, 2, (void *)&next, &len, NULL, 0);
/freebsd-12-stable/tests/sys/acl/
H A D01.sh42 if ! sysctl vfs.zfs.version.spa >/dev/null 2>&1; then
H A D04.sh34 if ! sysctl vfs.zfs.version.spa >/dev/null 2>&1; then
/freebsd-12-stable/tests/sys/cddl/zfs/tests/mmap/
H A Dmmap_write_001_pos.ksh67 NCPUS=`sysctl -a | awk -F '"' '/cpu count="[0-9+]"/ {print $2; exit}'`
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
H A Drc10 dev=`sysctl -n machdep.guessed_bootdev`
/freebsd-12-stable/stand/libsa/powerpc/
H A Dsyncicache.c45 #include <sys/sysctl.h>
69 if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]),
/freebsd-12-stable/usr.sbin/periodic/etc/security/
H A D550.ipfwlimit47 IPFW_VERBOSE=`sysctl -n net.inet.ip.fw.verbose 2> /dev/null`
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc.sh118 atf_check -s exit:0 rump.sysctl -w -q net.inet.ip.forwarding=1
124 atf_check -s exit:0 -o match:"1" rump.sysctl -n net.inet.ip.mtudisc
141 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.maxfragpackets=0
147 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=0
165 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=1

Completed in 142 milliseconds

1234567891011>>