/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
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 …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
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 …]
|
/kernel/linux/linux-5.10/lib/zstd/ |
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 …]
|
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 …]
|
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 …]
|
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()
|
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 …]
|
D | huf_compress.c | 106 return ERROR(tableLog_tooLarge); in HUF_compressWeights_wksp() 167 return ERROR(tableLog_tooLarge); in HUF_writeCTable_wksp() 173 return ERROR(maxSymbolValue_tooLarge); in HUF_writeCTable_wksp() 193 return ERROR(GENERIC); /* should not happen : likely means source cannot be compressed */ in HUF_writeCTable_wksp() 195 return ERROR(dstSize_tooSmall); /* not enough space within dst buffer */ in HUF_writeCTable_wksp() 218 return ERROR(tableLog_tooLarge); in HUF_readCTable_wksp() 229 return ERROR(tableLog_tooLarge); in HUF_readCTable_wksp() 231 return ERROR(maxSymbolValue_tooSmall); in HUF_readCTable_wksp() 431 return ERROR(GENERIC); /* workSpace is not large enough */ in HUF_buildCTable_wksp() 435 return ERROR(GENERIC); in HUF_buildCTable_wksp() [all …]
|
/kernel/liteos_a/kernel/base/misc/ |
D | kill_shellcmd.c | 68 goto ERROR; in OsShellCmdKill() 74 goto ERROR; in OsShellCmdKill() 81 goto ERROR; in OsShellCmdKill() 85 goto ERROR; in OsShellCmdKill() 89 goto ERROR; in OsShellCmdKill() 92 ERROR: in OsShellCmdKill()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
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 …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
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
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
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 …]
|
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 …]
|
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 …]
|
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 …]
|
D | txrx.c | 53 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_rx_packet() 141 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_process_tx() 144 mwifiex_dbg(adapter, ERROR, in mwifiex_process_tx() 176 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card() 196 mwifiex_dbg(adapter, ERROR, "data: -ENOSR is returned\n"); in mwifiex_host_to_card() 211 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_host_to_card() 214 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card()
|
D | usb.c | 69 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 85 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 107 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 118 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 131 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 140 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 150 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv() 187 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete() 215 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete() 309 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_submit_rx_urb() [all …]
|
/kernel/liteos_a/kernel/base/vm/ |
D | shm.c | 110 goto ERROR; in OsShmCBInit() 122 goto ERROR; in OsShmCBInit() 136 ERROR: in OsShmCBInit() 483 goto ERROR; in ShmGet() 492 goto ERROR; in ShmGet() 497 goto ERROR; in ShmGet() 503 goto ERROR; in ShmGet() 509 ERROR: in ShmGet() 558 goto ERROR; in ShmatVmmAlloc() 566 goto ERROR; in ShmatVmmAlloc() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | prom_init_check.sh | 35 ERROR=0 44 ERROR=1 81 ERROR=1 91 exit $ERROR
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/ |
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); \
|
/kernel/linux/linux-5.10/scripts/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | u_uac1_legacy.c | 128 ERROR(snd->card, in playback_default_hw_params() 166 ERROR(card, "Preparing sound card failed: %d\n", in u_audio_playback() 175 ERROR(card, "Playback error: %d\n", (int)result); in u_audio_playback() 214 ERROR(card, "unable to open sound control device file: %s\n", in gaudio_open_snd_dev() 227 ERROR(card, "No such PCM playback device: %s\n", fn_play); in gaudio_open_snd_dev() 240 ERROR(card, "No such PCM capture device: %s\n", fn_cap); in gaudio_open_snd_dev() 291 ERROR(card, "we need at least one control device\n"); in gaudio_setup()
|
/kernel/liteos_m/kal/posix/src/ |
D | pipe.c | 226 goto ERROR; in PipeDevRegister() 235 goto ERROR; in PipeDevRegister() 241 goto ERROR; in PipeDevRegister() 248 goto ERROR; in PipeDevRegister() 256 goto ERROR; in PipeDevRegister() 267 ERROR: in PipeDevRegister() 431 goto ERROR; in PipeClose() 465 ERROR: in PipeClose() 522 goto ERROR; in PipeRead() 543 goto ERROR; in PipeRead() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usbtest.c | 118 #define ERROR(tdev, fmt, args...) \ macro 392 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes() 433 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf() 644 ERROR(tdev, "perform_sglist failed, " in perform_sglist() 716 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config() 721 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config() 725 ERROR(tdev, "reserved config bits set\n"); in is_good_config() 737 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config() 749 ERROR(tdev, "bogus usb 2.0 extension descriptor length\n"); in is_good_ext() 756 ERROR(tdev, "reserved bits set\n"); in is_good_ext() [all …]
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
D | hpioctl.c | 136 HPI_DEBUG_LOG(ERROR, "uncopied bytes %d\n", uncopied_bytes); in asihpi_hpi_ioctl() 230 HPI_DEBUG_LOG(ERROR, in asihpi_hpi_ioctl() 283 HPI_DEBUG_LOG(ERROR, "response zero size\n"); in asihpi_hpi_ioctl() 289 HPI_DEBUG_LOG(ERROR, "response too big %d %d\n", hr->h.size, in asihpi_hpi_ioctl() 298 HPI_DEBUG_LOG(ERROR, "uncopied bytes %d\n", uncopied_bytes); in asihpi_hpi_ioctl() 391 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe() 414 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe() 428 HPI_DEBUG_LOG(ERROR, "HPI_ADAPTER_OPEN failed, aborting\n"); in asihpi_adapter_probe() 484 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe() 524 HPI_DEBUG_LOG(ERROR, "adapter_probe failed\n"); in asihpi_adapter_probe()
|