Symbol: DECODE_ERROR
crypto/heimdal/lib/roken/base64.c
108
return DECODE_ERROR;
crypto/heimdal/lib/roken/base64.c
114
return DECODE_ERROR;
crypto/heimdal/lib/roken/base64.c
119
return DECODE_ERROR;
crypto/heimdal/lib/roken/base64.c
133
if (val == DECODE_ERROR)
crypto/krb5/src/util/support/base64.c
101
return DECODE_ERROR;
crypto/krb5/src/util/support/base64.c
106
return DECODE_ERROR;
crypto/krb5/src/util/support/base64.c
132
if (val == DECODE_ERROR) {
crypto/krb5/src/util/support/base64.c
97
return DECODE_ERROR;
stand/efi/boot1/boot1.c
121
mod->name, loadersize, DECODE_ERROR(status));
stand/efi/boot1/boot1.c
129
mod->name, DECODE_ERROR(status));
stand/efi/boot1/boot1.c
155
mod->name, DECODE_ERROR(status));
stand/efi/boot1/boot1.c
257
DECODE_ERROR(status));
stand/efi/boot1/proto.c
71
DECODE_ERROR(status));
stand/efi/boot1/proto.c
87
DECODE_ERROR(status));
stand/efi/boot1/ufs_module.c
65
DECODE_ERROR(status));
stand/efi/boot1/zfs_module.c
109
DECODE_ERROR(status));
stand/efi/gptboot/proto.c
102
DECODE_ERROR(status));
stand/efi/gptboot/proto.c
72
DECODE_ERROR(status));
stand/efi/libefi/devpath.c
76
printf("CloseProtocol error: %lu\n", DECODE_ERROR(status));
stand/efi/libefi/efi_driver_utils.c
84
DECODE_ERROR(status));
stand/efi/libefi/eficom.c
514
printf("OpenProtocol: %lu\n", DECODE_ERROR(status));
stand/efi/libefi/efinet.c
126
DECODE_ERROR(status));
stand/efi/libefi/efinet.c
291
nif->nif_unit, DECODE_ERROR(status));
stand/efi/libefi/efinet.c
300
nif->nif_unit, DECODE_ERROR(status));
stand/efi/libefi/efinet.c
309
nif->nif_unit, DECODE_ERROR(status));
stand/efi/libefi/efinet.c
320
nif->nif_unit, DECODE_ERROR(status));
stand/efi/libefi/efipart.c
1037
blk, nblks, DECODE_ERROR(status));
stand/efi/libefi/efipart.c
392
printf("error %lu\n", DECODE_ERROR(status));
stand/efi/libefi/env.c
1052
DECODE_ERROR(err));
stand/efi/libefi/env.c
1088
DECODE_ERROR(err));
stand/efi/libefi/env.c
774
DECODE_ERROR(status));
stand/efi/libefi/env.c
786
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/multiboot2.c
346
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/multiboot2.c
354
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/trap.c
248
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/trap.c
285
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/trap.c
293
DECODE_ERROR(status));
stand/efi/loader/arch/amd64/trap.c
338
"%lu\n", DECODE_ERROR(status));
stand/efi/loader/bootinfo.c
254
DECODE_ERROR(status));
stand/efi/loader/bootinfo.c
269
DECODE_ERROR(status));
stand/efi/loader/bootinfo.c
292
printf("ExitBootServices error %lu\n", DECODE_ERROR(status));
stand/efi/loader/copy.c
110
DECODE_ERROR(status));
stand/efi/loader/copy.c
337
DECODE_ERROR(status));
stand/efi/loader/framebuffer.c
247
printf(" -- error %lu\n", DECODE_ERROR(status));
stand/efi/loader/framebuffer.c
808
mode, DECODE_ERROR(status));
stand/efi/loader/framebuffer.c
911
argv[0], mode, DECODE_ERROR(status));
stand/efi/loader/main.c
2004
printf("StartImage failed (%lu)", DECODE_ERROR(status));