const syscall.ENOSYS
15 uses
syscall (current package)
syscall_linux.go#L171: if err := faccessat2(dirfd, path, mode, flags); err != ENOSYS && err != EPERM {
syscall_linux.go#L255: 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#L35: case syscall.ENOSYS:
fd_unix.go#L667: 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 {
os/exec
lp_unix.go#L35: if err == nil || (err != syscall.ENOSYS && err != syscall.EPERM) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)