Searched refs:ERRNO_MSG (Results 1 – 1 of 1) sorted by relevance
/u-boot/lib/ |
A D | errno_str.c | 10 #define ERRNO_MSG(errno, msg) msg macro 14 ERRNO_MSG(0, "Success"), 17 ERRNO_MSG(ESRCH, "No such process"), 19 ERRNO_MSG(EIO, "I/O error"), 25 ERRNO_MSG(EAGAIN, "Try again"), 26 ERRNO_MSG(ENOMEM, "Out of memory"), 28 ERRNO_MSG(EFAULT, "Bad address"), 31 ERRNO_MSG(EEXIST, "File exists"), 46 ERRNO_MSG(EPIPE, "Broken pipe"), 69 ERRNO_MSG(ENOANO, "No anode"), [all …]
|
Completed in 4 milliseconds