Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 93 for ENOTSUP (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x5f)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x54)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x5f)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x54)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_loong64.go

    	ENOTCONN        = Errno(0x6b)
    	ENOTDIR         = Errno(0x14)
    	ENOTEMPTY       = Errno(0x27)
    	ENOTNAM         = Errno(0x76)
    	ENOTRECOVERABLE = Errno(0x83)
    	ENOTSOCK        = Errno(0x58)
    	ENOTSUP         = Errno(0x5f)
    	ENOTTY          = Errno(0x19)
    	ENOTUNIQ        = Errno(0x4c)
    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x5f)
    	EOVERFLOW       = Errno(0x4b)
    	EOWNERDEAD      = Errno(0x82)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x5f)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x54)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x5f)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x54)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  6. src/syscall/syscall_windows.go

    			e == ERROR_PATH_NOT_FOUND ||
    			e == ENOENT
    	case errorspkg.ErrUnsupported:
    		return e == _ERROR_NOT_SUPPORTED ||
    			e == _ERROR_CALL_NOT_IMPLEMENTED ||
    			e == ENOSYS ||
    			e == ENOTSUP ||
    			e == EOPNOTSUPP ||
    			e == EWINDOWS
    	}
    	return false
    }
    
    func (e Errno) Temporary() bool {
    	return e == EINTR || e == EMFILE || e.Timeout()
    }
    
    func (e Errno) Timeout() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const ENOTDIR = 20
    pkg syscall (darwin-386), const ENOTEMPTY = 66
    pkg syscall (darwin-386), const ENOTRECOVERABLE = 104
    pkg syscall (darwin-386), const ENOTSOCK = 38
    pkg syscall (darwin-386), const ENOTSUP = 45
    pkg syscall (darwin-386), const ENOTTY = 25
    pkg syscall (darwin-386), const ENXIO = 6
    pkg syscall (darwin-386), const EOPNOTSUPP = 102
    pkg syscall (darwin-386), const EOVERFLOW = 84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ENOTDIR = 20
    pkg syscall (netbsd-arm64-cgo), const ENOTEMPTY = 66
    pkg syscall (netbsd-arm64-cgo), const ENOTSOCK = 38
    pkg syscall (netbsd-arm64-cgo), const ENOTSUP = 86
    pkg syscall (netbsd-arm64-cgo), const ENOTTY = 25
    pkg syscall (netbsd-arm64-cgo), const ENXIO = 6
    pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45
    pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const ENOTRECOVERABLE = 95
    pkg syscall (freebsd-arm64), const ENOTRECOVERABLE Errno
    pkg syscall (freebsd-arm64), const ENOTSOCK = 38
    pkg syscall (freebsd-arm64), const ENOTSUP = 45
    pkg syscall (freebsd-arm64), const ENOTTY = 25
    pkg syscall (freebsd-arm64), const ENXIO = 6
    pkg syscall (freebsd-arm64), const EOPNOTSUPP = 45
    pkg syscall (freebsd-arm64), const EOVERFLOW = 84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const ENOTRECOVERABLE = 104
    pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno
    pkg syscall (darwin-arm64), const ENOTSOCK = 38
    pkg syscall (darwin-arm64), const ENOTSUP = 45
    pkg syscall (darwin-arm64), const ENOTTY = 25
    pkg syscall (darwin-arm64), const ENXIO = 6
    pkg syscall (darwin-arm64), const EOPNOTSUPP = 102
    pkg syscall (darwin-arm64), const EOVERFLOW = 84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top