Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Derrno.h16 const char *errno_str(int errno);
18 static inline const char *errno_str(int errno) in errno_str() function
/openbmc/linux/tools/testing/selftests/exec/
H A Dexecveat.c44 int expected_errno, const char *errno_str) in _check_execveat_fail() argument
50 fd, path?:"(null)", flags, errno_str); in _check_execveat_fail()
/openbmc/u-boot/cmd/
H A Dregulator.c20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
115 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
H A Dpmic.c19 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
/openbmc/u-boot/lib/
H A Derrno_str.c141 const char *errno_str(int errno) in errno_str() function
H A DMakefile32 obj-$(CONFIG_ERRNO_STR) += errno_str.o
H A DKconfig355 The function errno_str(int errno), returns a pointer to the errno
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch53 obj-$(CONFIG_ERRNO_STR) += errno_str.o