Searched refs:errno_str (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/test/lib/ |
D | test_errno_str.c | 31 msg = errno_str(1); in lib_errno_str() 34 msg = errno_str(0); in lib_errno_str() 37 msg = errno_str(-ENOMEM); in lib_errno_str() 40 msg = errno_str(-99999); in lib_errno_str()
|
/external/u-boot/include/ |
D | errno.h | 23 const char *errno_str(int errno); 27 static inline const char *errno_str(int errno) in errno_str() function
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 42 int expected_errno, const char *errno_str) in _check_execveat_fail() argument 48 fd, path?:"(null)", flags, errno_str); in _check_execveat_fail()
|
/external/u-boot/cmd/ |
D | regulator.c | 20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure() 115 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
|
D | pmic.c | 19 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
|
/external/u-boot/lib/ |
D | errno_str.c | 143 const char *errno_str(int errno) in errno_str() function
|
D | Makefile | 34 obj-$(CONFIG_ERRNO_STR) += errno_str.o
|
D | Kconfig | 448 The function errno_str(int errno), returns a pointer to the errno
|