Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 122 for recoverable (0.33 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    	160:  "wrong medium type",
    	161:  "required key not available",
    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mipsle.go

    	160:  "wrong medium type",
    	161:  "required key not available",
    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  3. cmd/erasure-healing.go

    		dataBlocks := (len(metaArr) + 1) / 2
    		if notFoundPartsErrs > dataBlocks {
    			// Not using parity to ensure that we do not delete
    			// any valid content, if any is recoverable. But if
    			// notFoundDataDirs are already greater than the data
    			// blocks all bets are off and it is safe to purge.
    			//
    			// This is purely a defensive code, ideally parityBlocks
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	{100, "EPROTO", "protocol error"},
    	{101, "ETIME", "STREAM ioctl timeout"},
    	{102, "EOPNOTSUPP", "operation not supported on socket"},
    	{103, "ENOPOLICY", "policy not found"},
    	{104, "ENOTRECOVERABLE", "state not recoverable"},
    	{105, "EOWNERDEAD", "previous owner died"},
    	{106, "EQFULL", "interface output queue is full"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go

    	{89, "EIDRM", "identifier removed"},
    	{90, "ENOMSG", "no message of desired type"},
    	{91, "ENOTSUP", "not supported"},
    	{92, "EBADMSG", "bad message"},
    	{93, "ENOTRECOVERABLE", "state not recoverable"},
    	{94, "EOWNERDEAD", "previous owner died"},
    	{95, "ELAST", "protocol error"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    	desc string
    }{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_ppc64le.go

    	125: "operation canceled",
    	126: "required key not available",
    	127: "key has expired",
    	128: "key has been revoked",
    	129: "key was rejected by service",
    	130: "owner died",
    	131: "state not recoverable",
    	132: "operation not possible due to RF-kill",
    	133: "memory page has hardware error",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	{91, "ENOLINK", "link has been severed"},
    	{92, "EPROTO", "protocol error"},
    	{93, "ENOTCAPABLE", "capabilities insufficient"},
    	{94, "ECAPMODE", "not permitted in capability mode"},
    	{95, "ENOTRECOVERABLE", "state not recoverable"},
    	{96, "EOWNERDEAD", "previous owner died"},
    	{97, "EINTEGRITY", "integrity check failed"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_loong64.go

    	125: "operation canceled",
    	126: "required key not available",
    	127: "key has expired",
    	128: "key has been revoked",
    	129: "key was rejected by service",
    	130: "owner died",
    	131: "state not recoverable",
    	132: "operation not possible due to RF-kill",
    	133: "memory page has hardware error",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	{91, "ENOLINK", "link has been severed"},
    	{92, "EPROTO", "protocol error"},
    	{93, "ENOTCAPABLE", "capabilities insufficient"},
    	{94, "ECAPMODE", "not permitted in capability mode"},
    	{95, "ENOTRECOVERABLE", "state not recoverable"},
    	{96, "EOWNERDEAD", "previous owner died"},
    	{97, "EINTEGRITY", "integrity check failed"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	{91, "ENOLINK", "link has been severed"},
    	{92, "EPROTO", "protocol error"},
    	{93, "ENOTCAPABLE", "capabilities insufficient"},
    	{94, "ECAPMODE", "not permitted in capability mode"},
    	{95, "ENOTRECOVERABLE", "state not recoverable"},
    	{96, "EOWNERDEAD", "previous owner died"},
    	{97, "EINTEGRITY", "integrity check failed"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
Back to top