const syscall.ENOSYS
14 uses
syscall (current package)
syscall_linux.go#L167: if err := faccessat2(dirfd, path, mode, flags); err != ENOSYS && err != EPERM {
syscall_linux.go#L251: if err == ENOSYS {
syscall_unix.go#L129: return e == ENOSYS || e == ENOTSUP || e == EOPNOTSUPP
zerrors_linux_amd64.go#L1270: ENOSYS = Errno(0x26)
crypto/internal/sysrand
rand_getrandom.go#L47: if errors.Is(err, syscall.ENOSYS) {
internal/poll
copy_file_range_linux.go#L30: case syscall.ENOSYS:
fd_unix.go#L660: case syscall.EINVAL, syscall.ENOSYS:
sendfile_unix.go#L111: case syscall.ENOSYS, syscall.EOPNOTSUPP, syscall.EINVAL:
internal/syscall/unix
eaccess.go#L21: return syscall.ENOSYS
getrandom.go#L34: return 0, syscall.ENOSYS
getrandom.go#L41: if errno == syscall.ENOSYS {
os
error_errno.go#L14: errENOSYS = syscall.ENOSYS
pidfd_linux.go#L71: return 0, syscall.ENOSYS
wait_waitid.go#L31: if err == syscall.ENOSYS {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |