Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for ENXIO (0.07 sec)

  1. src/syscall/zerrors_openbsd_riscv64.go

    	ENOTDIR         = Errno(0x14)
    	ENOTEMPTY       = Errno(0x42)
    	ENOTRECOVERABLE = Errno(0x5d)
    	ENOTSOCK        = Errno(0x26)
    	ENOTSUP         = Errno(0x5b)
    	ENOTTY          = Errno(0x19)
    	ENXIO           = Errno(0x6)
    	EOPNOTSUPP      = Errno(0x2d)
    	EOVERFLOW       = Errno(0x57)
    	EOWNERDEAD      = Errno(0x5e)
    	EPERM           = Errno(0x1)
    	EPFNOSUPPORT    = Errno(0x2e)
    	EPIPE           = Errno(0x20)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	ENOEXEC     = syscall.Errno(0x8)
    	ENOMEM      = syscall.Errno(0xc)
    	ENOSPC      = syscall.Errno(0x1c)
    	ENOTBLK     = syscall.Errno(0xf)
    	ENOTDIR     = syscall.Errno(0x14)
    	ENOTTY      = syscall.Errno(0x19)
    	ENXIO       = syscall.Errno(0x6)
    	EPERM       = syscall.Errno(0x1)
    	EPIPE       = syscall.Errno(0x20)
    	ERANGE      = syscall.Errno(0x22)
    	EROFS       = syscall.Errno(0x1e)
    	ESPIPE      = syscall.Errno(0x1d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ENOTEMPTY", Const, 0},
    		{"ENOTNAM", Const, 0},
    		{"ENOTRECOVERABLE", Const, 0},
    		{"ENOTSOCK", Const, 0},
    		{"ENOTSUP", Const, 0},
    		{"ENOTTY", Const, 0},
    		{"ENOTUNIQ", Const, 0},
    		{"ENXIO", Const, 0},
    		{"EN_SW_CTL_INF", Const, 1},
    		{"EN_SW_CTL_PREC", Const, 1},
    		{"EN_SW_CTL_ROUND", Const, 1},
    		{"EN_SW_DATACHAIN", Const, 1},
    		{"EN_SW_DENORM", Const, 1},
    		{"EN_SW_INVOP", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top