type golang.org/x/sys/unix.Errno
10 uses
golang.org/x/sys/unix (current package)
aliases.go#L13: type Errno = syscall.Errno
syscall_darwin_libSystem.go#L12: func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)
syscall_darwin_libSystem.go#L13: func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
syscall_darwin_libSystem.go#L14: func syscall_syscall6X(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
syscall_darwin_libSystem.go#L15: func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) // 32-bit only
syscall_darwin_libSystem.go#L16: func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)
syscall_darwin_libSystem.go#L17: func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
syscall_darwin_libSystem.go#L18: func syscall_syscallPtr(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)
zsyscall_darwin_amd64.1_13.go#L32: func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) {
zsyscall_darwin_amd64.1_13.go#L34: res = Errno(r0)
 |
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. |