Searched refs:ERRNO_MSG (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | errno_str.c | 10 #define ERRNO_MSG(errno, msg) msg macro 14 ERRNO_MSG(0, "Success"), 15 ERRNO_MSG(EPERM, "Operation not permitted"), 16 ERRNO_MSG(ENOENT, "No such file or directory"), 17 ERRNO_MSG(ESRCH, "No such process"), 18 ERRNO_MSG(EINTR, "Interrupted system call"), 19 ERRNO_MSG(EIO, "I/O error"), 20 ERRNO_MSG(ENXIO, "No such device or address"), 21 ERRNO_MSG(E2BIG, "Argument list too long"), 22 ERRNO_MSG(ENOEXEC, "Exec format error"), [all …]
|