Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sysctlUname (0.18 sec)

  1. src/runtime/sys_darwin.go

    	KeepAlive(mib)
    	KeepAlive(oldp)
    	KeepAlive(oldlenp)
    	KeepAlive(newp)
    	return ret
    }
    func sysctl_trampoline()
    
    //go:nosplit
    //go:cgo_unsafe_args
    func sysctlbyname(name *byte, oldp *byte, oldlenp *uintptr, newp *byte, newlen uintptr) int32 {
    	ret := libcCall(unsafe.Pointer(abi.FuncPCABI0(sysctlbyname_trampoline)), unsafe.Pointer(&name))
    	KeepAlive(name)
    	KeepAlive(oldp)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top