Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 45 for recoverable (0.33 sec)

  1. src/syscall/zerrors_openbsd_ppc64.go

    	87: "value too large to be stored in data type",
    	88: "operation canceled",
    	89: "identifier removed",
    	90: "no message of desired type",
    	91: "not supported",
    	92: "bad message",
    	93: "state not recoverable",
    	94: "previous owner died",
    	95: "protocol error",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_riscv64.go

    	87: "value too large to be stored in data type",
    	88: "operation canceled",
    	89: "identifier removed",
    	90: "no message of desired type",
    	91: "not supported",
    	92: "bad message",
    	93: "state not recoverable",
    	94: "previous owner died",
    	95: "protocol error",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  3. src/syscall/zerrors_openbsd_mips64.go

    	87: "value too large to be stored in data type",
    	88: "operation canceled",
    	89: "identifier removed",
    	90: "no message of desired type",
    	91: "not supported",
    	92: "bad message",
    	93: "state not recoverable",
    	94: "previous owner died",
    	95: "protocol error",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 66.7K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_arm.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: "unknown error 133",
    }
    
    // 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
    - 57.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{55, "EBADSLT", "invalid slot"},
    	{56, "EDEADLOCK", "file locking deadlock"},
    	{57, "EBFONT", "bad font file format"},
    	{58, "EOWNERDEAD", "owner of the lock died"},
    	{59, "ENOTRECOVERABLE", "lock is not recoverable"},
    	{60, "ENOSTR", "not a stream device"},
    	{61, "ENODATA", "no data available"},
    	{62, "ETIME", "timer expired"},
    	{63, "ENOSR", "out of stream resources"},
    	{64, "ENONET", "machine is not on the network"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{89, "ECORRUPT", "invalid file system control data detected"},
    	{90, "ESYSERROR", "for future use "},
    	{93, "EREMOTE", "item is not local to host"},
    	{94, "ENOTRECOVERABLE", "state not recoverable "},
    	{95, "EOWNERDEAD", "previous owner died "},
    	{109, "ENOSYS", "function not implemented"},
    	{110, "EMEDIA", "media surface error"},
    	{111, "ESOFT", "I/O completed, but needs relocation"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_riscv64.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
    - 70.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_386.go

    	89: "bad message",
    	90: "multihop attempted",
    	91: "link has been severed",
    	92: "protocol error",
    	93: "capabilities insufficient",
    	94: "not permitted in capability mode",
    	95: "state not recoverable",
    	96: "previous owner died",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/BPT trap",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_amd64.go

    	89: "bad message",
    	90: "multihop attempted",
    	91: "link has been severed",
    	92: "protocol error",
    	93: "capabilities insufficient",
    	94: "not permitted in capability mode",
    	95: "state not recoverable",
    	96: "previous owner died",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/BPT trap",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.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.6K bytes
    - Viewed (0)
Back to top