• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/

Lines Matching refs:ERRSTR

88 #define	ERRSTR(v, s) do {						\
92 ERRSTR(0, "Undefined error: 0");
93 ERRSTR(EPERM, "Operation not permitted");
94 ERRSTR(ENOENT, "No such file or directory");
95 ERRSTR(ESRCH, "No such process");
96 ERRSTR(EINTR, "Interrupted system call");
97 ERRSTR(EIO, "Input/output error");
98 ERRSTR(ENXIO, "Device not configured");
99 ERRSTR(E2BIG, "Argument list too long");
100 ERRSTR(ENOEXEC, "Exec format error");
101 ERRSTR(EBADF, "Bad file descriptor");
102 ERRSTR(ECHILD, "No child processes");
103 ERRSTR(EDEADLK, "Resource deadlock avoided");
104 ERRSTR(ENOMEM, "Cannot allocate memory");
105 ERRSTR(EACCES, "Permission denied");
106 ERRSTR(EFAULT, "Bad address");
107 ERRSTR(ENOTBLK, "Block device required");
108 ERRSTR(EBUSY, "Device busy");
109 ERRSTR(EEXIST, "File exists");
110 ERRSTR(EXDEV, "Cross-device link");
111 ERRSTR(ENODEV, "Operation not supported by device");
112 ERRSTR(ENOTDIR, "Not a directory");
113 ERRSTR(EISDIR, "Is a directory");
114 ERRSTR(EINVAL, "Invalid argument");
115 ERRSTR(ENFILE, "Too many open files in system");
116 ERRSTR(EMFILE, "Too many open files");
117 ERRSTR(ENOTTY, "Inappropriate ioctl for device");
118 ERRSTR(ETXTBSY, "Text file busy");
119 ERRSTR(EFBIG, "File too large");
120 ERRSTR(ENOSPC, "No space left on device");
121 ERRSTR(ESPIPE, "Illegal seek");
122 ERRSTR(EROFS, "Read-only file system");
123 ERRSTR(EMLINK, "Too many links");
124 ERRSTR(EPIPE, "Broken pipe");
127 ERRSTR(EDOM, "Numerical argument out of domain");
128 ERRSTR(ERANGE, "Result too large");
131 ERRSTR(EAGAIN, "Resource temporarily unavailable");
132 ERRSTR(EWOULDBLOCK, "Resource temporarily unavailable");
133 ERRSTR(EINPROGRESS, "Operation now in progress");
134 ERRSTR(EALREADY, "Operation already in progress");
137 ERRSTR(ENOTSOCK, "Socket operation on non-socket");
138 ERRSTR(EDESTADDRREQ, "Destination address required");
139 ERRSTR(EMSGSIZE, "Message too long");
140 ERRSTR(EPROTOTYPE, "Protocol wrong type for socket");
141 ERRSTR(ENOPROTOOPT, "Protocol not available");
142 ERRSTR(EPROTONOSUPPORT, "Protocol not supported");
143 ERRSTR(ESOCKTNOSUPPORT, "Socket type not supported");
144 ERRSTR(EOPNOTSUPP, "Operation not supported");
145 ERRSTR(EPFNOSUPPORT, "Protocol family not supported");
146 ERRSTR(EAFNOSUPPORT, "Address family not supported by protocol family");
147 ERRSTR(EADDRINUSE, "Address already in use");
148 ERRSTR(EADDRNOTAVAIL, "Can't assign requested address");
151 ERRSTR(ENETDOWN, "Network is down");
152 ERRSTR(ENETUNREACH, "Network is unreachable");
153 ERRSTR(ENETRESET, "Network dropped connection on reset");
154 ERRSTR(ECONNABORTED, "Software caused connection abort");
155 ERRSTR(ECONNRESET, "Connection reset by peer");
156 ERRSTR(ENOBUFS, "No buffer space available");
157 ERRSTR(EISCONN, "Socket is already connected");
158 ERRSTR(ENOTCONN, "Socket is not connected");
159 ERRSTR(ESHUTDOWN, "Can't send after socket shutdown");
160 ERRSTR(ETOOMANYREFS, "Too many references: can't splice");
161 ERRSTR(ETIMEDOUT, "Operation timed out");
162 ERRSTR(ECONNREFUSED, "Connection refused");
164 ERRSTR(ELOOP, "Too many levels of symbolic links");
165 ERRSTR(ENAMETOOLONG, "File name too long");
168 ERRSTR(EHOSTDOWN, "Host is down");
169 ERRSTR(EHOSTUNREACH, "No route to host");
170 ERRSTR(ENOTEMPTY, "Directory not empty");
173 ERRSTR(EPROCLIM, "Too many processes");
174 ERRSTR(EUSERS, "Too many users");
175 ERRSTR(EDQUOT, "Disc quota exceeded");
178 ERRSTR(ESTALE, "Stale NFS file handle");
179 ERRSTR(EREMOTE, "Too many levels of remote in path");
180 ERRSTR(EBADRPC, "RPC struct is bad");
181 ERRSTR(ERPCMISMATCH, "RPC version wrong");
182 ERRSTR(EPROGUNAVAIL, "RPC prog. not avail");
183 ERRSTR(EPROGMISMATCH, "Program version wrong");
184 ERRSTR(EPROCUNAVAIL, "Bad procedure for program");
186 ERRSTR(ENOLCK, "No locks available");
187 ERRSTR(ENOSYS, "Function not implemented");
188 ERRSTR(EFTYPE, "Inappropriate file type or format");
190 ERRSTR(EAUTH, "Authentication error");
193 ERRSTR(ENEEDAUTH, "Need authenticator");
195 ERRSTR(EIDRM, "Identifier removed");
196 ERRSTR(ENOMSG, "No message of desired type");
198 ERRSTR(EOVERFLOW, "Value too large to be stored in data type");
200 ERRSTR(ECANCELED, "Operation canceled");
201 ERRSTR(EILSEQ, "Illegal byte sequence");
203 ERRSTR(ENOATTR, "Attribute not found");
208 ERRSTR(EDOOFUS, "Programming error");
212 ERRSTR(EBADMSG, "Bad message");
215 ERRSTR(EMULTIHOP, "Multihop attempted");
218 ERRSTR(ENOLINK, "Link has been severed");
221 ERRSTR(EPROTO, "Protocol error");