Home | History | Annotate | Download | only in strace

Lines Matching refs:sysctl

39 #include <linux/sysctl.h>
88 #include <linux/sysctl.h>
1981 #include <sys/sysctl.h>
1997 /* Use sysctl to ask the name of the current MIB
1999 by the sysctl program. See kern_sysctl.c for
2001 qoid[0] = 0; /* sysctl */
2005 if (sysctl(qoid, tcp->u_arg[1] + 2, ctl, &i, 0, 0) >= 0) {