Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for ENXIO (0.07 sec)

  1. src/syscall/tables_wasip1.go

    	ENOTCONN        Errno = 53
    	ENOTDIR         Errno = 54
    	ENOTEMPTY       Errno = 55
    	ENOTRECOVERABLE Errno = 56
    	ENOTSOCK        Errno = 57
    	ENOTSUP         Errno = 58
    	ENOTTY          Errno = 59
    	ENXIO           Errno = 60
    	EOVERFLOW       Errno = 61
    	EOWNERDEAD      Errno = 62
    	EPERM           Errno = 63
    	EPIPE           Errno = 64
    	EPROTO          Errno = 65
    	EPROTONOSUPPORT Errno = 66
    	EPROTOTYPE      Errno = 67
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 20:58:35 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_windows.go

    	ENOMSG
    	ENONET
    	ENOPKG
    	ENOPROTOOPT
    	ENOSPC
    	ENOSR
    	ENOSTR
    	ENOSYS
    	ENOTBLK
    	ENOTCONN
    	ENOTEMPTY
    	ENOTNAM
    	ENOTRECOVERABLE
    	ENOTSOCK
    	ENOTSUP
    	ENOTTY
    	ENOTUNIQ
    	ENXIO
    	EOPNOTSUPP
    	EOVERFLOW
    	EOWNERDEAD
    	EPERM
    	EPFNOSUPPORT
    	EPIPE
    	EPROTO
    	EPROTONOSUPPORT
    	EPROTOTYPE
    	ERANGE
    	EREMCHG
    	EREMOTE
    	EREMOTEIO
    	ERESTART
    	EROFS
    	ESHUTDOWN
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10K bytes
    - Viewed (0)
  3. src/syscall/tables_js.go

    	}
    	return e
    }
    
    var errnoByCode = map[string]Errno{
    	"EPERM":           EPERM,
    	"ENOENT":          ENOENT,
    	"ESRCH":           ESRCH,
    	"EINTR":           EINTR,
    	"EIO":             EIO,
    	"ENXIO":           ENXIO,
    	"E2BIG":           E2BIG,
    	"ENOEXEC":         ENOEXEC,
    	"EBADF":           EBADF,
    	"ECHILD":          ECHILD,
    	"EAGAIN":          EAGAIN,
    	"ENOMEM":          ENOMEM,
    	"EACCES":          EACCES,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 19.2K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/netlink_linux.go

    	addr := netutils.ParseIPSloppy(address)
    	if addr == nil {
    		return fmt.Errorf("error parse ip address: %s", address)
    	}
    	if err := h.AddrDel(dev, &netlink.Addr{IPNet: netlink.NewIPNet(addr)}); err != nil {
    		if err != unix.ENXIO {
    			return fmt.Errorf("error unbind address: %s from interface: %s, err: %v", address, devName, err)
    		}
    	}
    	return nil
    }
    
    // EnsureDummyDevice is part of interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 30 16:18:49 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	ENOTRECOVERABLE = syscall.Errno(0x5e)
    	ENOTRUST        = syscall.Errno(0x72)
    	ENOTSOCK        = syscall.Errno(0x39)
    	ENOTSUP         = syscall.Errno(0x7c)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x40)
    	EOVERFLOW       = syscall.Errno(0x7f)
    	EOWNERDEAD      = syscall.Errno(0x5f)
    	EPERM           = syscall.Errno(0x1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	ENOTRECOVERABLE = syscall.Errno(0x3b)
    	ENOTSOCK        = syscall.Errno(0x5f)
    	ENOTSUP         = syscall.Errno(0x30)
    	ENOTTY          = syscall.Errno(0x19)
    	ENOTUNIQ        = syscall.Errno(0x50)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x7a)
    	EOVERFLOW       = syscall.Errno(0x4f)
    	EOWNERDEAD      = syscall.Errno(0x3a)
    	EPERM           = syscall.Errno(0x1)
    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_aix_ppc.go

    	ENOTRECOVERABLE = syscall.Errno(0x5e)
    	ENOTRUST        = syscall.Errno(0x72)
    	ENOTSOCK        = syscall.Errno(0x39)
    	ENOTSUP         = syscall.Errno(0x7c)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x40)
    	EOVERFLOW       = syscall.Errno(0x7f)
    	EOWNERDEAD      = syscall.Errno(0x5f)
    	EPERM           = syscall.Errno(0x1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x54)
    	EPERM           = syscall.Errno(0x1)
    	EPFNOSUPPORT    = syscall.Errno(0x2e)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x68)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x66)
    	EOVERFLOW       = syscall.Errno(0x54)
    	EOWNERDEAD      = syscall.Errno(0x69)
    	EPERM           = syscall.Errno(0x1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	ENOTEMPTY       = syscall.Errno(0x42)
    	ENOTRECOVERABLE = syscall.Errno(0x5d)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x5b)
    	ENOTTY          = syscall.Errno(0x19)
    	ENXIO           = syscall.Errno(0x6)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x57)
    	EOWNERDEAD      = syscall.Errno(0x5e)
    	EPERM           = syscall.Errno(0x1)
    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