HomeSort by relevance Sort by last modified time
    Searched refs:EAUTH (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_err.c 23 case -EAUTH:
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_bl1_setup.c 34 ((*nv_flags_ptr == -EAUTH) || (*nv_flags_ptr == -ENOENT))))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 159 #define EAUTH 80 /* Authentication error */
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_image_load.c 231 if (e == -EAUTH) {
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 147 #define EAUTH __EAUTH /* 80 Authentication error */
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 330 return -EAUTH;
351 * same error codes if the loading operation failed, or -EAUTH if the
532 return -EAUTH;
552 * same error codes if the loading operation failed, or -EAUTH if the
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_fwu.c 471 return -EAUTH;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 822 #ifdef EAUTH
823 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 821 #ifdef EAUTH
822 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 822 #ifdef EAUTH
823 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error");
  /external/python/cpython3/Modules/
errnomodule.c 881 #ifdef EAUTH
882 inscode(d, ds, de, "EAUTH", EAUTH, "Authentication error");
  /external/valgrind/include/vki/
vki-darwin.h 621 #define VKI_EAUTH EAUTH
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]

Completed in 1145 milliseconds

1 2