Searched refs:EAUTH (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | errno.h | 159 #define EAUTH 80 /* Authentication error */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 147 #define EAUTH __EAUTH /* 80 Authentication error */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 822 #ifdef EAUTH in initerrno() 823 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 822 #ifdef EAUTH in initerrno() 823 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 821 #ifdef EAUTH in initerrno() 822 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error"); in initerrno()
|