Searched refs:errno_str (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/ |
H A D | errno.h | 16 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 D | execveat.c | 44 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 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()
|
H A D | pmic.c | 19 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 141 const char *errno_str(int errno) in errno_str() function
|
H A D | Makefile | 32 obj-$(CONFIG_ERRNO_STR) += errno_str.o
|
H A D | Kconfig | 355 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 D | 0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch | 53 obj-$(CONFIG_ERRNO_STR) += errno_str.o
|