const syscall.EINVAL

124 uses

	syscall (current package)
		env_unix.go#L94: 		return EINVAL
		env_unix.go#L98: 			return EINVAL
		env_unix.go#L105: 				return EINVAL
		exec_linux.go#L373: 			err1 = EINVAL
		exec_unix.go#L88: 			return nil, EINVAL
		netlink_linux.go#L80: 		return nil, EINVAL
		netlink_linux.go#L94: 			return nil, EINVAL
		netlink_linux.go#L104: 				return nil, EINVAL
		netlink_linux.go#L110: 				return nil, EINVAL
		netlink_linux.go#L143: 		return nil, nil, 0, EINVAL
		netlink_linux.go#L167: 		return nil, EINVAL
		netlink_linux.go#L185: 		return nil, nil, 0, EINVAL
		sockcmsg_linux.go#L29: 		return nil, EINVAL
		sockcmsg_linux.go#L32: 		return nil, EINVAL
		sockcmsg_linux.go#L35: 		return nil, EINVAL
		sockcmsg_unix.go#L57: 		return nil, nil, EINVAL
		sockcmsg_unix.go#L81: 		return nil, EINVAL
		sockcmsg_unix.go#L84: 		return nil, EINVAL
		syscall.go#L50: 		return nil, EINVAL
		syscall_linux.go#L126: 		return -1, EINVAL
		syscall_linux.go#L183: 		return EINVAL
		syscall_linux.go#L259: 				return EINVAL
		syscall_linux.go#L301: 		return EINVAL
		syscall_linux.go#L344: 		return EINVAL
		syscall_linux.go#L353: 		return EINVAL
		syscall_linux.go#L360: 		return EINVAL
		syscall_linux.go#L383: 		return "", EINVAL
		syscall_linux.go#L406: 		return nil, EINVAL
		syscall_linux.go#L528: 		return nil, 0, EINVAL
		syscall_linux.go#L540: 		return nil, 0, EINVAL
		syscall_linux.go#L555: 		return nil, 0, EINVAL
		syscall_linux.go#L558: 		return nil, 0, EINVAL
		syscall_linux.go#L591: 		return nil, 0, EINVAL
		syscall_unix.go#L52: 		return nil, EINVAL
		syscall_unix.go#L74: 		return EINVAL
		syscall_unix.go#L83: 		return EINVAL
		syscall_unix.go#L146: 	errEINVAL error = EINVAL
		syscall_unix.go#L158: 	case EINVAL:
		zerrors_linux_amd64.go#L1221: 	EINVAL          = Errno(0x16)

	golang.org/x/sys/unix
		syscall_unix.go#L27: 	errEINVAL error = syscall.EINVAL

	internal/poll
		copy_file_range_linux.go#L45: 	case syscall.EXDEV, syscall.EINVAL, syscall.EIO, syscall.EOPNOTSUPP, syscall.EPERM:
		errno_unix.go#L15: 	errEINVAL error = syscall.EINVAL
		errno_unix.go#L27: 	case syscall.EINVAL:
		fd_unix.go#L667: 		case syscall.EINVAL, syscall.ENOSYS:
		sendfile_unix.go#L111: 		case syscall.ENOSYS, syscall.EOPNOTSUPP, syscall.EINVAL:
		sendfile_unix.go#L155: 		if err == syscall.EINVAL && (n > 0 || written > 0) {
		splice_linux.go#L58: 		handled = handled || (err != syscall.EINVAL)
		splice_linux.go#L208: 		return nil, syscall.EINVAL

	net
		fd_unix.go#L72: 	case syscall.EINVAL:
		file_unix.go#L86: 	return nil, syscall.EINVAL
		file_unix.go#L101: 	return nil, syscall.EINVAL
		file_unix.go#L118: 	return nil, syscall.EINVAL
		iprawsock.go#L107: 		return nil, syscall.EINVAL
		iprawsock.go#L115: 		return 0, nil, syscall.EINVAL
		iprawsock.go#L127: 		return 0, nil, syscall.EINVAL
		iprawsock.go#L148: 		return 0, 0, 0, nil, syscall.EINVAL
		iprawsock.go#L160: 		return 0, syscall.EINVAL
		iprawsock.go#L172: 		return 0, syscall.EINVAL
		iprawsock.go#L176: 		return 0, &OpError{Op: "write", Net: c.fd.net, Source: c.fd.laddr, Addr: addr, Err: syscall.EINVAL}
		iprawsock.go#L193: 		return 0, 0, syscall.EINVAL
		mptcpsock_linux.go#L46: 	case errors.Is(err, syscall.EINVAL): // Not supported: < v5.6
		net.go#L192: 		return 0, syscall.EINVAL
		net.go#L204: 		return 0, syscall.EINVAL
		net.go#L216: 		return syscall.EINVAL
		net.go#L248: 		return syscall.EINVAL
		net.go#L259: 		return syscall.EINVAL
		net.go#L270: 		return syscall.EINVAL
		net.go#L282: 		return syscall.EINVAL
		net.go#L294: 		return syscall.EINVAL
		rawconn.go#L30: 		return syscall.EINVAL
		rawconn.go#L42: 		return syscall.EINVAL
		rawconn.go#L54: 		return syscall.EINVAL
		rawconn.go#L98: 	return syscall.EINVAL
		rawconn.go#L102: 	return syscall.EINVAL
		tcpsock.go#L155: 		return nil, syscall.EINVAL
		tcpsock.go#L163: 		return 0, syscall.EINVAL
		tcpsock.go#L175: 		return 0, syscall.EINVAL
		tcpsock.go#L188: 		return syscall.EINVAL
		tcpsock.go#L200: 		return syscall.EINVAL
		tcpsock.go#L224: 		return syscall.EINVAL
		tcpsock.go#L236: 		return syscall.EINVAL
		tcpsock.go#L251: 		return syscall.EINVAL
		tcpsock.go#L265: 		return syscall.EINVAL
		tcpsock.go#L284: 		return false, syscall.EINVAL
		tcpsock.go#L356: 		return nil, syscall.EINVAL
		tcpsock.go#L365: 		return nil, syscall.EINVAL
		tcpsock.go#L378: 		return nil, syscall.EINVAL
		tcpsock.go#L391: 		return syscall.EINVAL
		tcpsock.go#L408: 		return syscall.EINVAL
		tcpsock.go#L422: 		return nil, syscall.EINVAL
		tcpsock_unix.go#L14: 		return syscall.EINVAL
		udpsock.go#L130: 		return nil, syscall.EINVAL
		udpsock.go#L147: 		return 0, nil, syscall.EINVAL
		udpsock.go#L173: 		return 0, netip.AddrPort{}, syscall.EINVAL
		udpsock.go#L201: 		return 0, 0, 0, netip.AddrPort{}, syscall.EINVAL
		udpsock.go#L213: 		return 0, syscall.EINVAL
		udpsock.go#L225: 		return 0, syscall.EINVAL
		udpsock.go#L237: 		return 0, syscall.EINVAL
		udpsock.go#L241: 		return 0, &OpError{Op: "write", Net: c.fd.net, Source: c.fd.laddr, Addr: addr, Err: syscall.EINVAL}
		udpsock.go#L260: 		return 0, 0, syscall.EINVAL
		udpsock.go#L272: 		return 0, 0, syscall.EINVAL
		unixsock.go#L76: 		return nil, syscall.EINVAL
		unixsock.go#L85: 		return syscall.EINVAL
		unixsock.go#L97: 		return syscall.EINVAL
		unixsock.go#L108: 		return 0, nil, syscall.EINVAL
		unixsock.go#L120: 		return 0, nil, syscall.EINVAL
		unixsock.go#L141: 		return 0, 0, 0, nil, syscall.EINVAL
		unixsock.go#L153: 		return 0, syscall.EINVAL
		unixsock.go#L165: 		return 0, syscall.EINVAL
		unixsock.go#L169: 		return 0, &OpError{Op: "write", Net: c.fd.net, Source: c.fd.laddr, Addr: addr, Err: syscall.EINVAL}
		unixsock.go#L186: 		return 0, 0, syscall.EINVAL
		unixsock.go#L236: 		return nil, syscall.EINVAL
		unixsock.go#L245: 		return nil, syscall.EINVAL
		unixsock.go#L258: 		return nil, syscall.EINVAL
		unixsock.go#L271: 		return syscall.EINVAL
		unixsock.go#L288: 		return syscall.EINVAL
		unixsock.go#L302: 		return nil, syscall.EINVAL
		writev_unix.go#L16: 		return 0, syscall.EINVAL

	os
		eloop_other.go#L22: 		if err == syscall.EINVAL {
		exec_unix.go#L45: 		return nil, syscall.EINVAL
		file_unix.go#L327: 		return syscall.EINVAL
		getwd.go#L61: 		if err != syscall.ENAMETOOLONG && err != syscall.EINVAL && err != errERANGE && err != errENOMEM {
		pidfd_linux.go#L97: 		return nil, syscall.EINVAL
		removeall_at.go#L25: 		return &PathError{Op: "RemoveAll", Path: path, Err: syscall.EINVAL}