Searched refs:sysctl (Results 276 - 300 of 2117) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action.sh85 sysctl net.ipv4.ip_forward=1
92 sysctl net.ipv4.ip_forward=0
/freebsd-12-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c54 # include <sys/sysctl.h>
170 if (sysctl(name, 2, &mem.u64, &mem_ptr_size, NULL, 0) != -1) {
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh59 pagesize=$(sysctl -n hw.pagesize)
62 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 3)
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc6.sh119 atf_check -s exit:0 rump.sysctl -w -q net.inet6.ip6.forwarding=1
147 rump.sysctl -w -q net.inet6.ip6.maxfragpackets=0
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap_module.c37 #include <sys/sysctl.h>
55 #include <sys/sysctl.h>
/freebsd-12-stable/tests/sys/acl/
H A D03.sh37 if ! sysctl vfs.zfs.version.spa >/dev/null 2>&1; then
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dforward.sh55 jexec alcatraz sysctl net.inet.ip.forwarding=1
115 jexec alcatraz sysctl net.inet6.ip6.forwarding=1
/freebsd-12-stable/tools/regression/tmpfs/
H A Dt_sizes43 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 2)
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_stack.c37 #include <sys/sysctl.h>
158 if (sysctl(mib, sizeof(mib) / sizeof(mib[0]), &usrstack, &len, NULL, 0)
/freebsd-12-stable/release/
H A Drc.local66 dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null`
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass5.c41 #include <sys/sysctl.h>
399 if (bkgrdsumadj == 0 || sysctl(adjndir, MIBSIZE, 0, 0,
408 if (bkgrdsumadj == 0 || sysctl(adjnbfree, MIBSIZE, 0, 0,
417 if (bkgrdsumadj == 0 || sysctl(adjnifree, MIBSIZE, 0, 0,
426 if (bkgrdsumadj == 0 || sysctl(adjnffree, MIBSIZE, 0, 0,
435 if (bkgrdsumadj == 0 || sysctl(adjnumclusters, MIBSIZE, 0, 0,
452 int usesysctl) /* 1 => use sysctl interface to update maps */
483 int *opcode, /* sysctl opcode to free resource */
486 int usesysctl) /* 1 => use sysctl interface to update maps */
560 if (sysctl(opcod
[all...]
/freebsd-12-stable/sbin/sysctl/
H A Dsysctl.c39 #include <sys/sysctl.h>
126 "usage: sysctl [-bdehiNnoqTtWx] [ -B <bufsize> ] [-f filename] name[=value] ...",
127 " sysctl [-bdehNnoqTtWx] [ -B <bufsize> ] -a");
521 if (sysctl(mib, len, 0, 0, newval, newsize) == -1) {
839 * multiplying factor to convert Kelvin into the untis of this sysctl,
840 * or the dividing factor to convert the sysctl value to Kelvin. Numbers
897 i = sysctl(oid, 2, oidp, &j, name, strlen(name));
917 i = sysctl(qoid, len + 2, buf, &j, 0, 0);
919 err(1, "sysctl fmt %d %zu %d", i, j, errno);
965 i = sysctl(qoi
[all...]
/freebsd-12-stable/usr.bin/netstat/
H A Dbpf.c36 #include <sys/sysctl.h>
71 error = sysctl(mib, 4, &newkp, &size, NULL, 0);
/freebsd-12-stable/usr.sbin/service/
H A Dservice.sh84 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
114 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
/freebsd-12-stable/contrib/netbsd-tests/fs/kernfs/
H A Dt_basic.c7 #include <sys/sysctl.h>
89 atf_tc_fail_errno("sysctl gethostname");
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c42 #include <sys/sysctl.h>
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c63 #include <sys/sysctl.h>
178 * RANDOM_UUID sysctl to get entropy from the kernel. This can work
192 if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0))
226 if (sysctl(mib, 2, buf, &len, NULL, 0) == -1) {
231 if (sysctl(mib, 2, &buf[len], &n, NULL, 0) == -1)
360 /* Apparently Linux is deprecating sysctl, and spewing warning
/freebsd-12-stable/contrib/libevent/
H A Darc4random.c63 #include <sys/sysctl.h>
178 * RANDOM_UUID sysctl to get entropy from the kernel. This can work
192 if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0))
226 if (sysctl(mib, 2, buf, &len, NULL, 0) == -1) {
231 if (sysctl(mib, 2, &buf[len], &n, NULL, 0) == -1)
360 /* Apparently Linux is deprecating sysctl, and spewing warning
/freebsd-12-stable/crypto/heimdal/lib/kafs/
H A Dkafs_locl.h63 #include <sys/sysctl.h>
/freebsd-12-stable/lib/libc/secure/
H A Dstack_protector.c34 #include <sys/sysctl.h>
102 /* If sysctl was unsuccessful, use the "terminator canary". */
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.h34 #include <sys/sysctl.h>
/freebsd-12-stable/sys/dev/puc/
H A Dpuc_pccard.c39 #include <sys/sysctl.h>
/freebsd-12-stable/sys/geom/label/
H A Dg_label.h36 #include <sys/sysctl.h>
/freebsd-12-stable/sys/dev/random/
H A Dother_algorithm.c54 #include <sys/sysctl.h>
H A Drandom_infra.c36 #include <sys/sysctl.h>
45 /* Set up the sysctl root node for the entropy device */

Completed in 292 milliseconds

<<11121314151617181920>>