Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 83 for recoverable (0.15 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.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)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.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)
  4. 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)
  5. 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)
  6. 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)
  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/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)
  9. 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)
  10. src/cmd/asm/internal/asm/parse.go

    		allowABI:    ctxt != nil && objabi.LookupPkgSpecial(ctxt.Pkgpath).AllowAsmABI,
    		pkgPrefix:   pkgPrefix,
    	}
    }
    
    // panicOnError is enabled when testing to abort execution on the first error
    // and turn it into a recoverable panic.
    var panicOnError bool
    
    func (p *Parser) errorf(format string, args ...interface{}) {
    	if panicOnError {
    		panic(fmt.Errorf(format, args...))
    	}
    	if p.lineNum == p.errorLine {
    		// Only one error per line.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top