HomeSort by relevance Sort by last modified time
    Searched defs:sysctl (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_netbsd_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_darwin_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_arm64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_dragonfly_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_freebsd_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_freebsd_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_freebsd_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_netbsd_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_netbsd_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_netbsd_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_openbsd_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
zsyscall_darwin_386.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_amd64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_arm.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
    [all...]
zsyscall_darwin_arm64.go 212 func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { func
  /external/autotest/client/bin/
utils.py 530 def sysctl(key, value=None): function
531 """Generic implementation of sysctl, to read and write.
534 @param value: If not None, a value to write into the sysctl.
536 @return The single-line sysctl value as a string.
545 """(Very) partial implementation of sysctl, for kernel params"""
990 raw_hugepages = utils.system_output('/sbin/sysctl vm.nr_hugepages')
995 utils.system('/sbin/sysctl vm.nr_hugepages=%d' % num)
    [all...]

Completed in 363 milliseconds

12