src/include/errno.h File Reference

Go to the source code of this file.

Defines

#define _ERRNO_H
#define _SIGN
#define _NERROR   70
#define EGENERIC   (_SIGN 99)
#define EPERM   (_SIGN 1)
#define ENOENT   (_SIGN 2)
#define ESRCH   (_SIGN 3)
#define EINTR   (_SIGN 4)
#define EIO   (_SIGN 5)
#define ENXIO   (_SIGN 6)
#define E2BIG   (_SIGN 7)
#define ENOEXEC   (_SIGN 8)
#define EBADF   (_SIGN 9)
#define ECHILD   (_SIGN 10)
#define EAGAIN   (_SIGN 11)
#define ENOMEM   (_SIGN 12)
#define EACCES   (_SIGN 13)
#define EFAULT   (_SIGN 14)
#define ENOTBLK   (_SIGN 15)
#define EBUSY   (_SIGN 16)
#define EEXIST   (_SIGN 17)
#define EXDEV   (_SIGN 18)
#define ENODEV   (_SIGN 19)
#define ENOTDIR   (_SIGN 20)
#define EISDIR   (_SIGN 21)
#define EINVAL   (_SIGN 22)
#define ENFILE   (_SIGN 23)
#define EMFILE   (_SIGN 24)
#define ENOTTY   (_SIGN 25)
#define ETXTBSY   (_SIGN 26)
#define EFBIG   (_SIGN 27)
#define ENOSPC   (_SIGN 28)
#define ESPIPE   (_SIGN 29)
#define EROFS   (_SIGN 30)
#define EMLINK   (_SIGN 31)
#define EPIPE   (_SIGN 32)
#define EDOM   (_SIGN 33)
#define ERANGE   (_SIGN 34)
#define EDEADLK   (_SIGN 35)
#define ENAMETOOLONG   (_SIGN 36)
#define ENOLCK   (_SIGN 37)
#define ENOSYS   (_SIGN 38)
#define ENOTEMPTY   (_SIGN 39)
#define ELOOP   (_SIGN 40)
#define ERESTART   (_SIGN 41)
#define EIDRM   (_SIGN 43)
#define EILSEQ   (_SIGN 44)
#define EPACKSIZE   (_SIGN 50)
#define ENOBUFS   (_SIGN 51)
#define EBADIOCTL   (_SIGN 52)
#define EBADMODE   (_SIGN 53)
#define EWOULDBLOCK   (_SIGN 54)
#define ENETUNREACH   (_SIGN 55)
#define EHOSTUNREACH   (_SIGN 56)
#define EISCONN   (_SIGN 57)
#define EADDRINUSE   (_SIGN 58)
#define ECONNREFUSED   (_SIGN 59)
#define ECONNRESET   (_SIGN 60)
#define ETIMEDOUT   (_SIGN 61)
#define EURG   (_SIGN 62)
#define ENOURG   (_SIGN 63)
#define ENOTCONN   (_SIGN 64)
#define ESHUTDOWN   (_SIGN 65)
#define ENOCONN   (_SIGN 66)
#define EAFNOSUPPORT   (_SIGN 67)
#define EPROTONOSUPPORT   (_SIGN 68)
#define EPROTOTYPE   (_SIGN 69)
#define EINPROGRESS   (_SIGN 70)
#define EADDRNOTAVAIL   (_SIGN 71)
#define EALREADY   (_SIGN 72)
#define EMSGSIZE   (_SIGN 73)
#define ENOTSOCK   (_SIGN 74)
#define ENOPROTOOPT   (_SIGN 75)
#define EOPNOTSUPP   (_SIGN 76)
#define ENOTSUP   EOPNOTSUPP
#define ENETDOWN   (_SIGN 77)
#define ELOCKED   (_SIGN 101)
#define EBADCALL   (_SIGN 102)
#define EBADSRCDST   (_SIGN 103)
#define ECALLDENIED   (_SIGN 104)
#define EDEADSRCDST   (_SIGN 105)
#define ENOTREADY   (_SIGN 106)
#define EBADREQUEST   (_SIGN 107)
#define ESRCDIED   (_SIGN 108)
#define EDSTDIED   (_SIGN 109)
#define ETRAPDENIED   (_SIGN 110)
#define EDONTREPLY   (_SIGN 201)

Variables

int errno


Define Documentation

#define _ERRNO_H

Definition at line 21 of file errno.h.

#define _NERROR   70

Definition at line 34 of file errno.h.

#define _SIGN

Definition at line 28 of file errno.h.

#define E2BIG   (_SIGN 7)

Definition at line 43 of file errno.h.

#define EACCES   (_SIGN 13)

Definition at line 49 of file errno.h.

#define EADDRINUSE   (_SIGN 58)

Definition at line 90 of file errno.h.

#define EADDRNOTAVAIL   (_SIGN 71)

Definition at line 103 of file errno.h.

#define EAFNOSUPPORT   (_SIGN 67)

Definition at line 99 of file errno.h.

#define EAGAIN   (_SIGN 11)

Definition at line 47 of file errno.h.

#define EALREADY   (_SIGN 72)

Definition at line 104 of file errno.h.

#define EBADCALL   (_SIGN 102)

Definition at line 116 of file errno.h.

#define EBADF   (_SIGN 9)

Definition at line 45 of file errno.h.

#define EBADIOCTL   (_SIGN 52)

Definition at line 84 of file errno.h.

#define EBADMODE   (_SIGN 53)

Definition at line 85 of file errno.h.

#define EBADREQUEST   (_SIGN 107)

Definition at line 121 of file errno.h.

#define EBADSRCDST   (_SIGN 103)

Definition at line 117 of file errno.h.

#define EBUSY   (_SIGN 16)

Definition at line 52 of file errno.h.

#define ECALLDENIED   (_SIGN 104)

Definition at line 118 of file errno.h.

#define ECHILD   (_SIGN 10)

Definition at line 46 of file errno.h.

#define ECONNREFUSED   (_SIGN 59)

Definition at line 91 of file errno.h.

#define ECONNRESET   (_SIGN 60)

Definition at line 92 of file errno.h.

#define EDEADLK   (_SIGN 35)

Definition at line 71 of file errno.h.

#define EDEADSRCDST   (_SIGN 105)

Definition at line 119 of file errno.h.

#define EDOM   (_SIGN 33)

Definition at line 69 of file errno.h.

#define EDONTREPLY   (_SIGN 201)

Definition at line 125 of file errno.h.

#define EDSTDIED   (_SIGN 109)

Definition at line 123 of file errno.h.

#define EEXIST   (_SIGN 17)

Definition at line 53 of file errno.h.

#define EFAULT   (_SIGN 14)

Definition at line 50 of file errno.h.

#define EFBIG   (_SIGN 27)

Definition at line 63 of file errno.h.

#define EGENERIC   (_SIGN 99)

Definition at line 36 of file errno.h.

#define EHOSTUNREACH   (_SIGN 56)

Definition at line 88 of file errno.h.

#define EIDRM   (_SIGN 43)

Definition at line 78 of file errno.h.

#define EILSEQ   (_SIGN 44)

Definition at line 79 of file errno.h.

#define EINPROGRESS   (_SIGN 70)

Definition at line 102 of file errno.h.

#define EINTR   (_SIGN 4)

Definition at line 40 of file errno.h.

#define EINVAL   (_SIGN 22)

Definition at line 58 of file errno.h.

#define EIO   (_SIGN 5)

Definition at line 41 of file errno.h.

#define EISCONN   (_SIGN 57)

Definition at line 89 of file errno.h.

#define EISDIR   (_SIGN 21)

Definition at line 57 of file errno.h.

#define ELOCKED   (_SIGN 101)

Definition at line 115 of file errno.h.

#define ELOOP   (_SIGN 40)

Definition at line 76 of file errno.h.

#define EMFILE   (_SIGN 24)

Definition at line 60 of file errno.h.

#define EMLINK   (_SIGN 31)

Definition at line 67 of file errno.h.

#define EMSGSIZE   (_SIGN 73)

Definition at line 105 of file errno.h.

#define ENAMETOOLONG   (_SIGN 36)

Definition at line 72 of file errno.h.

#define ENETDOWN   (_SIGN 77)

Definition at line 110 of file errno.h.

#define ENETUNREACH   (_SIGN 55)

Definition at line 87 of file errno.h.

#define ENFILE   (_SIGN 23)

Definition at line 59 of file errno.h.

#define ENOBUFS   (_SIGN 51)

Definition at line 83 of file errno.h.

#define ENOCONN   (_SIGN 66)

Definition at line 98 of file errno.h.

#define ENODEV   (_SIGN 19)

Definition at line 55 of file errno.h.

#define ENOENT   (_SIGN 2)

Definition at line 38 of file errno.h.

#define ENOEXEC   (_SIGN 8)

Definition at line 44 of file errno.h.

#define ENOLCK   (_SIGN 37)

Definition at line 73 of file errno.h.

#define ENOMEM   (_SIGN 12)

Definition at line 48 of file errno.h.

#define ENOPROTOOPT   (_SIGN 75)

Definition at line 107 of file errno.h.

#define ENOSPC   (_SIGN 28)

Definition at line 64 of file errno.h.

#define ENOSYS   (_SIGN 38)

Definition at line 74 of file errno.h.

#define ENOTBLK   (_SIGN 15)

Definition at line 51 of file errno.h.

#define ENOTCONN   (_SIGN 64)

Definition at line 96 of file errno.h.

#define ENOTDIR   (_SIGN 20)

Definition at line 56 of file errno.h.

#define ENOTEMPTY   (_SIGN 39)

Definition at line 75 of file errno.h.

#define ENOTREADY   (_SIGN 106)

Definition at line 120 of file errno.h.

#define ENOTSOCK   (_SIGN 74)

Definition at line 106 of file errno.h.

#define ENOTSUP   EOPNOTSUPP

Definition at line 109 of file errno.h.

#define ENOTTY   (_SIGN 25)

Definition at line 61 of file errno.h.

#define ENOURG   (_SIGN 63)

Definition at line 95 of file errno.h.

#define ENXIO   (_SIGN 6)

Definition at line 42 of file errno.h.

#define EOPNOTSUPP   (_SIGN 76)

Definition at line 108 of file errno.h.

#define EPACKSIZE   (_SIGN 50)

Definition at line 82 of file errno.h.

#define EPERM   (_SIGN 1)

Definition at line 37 of file errno.h.

#define EPIPE   (_SIGN 32)

Definition at line 68 of file errno.h.

#define EPROTONOSUPPORT   (_SIGN 68)

Definition at line 100 of file errno.h.

#define EPROTOTYPE   (_SIGN 69)

Definition at line 101 of file errno.h.

#define ERANGE   (_SIGN 34)

Definition at line 70 of file errno.h.

#define ERESTART   (_SIGN 41)

Definition at line 77 of file errno.h.

#define EROFS   (_SIGN 30)

Definition at line 66 of file errno.h.

#define ESHUTDOWN   (_SIGN 65)

Definition at line 97 of file errno.h.

#define ESPIPE   (_SIGN 29)

Definition at line 65 of file errno.h.

#define ESRCDIED   (_SIGN 108)

Definition at line 122 of file errno.h.

#define ESRCH   (_SIGN 3)

Definition at line 39 of file errno.h.

#define ETIMEDOUT   (_SIGN 61)

Definition at line 93 of file errno.h.

#define ETRAPDENIED   (_SIGN 110)

Definition at line 124 of file errno.h.

#define ETXTBSY   (_SIGN 26)

Definition at line 62 of file errno.h.

#define EURG   (_SIGN 62)

Definition at line 94 of file errno.h.

#define EWOULDBLOCK   (_SIGN 54)

Definition at line 86 of file errno.h.

#define EXDEV   (_SIGN 18)

Definition at line 54 of file errno.h.


Variable Documentation

int errno

Definition at line 70 of file rcp.c.


Generated on Tue Mar 9 04:36:51 2010 for Minix by  doxygen 1.5.8