Home
last modified time | relevance | path

Searched refs:__set_errno (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/
H A Dhashtable.c106 __set_errno(EINVAL); in hcreate_r()
147 __set_errno(EINVAL); in hdestroy_r()
218 __set_errno(ESRCH); in hmatch_r()
241 __set_errno(EPERM); in _compare_and_overwrite_entry()
361 __set_errno(ENOMEM); in hsearch_r()
396 __set_errno(EPERM); in hsearch_r()
418 __set_errno(ESRCH); in hsearch_r()
459 __set_errno(ESRCH); in hdelete_r()
468 __set_errno(EPERM); in hdelete_r()
477 __set_errno(EINVAL); in hdelete_r()
[all …]
/openbmc/u-boot/include/
H A Derrno.h13 #define __set_errno(val) do { errno = val; } while (0) macro
H A Dsearch.h19 #define __set_errno(val) do { errno = val; } while (0) macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch56 +#define __set_errno(val) (errno = (val))
135 + __set_errno (EINVAL);
263 + __set_errno (EINVAL);
315 + __set_errno (EINVAL);
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch63 +#define __set_errno(Val) errno = (Val)
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch547 - * dcgettext.c: Define and use __set_errno.
1582 -#ifndef __set_errno
1583 -# define __set_errno(val) errno = (val)
1816 - __set_errno (0);
1822 - __set_errno (0);
1830 - __set_errno (saved_errno);
1884 - __set_errno (saved_errno);
1913 - __set_errno (saved_errno);