const golang.org/x/sys/unix.EINVAL
22 uses
golang.org/x/sys/unix (current package)
sockcmsg_unix.go#L57: return nil, nil, EINVAL
sockcmsg_unix.go#L81: return nil, EINVAL
sockcmsg_unix.go#L84: return nil, EINVAL
syscall.go#L40: return nil, EINVAL
syscall_bsd.go#L31: return "", EINVAL
syscall_bsd.go#L54: return nil, EINVAL
syscall_bsd.go#L158: return nil, 0, EINVAL
syscall_bsd.go#L173: return nil, 0, EINVAL
syscall_bsd.go#L191: return nil, 0, EINVAL
syscall_bsd.go#L203: return nil, 0, EINVAL
syscall_bsd.go#L238: return nil, EINVAL
syscall_bsd.go#L569: return EINVAL
syscall_bsd.go#L583: return EINVAL
syscall_bsd.go#L608: return EINVAL
syscall_bsd.go#L624: return EINVAL
syscall_darwin.go#L126: return EINVAL
syscall_unix.go#L46: case EINVAL:
syscall_unix.go#L109: return nil, EINVAL
syscall_unix.go#L135: return EINVAL
syscall_unix.go#L144: return EINVAL
syscall_unix.go#L423: return EINVAL
zerrors_darwin_amd64.go#L1526: EINVAL = syscall.Errno(0x16)
 |
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. |