Lines Matching refs:ALL
5 * The Regents of the University of California. All rights reserved.
290 #define ALL (E_OPEN|E_CREAT|E_EXEC)
293 { EINTR, ALL, "interrupted" },
294 { EACCES, ALL, "permission denied" },
295 { EIO, ALL, "I/O error" },
296 { EEXIST, ALL, "file exists" },
303 { EISDIR, ALL, "is a directory" },
305 { EMFILE, ALL, "too many open files" },
307 { ENFILE, ALL, "file table overflow" },
308 { ENOSPC, ALL, "file system full" },
310 { EDQUOT, ALL, "disk quota exceeded" },
313 { ENOSR, ALL, "no streams resources" },
315 { ENXIO, ALL, "no such device or address" },
316 { EROFS, ALL, "read-only file system" },
317 { ETXTBSY, ALL, "text busy" },
321 { ENOMEM, ALL, "not enough memory" },
323 { ENOLINK, ALL, "remote access failed" },
326 { EMULTIHOP, ALL, "remote access failed" },
329 { ECOMM, ALL, "remote access failed" },
332 { ESTALE, ALL, "remote access failed" },
335 { ETIMEDOUT, ALL, "remote access failed" },
338 { ELOOP, ALL, "symbolic link loop" },