errno_netbsd.h File Reference

Back to the index.

Macros
errno_netbsd.h File Reference

Go to the source code of this file.

Macros

#define NETBSD_EPERM   1 /* Operation not permitted */
 
#define NETBSD_ENOENT   2 /* No such file or directory */
 
#define NETBSD_ESRCH   3 /* No such process */
 
#define NETBSD_EINTR   4 /* Interrupted system call */
 
#define NETBSD_EIO   5 /* Input/output error */
 
#define NETBSD_ENXIO   6 /* Device not configured */
 
#define NETBSD_E2BIG   7 /* Argument list too long */
 
#define NETBSD_ENOEXEC   8 /* Exec format error */
 
#define NETBSD_EBADF   9 /* Bad file descriptor */
 
#define NETBSD_ECHILD   10 /* No child processes */
 
#define NETBSD_EDEADLK   11 /* Resource deadlock avoided */
 
#define NETBSD_ENOMEM   12 /* Cannot allocate memory */
 
#define NETBSD_EACCES   13 /* Permission denied */
 
#define NETBSD_EFAULT   14 /* Bad address */
 
#define NETBSD_ENOTBLK   15 /* Block device required */
 
#define NETBSD_EBUSY   16 /* Device busy */
 
#define NETBSD_EEXIST   17 /* File exists */
 
#define NETBSD_EXDEV   18 /* Cross-device link */
 
#define NETBSD_ENODEV   19 /* Operation not supported by device */
 
#define NETBSD_ENOTDIR   20 /* Not a directory */
 
#define NETBSD_EISDIR   21 /* Is a directory */
 
#define NETBSD_EINVAL   22 /* Invalid argument */
 
#define NETBSD_ENFILE   23 /* Too many open files in system */
 
#define NETBSD_EMFILE   24 /* Too many open files */
 
#define NETBSD_ENOTTY   25 /* Inappropriate ioctl for device */
 
#define NETBSD_ETXTBSY   26 /* Text file busy */
 
#define NETBSD_EFBIG   27 /* File too large */
 
#define NETBSD_ENOSPC   28 /* No space left on device */
 
#define NETBSD_ESPIPE   29 /* Illegal seek */
 
#define NETBSD_EROFS   30 /* Read-only file system */
 
#define NETBSD_EMLINK   31 /* Too many links */
 
#define NETBSD_EPIPE   32 /* Broken pipe */
 
#define NETBSD_EDOM   33 /* Numerical argument out of domain */
 
#define NETBSD_ERANGE   34 /* Result too large or too small */
 
#define NETBSD_EAGAIN   35 /* Resource temporarily unavailable */
 
#define NETBSD_EWOULDBLOCK   EAGAIN /* Operation would block */
 
#define NETBSD_EINPROGRESS   36 /* Operation now in progress */
 
#define NETBSD_EALREADY   37 /* Operation already in progress */
 
#define NETBSD_ENOTSOCK   38 /* Socket operation on non-socket */
 
#define NETBSD_EDESTADDRREQ   39 /* Destination address required */
 
#define NETBSD_EMSGSIZE   40 /* Message too long */
 
#define NETBSD_EPROTOTYPE   41 /* Protocol wrong type for socket */
 
#define NETBSD_ENOPROTOOPT   42 /* Protocol option not available */
 
#define NETBSD_EPROTONOSUPPORT   43 /* Protocol not supported */
 
#define NETBSD_ESOCKTNOSUPPORT   44 /* Socket type not supported */
 
#define NETBSD_EOPNOTSUPP   45 /* Operation not supported */
 
#define NETBSD_EPFNOSUPPORT   46 /* Protocol family not supported */
 
#define NETBSD_EAFNOSUPPORT   47 /* Address family not supported by protocol family */
 
#define NETBSD_EADDRINUSE   48 /* Address already in use */
 
#define NETBSD_EADDRNOTAVAIL   49 /* Can't assign requested address */
 
#define NETBSD_ENETDOWN   50 /* Network is down */
 
#define NETBSD_ENETUNREACH   51 /* Network is unreachable */
 
#define NETBSD_ENETRESET   52 /* Network dropped connection on reset */
 
#define NETBSD_ECONNABORTED   53 /* Software caused connection abort */
 
#define NETBSD_ECONNRESET   54 /* Connection reset by peer */
 
#define NETBSD_ENOBUFS   55 /* No buffer space available */
 
#define NETBSD_EISCONN   56 /* Socket is already connected */
 
#define NETBSD_ENOTCONN   57 /* Socket is not connected */
 
#define NETBSD_ESHUTDOWN   58 /* Can't send after socket shutdown */
 
#define NETBSD_ETOOMANYREFS   59 /* Too many references: can't splice */
 
#define NETBSD_ETIMEDOUT   60 /* Operation timed out */
 
#define NETBSD_ECONNREFUSED   61 /* Connection refused */
 
#define NETBSD_ELOOP   62 /* Too many levels of symbolic links */
 
#define NETBSD_ENAMETOOLONG   63 /* File name too long */
 
#define NETBSD_EHOSTDOWN   64 /* Host is down */
 
#define NETBSD_EHOSTUNREACH   65 /* No route to host */
 
#define NETBSD_ENOTEMPTY   66 /* Directory not empty */
 
#define NETBSD_EPROCLIM   67 /* Too many processes */
 
#define NETBSD_EUSERS   68 /* Too many users */
 
#define NETBSD_EDQUOT   69 /* Disc quota exceeded */
 
#define NETBSD_ESTALE   70 /* Stale NFS file handle */
 
#define NETBSD_EREMOTE   71 /* Too many levels of remote in path */
 
#define NETBSD_EBADRPC   72 /* RPC struct is bad */
 
#define NETBSD_ERPCMISMATCH   73 /* RPC version wrong */
 
#define NETBSD_EPROGUNAVAIL   74 /* RPC prog. not avail */
 
#define NETBSD_EPROGMISMATCH   75 /* Program version wrong */
 
#define NETBSD_EPROCUNAVAIL   76 /* Bad procedure for program */
 
#define NETBSD_ENOLCK   77 /* No locks available */
 
#define NETBSD_ENOSYS   78 /* Function not implemented */
 
#define NETBSD_EFTYPE   79 /* Inappropriate file type or format */
 
#define NETBSD_EAUTH   80 /* Authentication error */
 
#define NETBSD_ENEEDAUTH   81 /* Need authenticator */
 
#define NETBSD_EIDRM   82 /* Identifier removed */
 
#define NETBSD_ENOMSG   83 /* No message of desired type */
 
#define NETBSD_EOVERFLOW   84 /* Value too large to be stored in data type */
 
#define NETBSD_EILSEQ   85 /* Illegal byte sequence */
 
#define NETBSD_ENOTSUP   86 /* Not supported */
 
#define NETBSD_ECANCELED   87 /* Operation canceled */
 
#define NETBSD_EBADMSG   88 /* Bad or Corrupt message */
 
#define NETBSD_ENODATA   89 /* No message available */
 
#define NETBSD_ENOSR   90 /* No STREAM resources */
 
#define NETBSD_ENOSTR   91 /* Not a STREAM */
 
#define NETBSD_ETIME   92 /* STREAM ioctl timeout */
 
#define NETBSD_ENOATTR   93 /* Attribute not found */
 
#define NETBSD_EMULTIHOP   94 /* Multihop attempted */
 
#define NETBSD_ENOLINK   95 /* Link has been severed */
 
#define NETBSD_EPROTO   96 /* Protocol error */
 
#define NETBSD_ELAST   96 /* Must equal largest errno */
 

Macro Definition Documentation

◆ NETBSD_E2BIG

#define NETBSD_E2BIG   7 /* Argument list too long */

Definition at line 50 of file errno_netbsd.h.

◆ NETBSD_EACCES

#define NETBSD_EACCES   13 /* Permission denied */

Definition at line 57 of file errno_netbsd.h.

◆ NETBSD_EADDRINUSE

#define NETBSD_EADDRINUSE   48 /* Address already in use */

Definition at line 99 of file errno_netbsd.h.

◆ NETBSD_EADDRNOTAVAIL

#define NETBSD_EADDRNOTAVAIL   49 /* Can't assign requested address */

Definition at line 100 of file errno_netbsd.h.

◆ NETBSD_EAFNOSUPPORT

#define NETBSD_EAFNOSUPPORT   47 /* Address family not supported by protocol family */

Definition at line 98 of file errno_netbsd.h.

◆ NETBSD_EAGAIN

#define NETBSD_EAGAIN   35 /* Resource temporarily unavailable */

Definition at line 83 of file errno_netbsd.h.

◆ NETBSD_EALREADY

#define NETBSD_EALREADY   37 /* Operation already in progress */

Definition at line 86 of file errno_netbsd.h.

◆ NETBSD_EAUTH

#define NETBSD_EAUTH   80 /* Authentication error */

Definition at line 142 of file errno_netbsd.h.

◆ NETBSD_EBADF

#define NETBSD_EBADF   9 /* Bad file descriptor */

Definition at line 52 of file errno_netbsd.h.

◆ NETBSD_EBADMSG

#define NETBSD_EBADMSG   88 /* Bad or Corrupt message */

Definition at line 161 of file errno_netbsd.h.

◆ NETBSD_EBADRPC

#define NETBSD_EBADRPC   72 /* RPC struct is bad */

Definition at line 132 of file errno_netbsd.h.

◆ NETBSD_EBUSY

#define NETBSD_EBUSY   16 /* Device busy */

Definition at line 60 of file errno_netbsd.h.

◆ NETBSD_ECANCELED

#define NETBSD_ECANCELED   87 /* Operation canceled */

Definition at line 158 of file errno_netbsd.h.

◆ NETBSD_ECHILD

#define NETBSD_ECHILD   10 /* No child processes */

Definition at line 53 of file errno_netbsd.h.

◆ NETBSD_ECONNABORTED

#define NETBSD_ECONNABORTED   53 /* Software caused connection abort */

Definition at line 106 of file errno_netbsd.h.

◆ NETBSD_ECONNREFUSED

#define NETBSD_ECONNREFUSED   61 /* Connection refused */

Definition at line 114 of file errno_netbsd.h.

◆ NETBSD_ECONNRESET

#define NETBSD_ECONNRESET   54 /* Connection reset by peer */

Definition at line 107 of file errno_netbsd.h.

◆ NETBSD_EDEADLK

#define NETBSD_EDEADLK   11 /* Resource deadlock avoided */

Definition at line 54 of file errno_netbsd.h.

◆ NETBSD_EDESTADDRREQ

#define NETBSD_EDESTADDRREQ   39 /* Destination address required */

Definition at line 90 of file errno_netbsd.h.

◆ NETBSD_EDOM

#define NETBSD_EDOM   33 /* Numerical argument out of domain */

Definition at line 79 of file errno_netbsd.h.

◆ NETBSD_EDQUOT

#define NETBSD_EDQUOT   69 /* Disc quota exceeded */

Definition at line 127 of file errno_netbsd.h.

◆ NETBSD_EEXIST

#define NETBSD_EEXIST   17 /* File exists */

Definition at line 61 of file errno_netbsd.h.

◆ NETBSD_EFAULT

#define NETBSD_EFAULT   14 /* Bad address */

Definition at line 58 of file errno_netbsd.h.

◆ NETBSD_EFBIG

#define NETBSD_EFBIG   27 /* File too large */

Definition at line 71 of file errno_netbsd.h.

◆ NETBSD_EFTYPE

#define NETBSD_EFTYPE   79 /* Inappropriate file type or format */

Definition at line 141 of file errno_netbsd.h.

◆ NETBSD_EHOSTDOWN

#define NETBSD_EHOSTDOWN   64 /* Host is down */

Definition at line 120 of file errno_netbsd.h.

◆ NETBSD_EHOSTUNREACH

#define NETBSD_EHOSTUNREACH   65 /* No route to host */

Definition at line 121 of file errno_netbsd.h.

◆ NETBSD_EIDRM

#define NETBSD_EIDRM   82 /* Identifier removed */

Definition at line 146 of file errno_netbsd.h.

◆ NETBSD_EILSEQ

#define NETBSD_EILSEQ   85 /* Illegal byte sequence */

Definition at line 151 of file errno_netbsd.h.

◆ NETBSD_EINPROGRESS

#define NETBSD_EINPROGRESS   36 /* Operation now in progress */

Definition at line 85 of file errno_netbsd.h.

◆ NETBSD_EINTR

#define NETBSD_EINTR   4 /* Interrupted system call */

Definition at line 47 of file errno_netbsd.h.

◆ NETBSD_EINVAL

#define NETBSD_EINVAL   22 /* Invalid argument */

Definition at line 66 of file errno_netbsd.h.

◆ NETBSD_EIO

#define NETBSD_EIO   5 /* Input/output error */

Definition at line 48 of file errno_netbsd.h.

◆ NETBSD_EISCONN

#define NETBSD_EISCONN   56 /* Socket is already connected */

Definition at line 109 of file errno_netbsd.h.

◆ NETBSD_EISDIR

#define NETBSD_EISDIR   21 /* Is a directory */

Definition at line 65 of file errno_netbsd.h.

◆ NETBSD_ELAST

#define NETBSD_ELAST   96 /* Must equal largest errno */

Definition at line 177 of file errno_netbsd.h.

◆ NETBSD_ELOOP

#define NETBSD_ELOOP   62 /* Too many levels of symbolic links */

Definition at line 116 of file errno_netbsd.h.

◆ NETBSD_EMFILE

#define NETBSD_EMFILE   24 /* Too many open files */

Definition at line 68 of file errno_netbsd.h.

◆ NETBSD_EMLINK

#define NETBSD_EMLINK   31 /* Too many links */

Definition at line 75 of file errno_netbsd.h.

◆ NETBSD_EMSGSIZE

#define NETBSD_EMSGSIZE   40 /* Message too long */

Definition at line 91 of file errno_netbsd.h.

◆ NETBSD_EMULTIHOP

#define NETBSD_EMULTIHOP   94 /* Multihop attempted */

Definition at line 173 of file errno_netbsd.h.

◆ NETBSD_ENAMETOOLONG

#define NETBSD_ENAMETOOLONG   63 /* File name too long */

Definition at line 117 of file errno_netbsd.h.

◆ NETBSD_ENEEDAUTH

#define NETBSD_ENEEDAUTH   81 /* Need authenticator */

Definition at line 143 of file errno_netbsd.h.

◆ NETBSD_ENETDOWN

#define NETBSD_ENETDOWN   50 /* Network is down */

Definition at line 103 of file errno_netbsd.h.

◆ NETBSD_ENETRESET

#define NETBSD_ENETRESET   52 /* Network dropped connection on reset */

Definition at line 105 of file errno_netbsd.h.

◆ NETBSD_ENETUNREACH

#define NETBSD_ENETUNREACH   51 /* Network is unreachable */

Definition at line 104 of file errno_netbsd.h.

◆ NETBSD_ENFILE

#define NETBSD_ENFILE   23 /* Too many open files in system */

Definition at line 67 of file errno_netbsd.h.

◆ NETBSD_ENOATTR

#define NETBSD_ENOATTR   93 /* Attribute not found */

Definition at line 170 of file errno_netbsd.h.

◆ NETBSD_ENOBUFS

#define NETBSD_ENOBUFS   55 /* No buffer space available */

Definition at line 108 of file errno_netbsd.h.

◆ NETBSD_ENODATA

#define NETBSD_ENODATA   89 /* No message available */

Definition at line 164 of file errno_netbsd.h.

◆ NETBSD_ENODEV

#define NETBSD_ENODEV   19 /* Operation not supported by device */

Definition at line 63 of file errno_netbsd.h.

◆ NETBSD_ENOENT

#define NETBSD_ENOENT   2 /* No such file or directory */

Definition at line 45 of file errno_netbsd.h.

◆ NETBSD_ENOEXEC

#define NETBSD_ENOEXEC   8 /* Exec format error */

Definition at line 51 of file errno_netbsd.h.

◆ NETBSD_ENOLCK

#define NETBSD_ENOLCK   77 /* No locks available */

Definition at line 138 of file errno_netbsd.h.

◆ NETBSD_ENOLINK

#define NETBSD_ENOLINK   95 /* Link has been severed */

Definition at line 174 of file errno_netbsd.h.

◆ NETBSD_ENOMEM

#define NETBSD_ENOMEM   12 /* Cannot allocate memory */

Definition at line 56 of file errno_netbsd.h.

◆ NETBSD_ENOMSG

#define NETBSD_ENOMSG   83 /* No message of desired type */

Definition at line 147 of file errno_netbsd.h.

◆ NETBSD_ENOPROTOOPT

#define NETBSD_ENOPROTOOPT   42 /* Protocol option not available */

Definition at line 93 of file errno_netbsd.h.

◆ NETBSD_ENOSPC

#define NETBSD_ENOSPC   28 /* No space left on device */

Definition at line 72 of file errno_netbsd.h.

◆ NETBSD_ENOSR

#define NETBSD_ENOSR   90 /* No STREAM resources */

Definition at line 165 of file errno_netbsd.h.

◆ NETBSD_ENOSTR

#define NETBSD_ENOSTR   91 /* Not a STREAM */

Definition at line 166 of file errno_netbsd.h.

◆ NETBSD_ENOSYS

#define NETBSD_ENOSYS   78 /* Function not implemented */

Definition at line 139 of file errno_netbsd.h.

◆ NETBSD_ENOTBLK

#define NETBSD_ENOTBLK   15 /* Block device required */

Definition at line 59 of file errno_netbsd.h.

◆ NETBSD_ENOTCONN

#define NETBSD_ENOTCONN   57 /* Socket is not connected */

Definition at line 110 of file errno_netbsd.h.

◆ NETBSD_ENOTDIR

#define NETBSD_ENOTDIR   20 /* Not a directory */

Definition at line 64 of file errno_netbsd.h.

◆ NETBSD_ENOTEMPTY

#define NETBSD_ENOTEMPTY   66 /* Directory not empty */

Definition at line 122 of file errno_netbsd.h.

◆ NETBSD_ENOTSOCK

#define NETBSD_ENOTSOCK   38 /* Socket operation on non-socket */

Definition at line 89 of file errno_netbsd.h.

◆ NETBSD_ENOTSUP

#define NETBSD_ENOTSUP   86 /* Not supported */

Definition at line 155 of file errno_netbsd.h.

◆ NETBSD_ENOTTY

#define NETBSD_ENOTTY   25 /* Inappropriate ioctl for device */

Definition at line 69 of file errno_netbsd.h.

◆ NETBSD_ENXIO

#define NETBSD_ENXIO   6 /* Device not configured */

Definition at line 49 of file errno_netbsd.h.

◆ NETBSD_EOPNOTSUPP

#define NETBSD_EOPNOTSUPP   45 /* Operation not supported */

Definition at line 96 of file errno_netbsd.h.

◆ NETBSD_EOVERFLOW

#define NETBSD_EOVERFLOW   84 /* Value too large to be stored in data type */

Definition at line 148 of file errno_netbsd.h.

◆ NETBSD_EPERM

#define NETBSD_EPERM   1 /* Operation not permitted */

Definition at line 44 of file errno_netbsd.h.

◆ NETBSD_EPFNOSUPPORT

#define NETBSD_EPFNOSUPPORT   46 /* Protocol family not supported */

Definition at line 97 of file errno_netbsd.h.

◆ NETBSD_EPIPE

#define NETBSD_EPIPE   32 /* Broken pipe */

Definition at line 76 of file errno_netbsd.h.

◆ NETBSD_EPROCLIM

#define NETBSD_EPROCLIM   67 /* Too many processes */

Definition at line 125 of file errno_netbsd.h.

◆ NETBSD_EPROCUNAVAIL

#define NETBSD_EPROCUNAVAIL   76 /* Bad procedure for program */

Definition at line 136 of file errno_netbsd.h.

◆ NETBSD_EPROGMISMATCH

#define NETBSD_EPROGMISMATCH   75 /* Program version wrong */

Definition at line 135 of file errno_netbsd.h.

◆ NETBSD_EPROGUNAVAIL

#define NETBSD_EPROGUNAVAIL   74 /* RPC prog. not avail */

Definition at line 134 of file errno_netbsd.h.

◆ NETBSD_EPROTO

#define NETBSD_EPROTO   96 /* Protocol error */

Definition at line 175 of file errno_netbsd.h.

◆ NETBSD_EPROTONOSUPPORT

#define NETBSD_EPROTONOSUPPORT   43 /* Protocol not supported */

Definition at line 94 of file errno_netbsd.h.

◆ NETBSD_EPROTOTYPE

#define NETBSD_EPROTOTYPE   41 /* Protocol wrong type for socket */

Definition at line 92 of file errno_netbsd.h.

◆ NETBSD_ERANGE

#define NETBSD_ERANGE   34 /* Result too large or too small */

Definition at line 80 of file errno_netbsd.h.

◆ NETBSD_EREMOTE

#define NETBSD_EREMOTE   71 /* Too many levels of remote in path */

Definition at line 131 of file errno_netbsd.h.

◆ NETBSD_EROFS

#define NETBSD_EROFS   30 /* Read-only file system */

Definition at line 74 of file errno_netbsd.h.

◆ NETBSD_ERPCMISMATCH

#define NETBSD_ERPCMISMATCH   73 /* RPC version wrong */

Definition at line 133 of file errno_netbsd.h.

◆ NETBSD_ESHUTDOWN

#define NETBSD_ESHUTDOWN   58 /* Can't send after socket shutdown */

Definition at line 111 of file errno_netbsd.h.

◆ NETBSD_ESOCKTNOSUPPORT

#define NETBSD_ESOCKTNOSUPPORT   44 /* Socket type not supported */

Definition at line 95 of file errno_netbsd.h.

◆ NETBSD_ESPIPE

#define NETBSD_ESPIPE   29 /* Illegal seek */

Definition at line 73 of file errno_netbsd.h.

◆ NETBSD_ESRCH

#define NETBSD_ESRCH   3 /* No such process */

Definition at line 46 of file errno_netbsd.h.

◆ NETBSD_ESTALE

#define NETBSD_ESTALE   70 /* Stale NFS file handle */

Definition at line 130 of file errno_netbsd.h.

◆ NETBSD_ETIME

#define NETBSD_ETIME   92 /* STREAM ioctl timeout */

Definition at line 167 of file errno_netbsd.h.

◆ NETBSD_ETIMEDOUT

#define NETBSD_ETIMEDOUT   60 /* Operation timed out */

Definition at line 113 of file errno_netbsd.h.

◆ NETBSD_ETOOMANYREFS

#define NETBSD_ETOOMANYREFS   59 /* Too many references: can't splice */

Definition at line 112 of file errno_netbsd.h.

◆ NETBSD_ETXTBSY

#define NETBSD_ETXTBSY   26 /* Text file busy */

Definition at line 70 of file errno_netbsd.h.

◆ NETBSD_EUSERS

#define NETBSD_EUSERS   68 /* Too many users */

Definition at line 126 of file errno_netbsd.h.

◆ NETBSD_EWOULDBLOCK

#define NETBSD_EWOULDBLOCK   EAGAIN /* Operation would block */

Definition at line 84 of file errno_netbsd.h.

◆ NETBSD_EXDEV

#define NETBSD_EXDEV   18 /* Cross-device link */

Definition at line 62 of file errno_netbsd.h.


Generated on Tue Aug 25 2020 19:25:06 for GXemul by doxygen 1.8.18