type golang.org/x/sys/unix._C_int
14 uses
golang.org/x/sys/unix (current package)
syscall_bsd.go#L138: var status _C_int
syscall_bsd.go#L432: func sysctlmib(name string, args ...int) ([]_C_int, error) {
syscall_bsd.go#L440: mib = append(mib, _C_int(a))
syscall_darwin.go#L70: func nametomib(name string) (mib []_C_int, err error) {
syscall_darwin.go#L80: var buf [CTL_MAXNAME + 2]_C_int
syscall_darwin.go#L91: if err = sysctl([]_C_int{0, 3}, p, &n, &bytes[0], uintptr(len(name))); err != nil {
syscall_darwin.go#L323: mib := []_C_int{CTL_KERN, KERN_OSTYPE}
syscall_darwin.go#L329: mib = []_C_int{CTL_KERN, KERN_HOSTNAME}
syscall_darwin.go#L335: mib = []_C_int{CTL_KERN, KERN_OSRELEASE}
syscall_darwin.go#L341: mib = []_C_int{CTL_KERN, KERN_VERSION}
syscall_darwin.go#L359: mib = []_C_int{CTL_HW, HW_MACHINE}
zsyscall_darwin_amd64.go#L48: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_darwin_amd64.go#L745: func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
ztypes_darwin_amd64.go#L18: _C_int int32
 |
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. |