Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 99 for Table1 (0.1 sec)

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

    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    	{1, "EPERM", "operation not permitted"},
    	{2, "ENOENT", "no such file or directory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips.go

    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    	1:    "operation not permitted",
    	2:    "no such file or directory",
    	3:    "no such process",
    	4:    "interrupted system call",
    	5:    "input/output error",
    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. src/syscall/zerrors_linux_mips64.go

    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    	1:    "operation not permitted",
    	2:    "no such file or directory",
    	3:    "no such process",
    	4:    "interrupted system call",
    	5:    "input/output error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mips64le.go

    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    	1:    "operation not permitted",
    	2:    "no such file or directory",
    	3:    "no such process",
    	4:    "interrupted system call",
    	5:    "input/output error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mipsle.go

    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    	1:    "operation not permitted",
    	2:    "no such file or directory",
    	3:    "no such process",
    	4:    "interrupted system call",
    	5:    "input/output error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{48, "ENOTSUP", "operation not supported"},
    	{49, "EDQUOT", "disc quota exceeded"},
    	{50, "EBADE", "bad exchange descriptor"},
    	{51, "EBADR", "bad request descriptor"},
    	{52, "EXFULL", "message tables full"},
    	{53, "ENOANO", "anode table overflow"},
    	{54, "EBADRQC", "bad request code"},
    	{55, "EBADSLT", "invalid slot"},
    	{56, "EDEADLOCK", "file locking deadlock"},
    	{57, "EBFONT", "bad font file format"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    	{1, "EPERM", "operation not permitted"},
    	{2, "ENOENT", "no such file or directory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go

    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    	{1, "EPERM", "operation not permitted"},
    	{2, "ENOENT", "no such file or directory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    	{1, "EPERM", "operation not permitted"},
    	{2, "ENOENT", "no such file or directory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	SIGUSR2   = syscall.Signal(0x1f)
    	SIGVTALRM = syscall.Signal(0x1a)
    	SIGWINCH  = syscall.Signal(0x1c)
    	SIGXCPU   = syscall.Signal(0x18)
    	SIGXFSZ   = syscall.Signal(0x19)
    )
    
    // Error table
    var errorList = [...]struct {
    	num  syscall.Errno
    	name string
    	desc string
    }{
    	{1, "EPERM", "operation not permitted"},
    	{2, "ENOENT", "no such file or directory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top