| /src/contrib/dma/ |
| H A D | base64.c | 91 #define DECODE_ERROR 0xffffffff macro 100 return DECODE_ERROR; in token_decode() 106 return DECODE_ERROR; in token_decode() 111 return DECODE_ERROR; in token_decode() 125 if (val == DECODE_ERROR) in base64_decode()
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | base64.c | 99 #define DECODE_ERROR 0xffffffff macro 108 return DECODE_ERROR; in token_decode() 114 return DECODE_ERROR; in token_decode() 119 return DECODE_ERROR; in token_decode() 133 if (val == DECODE_ERROR) in base64_decode()
|
| /src/crypto/krb5/src/util/support/ |
| H A D | base64.c | 82 #define DECODE_ERROR 0xffffffff macro 97 return DECODE_ERROR; in decode_token() 101 return DECODE_ERROR; in decode_token() 106 return DECODE_ERROR; in decode_token() 132 if (val == DECODE_ERROR) { in k5_base64_decode()
|
| /src/stand/efi/boot1/ |
| H A D | boot1.c | 121 mod->name, loadersize, DECODE_ERROR(status)); in try_boot() 129 mod->name, DECODE_ERROR(status)); in try_boot() 155 mod->name, DECODE_ERROR(status)); in try_boot() 257 DECODE_ERROR(status)); in efi_main()
|
| H A D | proto.c | 71 DECODE_ERROR(status)); in probe_handle() 87 DECODE_ERROR(status)); in probe_handle()
|
| H A D | ufs_module.c | 65 DECODE_ERROR(status)); in dskread()
|
| H A D | zfs_module.c | 109 DECODE_ERROR(status)); in vdev_read()
|
| /src/stand/efi/libefi/ |
| H A D | efinet.c | 126 DECODE_ERROR(status)); in efinet_probe() 291 nif->nif_unit, DECODE_ERROR(status)); in efinet_init() 300 nif->nif_unit, DECODE_ERROR(status)); in efinet_init() 309 nif->nif_unit, DECODE_ERROR(status)); in efinet_init() 320 nif->nif_unit, DECODE_ERROR(status)); in efinet_init()
|
| H A D | efi_driver_utils.c | 84 DECODE_ERROR(status)); in install_driver()
|
| H A D | env.c | 774 DECODE_ERROR(status)); in efi_print_var() 786 DECODE_ERROR(status)); in efi_print_var() 1052 DECODE_ERROR(err)); in command_efi_set() 1088 DECODE_ERROR(err)); in command_efi_unset()
|
| H A D | efipart.c | 392 printf("error %lu\n", DECODE_ERROR(status)); in efipart_inithandles() 1037 blk, nblks, DECODE_ERROR(status)); in efipart_readwrite()
|
| H A D | eficom.c | 514 printf("OpenProtocol: %lu\n", DECODE_ERROR(status)); in comc_port_set()
|
| H A D | devpath.c | 76 printf("CloseProtocol error: %lu\n", DECODE_ERROR(status)); in efi_close_devpath()
|
| /src/stand/efi/loader/arch/amd64/ |
| H A D | trap.c | 218 DECODE_ERROR(status)); in efi_setup_tss() 255 DECODE_ERROR(status)); in efi_redirect_exceptions() 263 DECODE_ERROR(status)); in efi_redirect_exceptions() 308 "%lu\n", DECODE_ERROR(status)); in efi_redirect_exceptions()
|
| H A D | multiboot2.c | 346 DECODE_ERROR(status)); in exec() 354 DECODE_ERROR(status)); in exec()
|
| /src/stand/efi/loader/ |
| H A D | bootinfo.c | 254 DECODE_ERROR(status)); in bi_load_efi_data() 269 DECODE_ERROR(status)); in bi_load_efi_data() 292 printf("ExitBootServices error %lu\n", DECODE_ERROR(status)); in bi_load_efi_data()
|
| H A D | copy.c | 110 DECODE_ERROR(status)); in efi_verify_staging_size() 337 DECODE_ERROR(status)); in efi_copy_init()
|
| H A D | framebuffer.c | 247 printf(" -- error %lu\n", DECODE_ERROR(status)); in efifb_uga_find_pixel() 808 mode, DECODE_ERROR(status)); in gop_autoresize() 911 argv[0], mode, DECODE_ERROR(status)); in command_gop()
|
| H A D | main.c | 1999 printf("StartImage failed (%lu)", DECODE_ERROR(status)); in command_chain()
|
| /src/stand/efi/gptboot/ |
| H A D | proto.c | 72 DECODE_ERROR(status)); in drvread() 102 DECODE_ERROR(status)); in drvwrite()
|
| /src/stand/efi/include/ |
| H A D | efi.h | 51 #define DECODE_ERROR(a) (unsigned long)(a & ~MAX_BIT) macro
|