Lines Matching defs:ALL
5 * The Regents of the University of California. All rights reserved.
309 #define ALL (E_OPEN|E_CREAT|E_EXEC)
312 { EINTR, ALL, "interrupted" },
314 { EACCES, ALL, "permission denied" },
315 { EIO, ALL, "I/O error" },
316 { EEXIST, ALL, "file exists" },
323 { EISDIR, ALL, "is a directory" },
325 { EMFILE, ALL, "too many open files" },
327 { ENFILE, ALL, "file table overflow" },
328 { ENOSPC, ALL, "file system full" },
330 { EDQUOT, ALL, "disk quota exceeded" },
333 { ENOSR, ALL, "no streams resources" },
335 { ENXIO, ALL, "no such device or address" },
336 { EROFS, ALL, "read-only file system" },
337 { ETXTBSY, ALL, "text busy" },
341 { ENOMEM, ALL, "not enough memory" },
343 { ENOLINK, ALL, "remote access failed" },
346 { EMULTIHOP, ALL, "remote access failed" },
349 { ECOMM, ALL, "remote access failed" },
352 { ESTALE, ALL, "remote access failed" },
355 { ETIMEDOUT, ALL, "remote access failed" },
358 { ELOOP, ALL, "symbolic link loop" },
361 { ENAMETOOLONG, ALL, "file name too long" },