Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ELOOP (0.42 sec)

  1. cmd/xl-storage-errors.go

    func isSysErrTooLong(err error) bool {
    	return errors.Is(err, syscall.ENAMETOOLONG)
    }
    
    // Check if the given error corresponds to the ELOOP (too many symlinks).
    func isSysErrTooManySymlinks(err error) bool {
    	return errors.Is(err, syscall.ELOOP)
    }
    
    // Check if the given error corresponds to ENOTEMPTY for unix,
    // EEXIST for solaris variants,
    // and ERROR_DIR_NOT_EMPTY for windows (directory not empty).
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 06 16:56:29 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const EIO = 5
    pkg syscall (darwin-386), const EISCONN = 56
    pkg syscall (darwin-386), const EISDIR = 21
    pkg syscall (darwin-386), const ELAST = 105
    pkg syscall (darwin-386), const ELOOP = 62
    pkg syscall (darwin-386), const EMFILE = 24
    pkg syscall (darwin-386), const EMLINK = 31
    pkg syscall (darwin-386), const EMSGSIZE = 40
    pkg syscall (darwin-386), const EMULTIHOP = 95
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EISDIR = 21
    pkg syscall (netbsd-arm64-cgo), const ELAST = 96
    pkg syscall (netbsd-arm64-cgo), const ELAST Errno
    pkg syscall (netbsd-arm64-cgo), const ELOOP = 62
    pkg syscall (netbsd-arm64-cgo), const EMFILE = 24
    pkg syscall (netbsd-arm64-cgo), const EMLINK = 31
    pkg syscall (netbsd-arm64-cgo), const EMSGSIZE = 40
    pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const EISCONN = 56
    pkg syscall (darwin-arm64), const EISDIR = 21
    pkg syscall (darwin-arm64), const ELAST = 106
    pkg syscall (darwin-arm64), const ELAST Errno
    pkg syscall (darwin-arm64), const ELOOP = 62
    pkg syscall (darwin-arm64), const EMFILE = 24
    pkg syscall (darwin-arm64), const EMLINK = 31
    pkg syscall (darwin-arm64), const EMSGSIZE = 40
    pkg syscall (darwin-arm64), const EMULTIHOP = 95
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EISDIR = 21 #53466
    pkg syscall (freebsd-riscv64), const ELAST = 96 #53466
    pkg syscall (freebsd-riscv64), const ELAST Errno #53466
    pkg syscall (freebsd-riscv64), const ELOOP = 62 #53466
    pkg syscall (freebsd-riscv64), const EMFILE = 24 #53466
    pkg syscall (freebsd-riscv64), const EMLINK = 31 #53466
    pkg syscall (freebsd-riscv64), const EMSGSIZE = 40 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EISCONN = 56
    pkg syscall (freebsd-arm64), const EISDIR = 21
    pkg syscall (freebsd-arm64), const ELAST = 96
    pkg syscall (freebsd-arm64), const ELAST Errno
    pkg syscall (freebsd-arm64), const ELOOP = 62
    pkg syscall (freebsd-arm64), const EMFILE = 24
    pkg syscall (freebsd-arm64), const EMLINK = 31
    pkg syscall (freebsd-arm64), const EMSGSIZE = 40
    pkg syscall (freebsd-arm64), const EMULTIHOP = 90
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall, const EINTR Errno
    pkg syscall, const EINVAL Errno
    pkg syscall, const EIO Errno
    pkg syscall, const EISCONN Errno
    pkg syscall, const EISDIR Errno
    pkg syscall, const ELOOP Errno
    pkg syscall, const EMFILE Errno
    pkg syscall, const EMLINK Errno
    pkg syscall, const EMSGSIZE Errno
    pkg syscall, const ENAMETOOLONG Errno
    pkg syscall, const ENETDOWN Errno
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top