Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,054 for died (0.51 sec)

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

    	{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
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go

    	{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
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_arm64.go

    	124: "wrong medium type",
    	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",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	{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
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	{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
    }{
    	{1, "SIGHUP", "hangup"},
    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_ppc64.go

    	124: "wrong medium type",
    	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",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_s390x.go

    	124: "wrong medium type",
    	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",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	{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
    	desc string
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go

    	{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
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64le.go

    	124: "wrong medium type",
    	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",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
Back to top