| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 63 .long serror |$01-5 fint ERROR 64 .long serror |$01-6 fint ERROR 65 .long serror |$01-7 fint ERROR 72 .long serror |$02-5 fsinh ERROR 73 .long serror |$02-6 fsinh ERROR 74 .long serror |$02-7 fsinh ERROR 81 .long serror |$03-5 fintrz ERROR 82 .long serror |$03-6 fintrz ERROR 83 .long serror |$03-7 fintrz ERROR 85 .long serror |$04-0 ERROR - illegal extension [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 39 #define ERROR -1 macro 108 return ERROR; in GraphicBuffer_Fill() 120 return ERROR; in GraphicBuffer_Fill() 127 return ERROR; in GraphicBuffer_Fill() 139 return ERROR; in AHardwareBuffer_Init() 154 if(ERROR == GraphicBuffer_Fill(gbuffer, flag, index)) { in AHardwareBuffer_Fill() 156 return ERROR; in AHardwareBuffer_Fill() 223 return ERROR; in main() 230 if(ERROR == AHardwareBuffer_Init(SRC_WIDTH, SRC_HEIGHT, SRC_FORMAT, &src_buf)) { in main() 232 return ERROR; in main() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tunnel_kern.c | 24 #define ERROR(ret) do {\ macro 60 ERROR(ret); in _gre_set_tunnel() 76 ERROR(ret); in _gre_get_tunnel() 101 ERROR(ret); in _ip6gretap_set_tunnel() 118 ERROR(ret); in _ip6gretap_get_tunnel() 144 ERROR(ret); in _erspan_set_tunnel() 164 ERROR(ret); in _erspan_set_tunnel() 182 ERROR(ret); in _erspan_get_tunnel() 188 ERROR(ret); in _erspan_get_tunnel() 228 ERROR(ret); in _ip4ip6erspan_set_tunnel() [all …]
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | entropy_common.c | 73 return ERROR(srcSize_wrong); in FSE_readNCount() 77 return ERROR(tableLog_tooLarge); in FSE_readNCount() 106 return ERROR(maxSymbolValue_tooSmall); in FSE_readNCount() 151 return ERROR(corruption_detected); in FSE_readNCount() 153 return ERROR(corruption_detected); in FSE_readNCount() 175 return ERROR(srcSize_wrong); in HUF_readStats_wksp() 183 return ERROR(srcSize_wrong); in HUF_readStats_wksp() 185 return ERROR(corruption_detected); in HUF_readStats_wksp() 196 return ERROR(srcSize_wrong); in HUF_readStats_wksp() 209 return ERROR(corruption_detected); in HUF_readStats_wksp() [all …]
|
| H A D | decompress.c | 192 return ERROR(srcSize_wrong); in ZSTD_frameHeaderSize() 222 return ERROR(prefix_unknown); in ZSTD_getFrameParams() 244 return ERROR(frameParameter_unsupported); /* reserved bits, which must be zero */ in ZSTD_getFrameParams() 249 return ERROR(frameParameter_windowTooLarge); /* avoids issue with 1 << windowLog */ in ZSTD_getFrameParams() 283 return ERROR(frameParameter_windowTooLarge); in ZSTD_getFrameParams() 329 return ERROR(srcSize_wrong); in ZSTD_findDecompressedSize() 378 return ERROR(srcSize_wrong); /* headerSize too small */ in ZSTD_decodeFrameHeader() 380 return ERROR(dictionary_wrong); in ZSTD_decodeFrameHeader() 397 return ERROR(srcSize_wrong); in ZSTD_getcBlockSize() 407 return ERROR(corruption_detected); in ZSTD_getcBlockSize() [all …]
|
| H A D | huf_decompress.c | 108 return ERROR(tableLog_tooLarge); in HUF_readDTableX2_wksp() 123 return ERROR(tableLog_tooLarge); /* DTable too small, Huffman tree cannot fit in */ in HUF_readDTableX2_wksp() 219 return ERROR(corruption_detected); in HUF_decompress1X2_usingDTable_internal() 228 return ERROR(GENERIC); in HUF_decompress1X2_usingDTable() 240 return ERROR(srcSize_wrong); in HUF_decompress1X2_DCtx_wksp() 251 return ERROR(corruption_detected); /* strict minimum : jump table + 1 byte per stream */ in HUF_decompress4X2_usingDTable_internal() 286 return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X2_usingDTable_internal() 332 return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable_internal() 334 return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable_internal() 336 return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable_internal() [all …]
|
| H A D | fse_decompress.c | 100 return ERROR(tableLog_tooLarge); in FSE_buildDTable_wksp() 102 return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_wksp() 104 return ERROR(tableLog_tooLarge); in FSE_buildDTable_wksp() 143 …return ERROR(GENERIC); /* position must reach all cells once, otherwise normalizedCounter is incor… in FSE_buildDTable_wksp() 193 return ERROR(GENERIC); /* min size */ in FSE_buildDTable_raw() 256 return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic() 264 return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic() 307 return ERROR(tableLog_tooLarge); in FSE_decompress_wksp() 318 return ERROR(tableLog_tooLarge); in FSE_decompress_wksp()
|
| H A D | fse_compress.c | 113 return ERROR(tableLog_tooLarge); in FSE_buildCTable_wksp() 154 return ERROR(GENERIC); /* Must have gone through all positions */ in FSE_buildCTable_wksp() 238 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic() 253 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic() 273 return ERROR(GENERIC); in FSE_writeNCount_generic() 279 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic() 290 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic() 296 return ERROR(GENERIC); in FSE_writeNCount_generic() 304 return ERROR(tableLog_tooLarge); /* Unsupported */ in FSE_writeNCount() 306 return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-parser.y | 16 #define ERROR(loc, ...) \ macro 124 ERROR(&@2, "Header flags don't match earlier ones"); 171 ERROR(&@2, "Label or path %s not found", $1); 185 ERROR(&@3, "Label or path %s not found", $3); 203 ERROR(&@2, "Label or path %s not found", $2); 222 ERROR(&@2, "Label or path %s not found", $2); 233 ERROR(&@3, "Label or path %s not found", $3); 245 ERROR(&@3, "Label or path %s not found", $3); 369 ERROR(&@2, "Array elements must be" 395 ERROR(&@2, "Value out of range for" [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 855 if (wcreceive(0, NULL)==ERROR) { in zmodem_rx() 919 if (c == ERROR) { in wcreceive() 943 if (wcrxpn(&zi,secbuf)== ERROR) { in wcreceive() 951 if (procheader(secbuf, &zi) == ERROR) { in wcreceive() 962 if (wcrx(&zi)==ERROR) { in wcreceive() 1035 return ERROR; in wcreceive() 1037 if (wcrx(&zi)==ERROR) { in wcreceive() 1074 pclose(fout); return ERROR; in wcreceive() 1084 return ERROR; in wcreceive() 1121 return ERROR; in wcrxpn() [all …]
|
| H A D | zm.c | 149 return ERROR; in zgeth1() 156 return ERROR; in zgeth1() 245 return ERROR; in zdlread2() 574 return ERROR; in zrdata() 597 return ERROR; in zrdata() 634 return ERROR; in zrdat32() 656 return ERROR; in zrdat32() 696 c = ERROR; in zgethdr() 713 return(ERROR); in zgethdr() 770 case ERROR: in zgethdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | pcie.c | 213 mwifiex_dbg(adapter, ERROR, "failed to map pci memory!\n"); in mwifiex_map_pci_memory() 319 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_suspend() 671 mwifiex_dbg(adapter, ERROR, in mwifiex_pm_wakeup_card() 711 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_disable_host_int() 738 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_enable_host_int() 795 mwifiex_dbg(adapter, ERROR, in mwifiex_init_rxq_ring() 852 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_init_evt_ring() 1023 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring() 1089 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring() 1154 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring() [all …]
|
| H A D | sdio.c | 691 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_sync() 881 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_suspend() 1098 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card() 1102 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card() 1198 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data() 1231 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_status() 1266 mwifiex_dbg(adapter, ERROR, "read mp_regs failed\n"); in mwifiex_interrupt_status() 1331 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int() 1340 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int() 1361 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host() [all …]
|
| H A D | cfg80211.c | 164 mwifiex_dbg(priv->adapter, ERROR, "deleting the crypto keys\n"); in mwifiex_cfg80211_del_key() 221 mwifiex_dbg(priv->adapter, ERROR, "invalid buffer and length\n"); in mwifiex_cfg80211_mgmt_tx() 241 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_mgmt_tx() 302 mwifiex_dbg(priv->adapter, ERROR, "Invalid parameter for ROC\n"); in mwifiex_cfg80211_remain_on_channel() 459 mwifiex_dbg(priv->adapter, ERROR, "set default Tx key index\n"); in mwifiex_cfg80211_set_default_key() 496 mwifiex_dbg(priv->adapter, ERROR, "crypto keys added\n"); in mwifiex_cfg80211_add_key() 554 mwifiex_dbg(adapter, ERROR, in mwifiex_send_domain_info_cmd_fw() 660 mwifiex_dbg(adapter, ERROR, in mwifiex_reg_notifier() 731 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params() 756 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params() [all …]
|
| H A D | cmdevt.c | 67 mwifiex_dbg(adapter, ERROR, in mwifiex_get_cmd_node() 191 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw() 207 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw() 267 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw() 343 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_sleep_confirm_cmd() 367 mwifiex_dbg(adapter, ERROR, "SLEEP_CFM: failed\n"); in mwifiex_dnld_sleep_confirm_cmd() 418 mwifiex_dbg(adapter, ERROR, in mwifiex_alloc_cmd_buffer() 572 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd() 579 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd() 585 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd() [all …]
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | vendor_storage.c | 25 #define ERROR(fmt, args...) fprintf(stderr, "[ERROR] "fmt, ##args) macro 135 ERROR("vendor_storage open fail\n"); in vendor_storage_read() 146 ERROR("vendor read error %d\n", ret); in vendor_storage_read() 155 ERROR("failed to save %s\n", output); in vendor_storage_read() 177 ERROR("vendor_storage open fail\n"); in vendor_storage_write() 190 ERROR("vendor write error\n"); in vendor_storage_write() 243 ERROR("%s must be %d bytes!!!\n", in vendor_len_mask() 278 ERROR("[%s] must be HEX input\n", __func__); in hex_string_format() 354 ERROR("form_error, check cmd with -h\n"); in main() 370 ERROR("form_error, check cmd with -h\n"); in main() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 29 #define ERROR(loc, ...) \ macro 132 ERROR(&@2, "Header flags don't match earlier ones"); 178 ERROR(&@3, "Label or path %s not found", $3); 196 ERROR(&@2, "Label or path %s not found", $2); 207 ERROR(&@3, "Label or path %s not found", $3); 330 ERROR(&@2, "Array elements must be" 356 ERROR(&@2, "Value out of range for" 371 ERROR(&@2, "References are only allowed in " 458 ERROR(&@$, "Division by zero"); 467 ERROR(&@$, "Division by zero"); [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_build.sh | 28 ERROR=0 36 exit $ERROR 46 ERROR=1 && printf "FAILURE: Did not find bpftool\n" 54 ERROR=1 81 ERROR=1 93 ERROR=1
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 2026 sub ERROR { subroutine 2390 ERROR("MODIFIED_INCLUDE_ASM", 2434 ERROR("DIFF_IN_COMMIT_MSG", 2444 ERROR("EXECUTE_PERMISSIONS", 2503 ERROR("BAD_SIGN_OFF", 2540 ERROR("STABLE_ADDRESS", 2546 ERROR("GERRIT_CHANGE_ID", 2635 ERROR("GIT_COMMIT_ID", 2654 ERROR("CORRUPTED_PATCH", 2734 if (ERROR("DOS_LINE_ENDINGS", [all …]
|
| /OK3568_Linux_fs/buildroot/package/dahdi-linux/ |
| H A D | 0001-drivers-dahdi-Kbuild-fix-HOTPLUG_FIRMWARE-definition.patch | 11 ERROR: modpost: "_binary_dahdi_fw_oct6114_032_bin_start" [/home/fabrice/buildroot/output/build/dahd… 12 ERROR: modpost: "_binary_dahdi_fw_oct6114_032_bin_size" [/home/fabrice/buildroot/output/build/dahdi… 13 ERROR: modpost: "_binary_dahdi_fw_oct6114_128_bin_start" [/home/fabrice/buildroot/output/build/dahd… 14 ERROR: modpost: "_binary_dahdi_fw_oct6114_064_bin_start" [/home/fabrice/buildroot/output/build/dahd… 15 ERROR: modpost: "_binary_dahdi_fw_oct6114_128_bin_size" [/home/fabrice/buildroot/output/build/dahdi… 16 ERROR: modpost: "_binary_dahdi_fw_oct6114_064_bin_size" [/home/fabrice/buildroot/output/build/dahdi… 17 ERROR: modpost: "_binary_dahdi_fw_oct6114_032_bin_start" [/home/fabrice/buildroot/output/build/dahd… 18 ERROR: modpost: "_binary_dahdi_fw_oct6114_032_bin_size" [/home/fabrice/buildroot/output/build/dahdi…
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 2211 sub ERROR { subroutine 2605 ERROR("MODIFIED_INCLUDE_ASM", 2675 ERROR("DIFF_IN_COMMIT_MSG", 2685 ERROR("EXECUTE_PERMISSIONS", 2795 ERROR("BAD_SIGN_OFF", 2848 ERROR("GERRIT_CHANGE_ID", 2939 ERROR("GIT_COMMIT_ID", 2966 ERROR("CORRUPTED_PATCH", 3093 if (ERROR("DOS_LINE_ENDINGS", 3100 if (ERROR("TRAILING_WHITESPACE", [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/include/ |
| H A D | logging.h | 52 const char *ERROR = ERROR_NORMAL; variable 75 ERROR = ERROR_COLOR; in log_color() 79 ERROR = ERROR_NORMAL; in log_color() 136 ERROR, strerror(err), ##args); \ 138 fprintf(stderr, "\t%s: "message, ERROR, ##args); \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | prom_init_check.sh | 35 ERROR=0 44 ERROR=1 81 ERROR=1 91 exit $ERROR
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-fix-msgsndnotify-loop.patch | 16 - (void) sprintf(buf, "REMOTE ERROR: %s", msg); 18 - (void) sprintf(buf, "LOCAL ERROR: %s", msg); 30 + (void) sprintf(buf, "REMOTE ERROR: %s", msg); 32 + (void) sprintf(buf, "LOCAL ERROR: %s", msg);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_uac1_legacy.c | 132 ERROR(snd->card, in playback_default_hw_params() 170 ERROR(card, "Preparing sound card failed: %d\n", in u_audio_playback() 179 ERROR(card, "Playback error: %d\n", (int)result); in u_audio_playback() 218 ERROR(card, "unable to open sound control device file: %s\n", in gaudio_open_snd_dev() 231 ERROR(card, "No such PCM playback device: %s\n", fn_play); in gaudio_open_snd_dev() 244 ERROR(card, "No such PCM capture device: %s\n", fn_cap); in gaudio_open_snd_dev() 295 ERROR(card, "we need at least one control device\n"); in gaudio_setup()
|