Home
last modified time | relevance | path

Searched defs:sysctl (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Dsysctl.c47 SYS_FUNC(sysctl) in SYS_FUNC() argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c160 static int read_int_sysctl(const char *sysctl) in read_int_sysctl()
177 static void write_int_sysctl(const char *sysctl, int v) in write_int_sysctl()
/external/linux-kselftest/android/
DREADME.md275 ### sysctl subsection
/external/u-boot/arch/arm/include/asm/
Domap_mmc.h55 unsigned int sysctl; /* 0x12C */ member
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_netbsd_arm.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_netbsd_amd64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_netbsd_386.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_openbsd_386.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_dragonfly_amd64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_openbsd_amd64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_openbsd_arm.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_darwin_amd64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_darwin_arm64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_darwin_arm.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_darwin_386.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_freebsd_amd64.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_freebsd_arm.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
Dzsyscall_freebsd_386.go217 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c49 uint sysctl; /* System Control Register */ member
/external/autotest/client/bin/
Dutils.py537 def sysctl(key, value=None): function