func syscall.sysctl
7 uses
syscall (current package)
route_bsd.go#L185: if err := sysctl(mib, nil, &n, nil, 0); err != nil {
route_bsd.go#L192: if err := sysctl(mib, &tab[0], &n, nil, 0); err != nil {
syscall_bsd.go#L474: if err = sysctl(mib, nil, &n, nil, 0); err != nil {
syscall_bsd.go#L483: if err = sysctl(mib, &buf[0], &n, nil, 0); err != nil {
syscall_bsd.go#L504: if err = sysctl(mib, &buf[0], &n, nil, 0); err != nil {
syscall_darwin.go#L51: if err = sysctl([]_C_int{0, 3}, p, &n, &bytes[0], uintptr(len(name))); err != nil {
zsyscall_darwin_amd64.go#L1873: func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |