Searched refs:sysctl (Results 226 - 250 of 1325) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.c26 #include <sys/sysctl.h>
43 if (::sysctl (mib, ARRAY_SIZE (mib), buf, &buflen, NULL, 0) != 0)
53 and the number of threads does not change between two sysctl () calls. */
63 if (sysctl (mib, ARRAY_SIZE (mib), NULL, &size, NULL, 0) == -1 || size == 0)
64 perror_with_name (("sysctl"));
71 if (sysctl (mib, ARRAY_SIZE (mib), kl.get (), &size, NULL, 0) == -1
73 perror_with_name (("sysctl"));
/netbsd-current/share/man/man7/
H A DMakefile34 MAN+= sysctl.7
/netbsd-current/sys/compat/common/
H A Dnet_inet6_nd_90.c47 #include <sys/sysctl.h>
68 * sysctl helper routine for the net.inet6.icmp6.nd6 nodes. silly?
/netbsd-current/lib/libc/gen/
H A Dgetdevmajor.c44 #include <sys/sysctl.h>
H A DMakefile.inc34 stringlist.c sysconf.c sysctl.c sysctlbyname.c sysctlgetmibinfo.c \
85 sleep.3 stringlist.3 sysconf.3 sysctl.3 syslog.3 \
188 MLINKS+=sysctl.3 sysctlbyname.3 \
189 sysctl.3 sysctlgetmibinfo.3 sysctl.3 sysctlnametomib.3 \
190 sysctl.3 asysctl.3 sysctl.3 asysctlbyname.3
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dos.c47 #include <sys/sysctl.h>
/netbsd-current/sys/sys/
H A Dipc.h110 #include <sys/sysctl.h>
123 * sysctl helper routine for kern.ipc.sysvipc_info subtree.
137 * Set-up the sysctl routine for COMPAT_50
/netbsd-current/usr.sbin/traceroute/
H A Dprog_ops.h92 #define prog_sysctl sysctl
/netbsd-current/usr.bin/ipcs/
H A Dipcs.c59 #include <sys/sysctl.h>
462 if (sysctl(mib, 3, &valid, &len, NULL, 0) < 0) {
463 warn("sysctl(KERN_SYSVIPC_MSG)");
480 if (sysctl(mib, 4, NULL, &len, NULL, 0) < 0) {
481 warn("sysctl(KERN_SYSVIPC_MSG_INFO)");
489 if (sysctl(mib, 4, msgsi, &len, NULL, 0) < 0) {
490 warn("sysctl(KERN_SYSVIPC_MSG_INFO)");
538 if (sysctl(mib, 3, &valid, &len, NULL, 0) < 0) {
539 warn("sysctl(KERN_SYSVIPC_SHM)");
556 if (sysctl(mi
[all...]
/netbsd-current/tests/net/if_wg/
H A Dt_misc.sh57 rump.sysctl -w net.wg.rekey_after_time=$rekey_after_time
60 rump.sysctl -w net.wg.rekey_after_time=$rekey_after_time
156 rump.sysctl -w net.wg.rekey_timeout=$rekey_timeout
158 rump.sysctl -w net.wg.rekey_attempt_time=$rekey_attempt_time
161 rump.sysctl -w net.wg.rekey_timeout=$rekey_timeout
163 rump.sysctl -w net.wg.rekey_attempt_time=$rekey_attempt_time
263 rump.sysctl -w net.wg.force_underload=1
449 rump.sysctl -w net.wg.keepalive_timeout=$keepalive_timeout
513 rump.sysctl -w net.wg.rekey_after_time=$rekey_after_time
516 rump.sysctl
[all...]
/netbsd-current/usr.bin/systat/
H A Dsyscall.c39 #include <sys/sysctl.h>
409 if (sysctl(counts_mib, counts_mib_len, &stats->counts,
421 if (sysctl(times_mib, times_mib_len, &stats->times,
433 if (sysctl(mib, 2, &stats->uvmexp, &size, NULL, 0) < 0) {
440 if (sysctl(mib, 2, &stats->Total, &size, NULL, 0) < 0) {
H A Dmbufs.c43 #include <sys/sysctl.h>
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_osx.c29 #include <sys/sysctl.h>
109 * Entropy collection via /dev/urandom and sysctl have failed.
252 HX(sysctl(kmib, sizeof(kmib) / sizeof(kmib[0]),
256 HX(sysctl(hwmib, sizeof(hwmib) / sizeof(hwmib[0]),
261 HX(sysctl(tcpmib, sizeof(tcpmib) / sizeof(tcpmib[0]),
265 HX(sysctl(udpmib, sizeof(udpmib) / sizeof(udpmib[0]),
269 HX(sysctl(ipmib, sizeof(ipmib) / sizeof(ipmib[0]),
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-action.sh85 sysctl net.ipv4.ip_forward=1
92 sysctl net.ipv4.ip_forward=0
/netbsd-current/sys/arch/mmeye/stand/bootcoff/
H A Dosloader.c34 #include <sys/sysctl.h>
83 sysctl(mib, 2, NULL, NULL, &val, len);
/netbsd-current/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
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_physmem.c54 # include <sys/sysctl.h>
170 if (sysctl(name, 2, &mem.u64, &mem_ptr_size, NULL, 0) != -1) {
/netbsd-current/tests/crypto/opencrypto/
H A Dt_opencrypto.sh28 # Start a rumpserver, load required modules, and set requires sysctl vars
37 rump.sysctl -w kern.cryptodevallowsoft=-1 && \
48 atf_set require.progs rump_server rump.sysctl rump.halt
/netbsd-current/tests/kernel/
H A Dt_zombie.c35 #include <sys/sysctl.h>
111 ASSERT_EQ(sysctl(name, namelen, &p, &len, NULL, 0), 0);
235 * with sysctl(3) kern.proc and operation KERN_PROC_PID.
/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_forwarding.sh175 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
182 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
183 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
192 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
331 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
338 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
339 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
348 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
/netbsd-current/tests/dev/cgd/
H A Dt_cgd.sh29 shift $( sysctl -n kern.rawpartition ); printf %s "$1" )
161 rump.sysctl -n hw.disknames
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Damd64-fbsd-nat.c28 #include <sys/sysctl.h>
233 system header files and sysctl(3) to get at the relevant
290 kern.proc.sigtramp.<pid> sysctl that returns the location of the
306 if (sysctl (mib, 4, &kst, &len, NULL, 0) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dthread.cc41 # include <sys/sysctl.h>
47 if (!sysctl(mib, 2, &count, &size, NULL, 0))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dthread.cc53 # include <sys/sysctl.h>
59 if (!sysctl(mib, 2, &count, &size, NULL, 0))
/netbsd-current/usr.sbin/mlxctl/
H A Ddklist.c72 #include <sys/sysctl.h>

Completed in 192 milliseconds

1234567891011>>