Home
last modified time | relevance | path

Searched refs:errno_str (Results 1 – 7 of 7) sorted by relevance

/u-boot/test/lib/
A Dtest_errno_str.c31 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()
/u-boot/include/
A Derrno.h23 const char *errno_str(int errno);
27 static inline const char *errno_str(int errno) in errno_str() function
/u-boot/cmd/
A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
A Dpmic.c20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
/u-boot/lib/
A Derrno_str.c143 const char *errno_str(int errno) in errno_str() function
A DMakefile35 obj-$(CONFIG_ERRNO_STR) += errno_str.o
A DKconfig538 The function errno_str(int errno), returns a pointer to the errno

Completed in 12 milliseconds