type syscall._C_int
10 uses
syscall (current package)
route_bsd.go#L182: mib := []_C_int{CTL_NET, AF_ROUTE, 0, 0, _C_int(facility), _C_int(param)}
syscall_bsd.go#L143: var status _C_int
syscall_darwin.go#L30: func nametomib(name string) (mib []_C_int, err error) {
syscall_darwin.go#L40: var buf [CTL_MAXNAME + 2]_C_int
syscall_darwin.go#L51: if err = sysctl([]_C_int{0, 3}, p, &n, &bytes[0], uintptr(len(name))); err != nil {
zsyscall_darwin_amd64.go#L43: func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
zsyscall_darwin_amd64.go#L1873: 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. |