Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 199) sorted by relevance

12345678

/Linux-v5.4/arch/m68k/fpsp040/
Dtbldo.S63 .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 …]
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c25 #define ERROR(ret) do {\ macro
61 ERROR(ret); in _gre_set_tunnel()
77 ERROR(ret); in _gre_get_tunnel()
102 ERROR(ret); in _ip6gretap_set_tunnel()
119 ERROR(ret); in _ip6gretap_get_tunnel()
145 ERROR(ret); in _erspan_set_tunnel()
165 ERROR(ret); in _erspan_set_tunnel()
183 ERROR(ret); in _erspan_get_tunnel()
189 ERROR(ret); in _erspan_get_tunnel()
229 ERROR(ret); in _ip4ip6erspan_set_tunnel()
[all …]
/Linux-v5.4/lib/zstd/
Dentropy_common.c73 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 …]
Ddecompress.c192 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 …]
Dhuf_decompress.c108 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 …]
Dfse_decompress.c107 return ERROR(tableLog_tooLarge); in FSE_buildDTable_wksp()
109 return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_wksp()
111 return ERROR(tableLog_tooLarge); in FSE_buildDTable_wksp()
150 …return ERROR(GENERIC); /* position must reach all cells once, otherwise normalizedCounter is incor… in FSE_buildDTable_wksp()
200 return ERROR(GENERIC); /* min size */ in FSE_buildDTable_raw()
263 return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
271 return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
314 return ERROR(tableLog_tooLarge); in FSE_decompress_wksp()
325 return ERROR(tableLog_tooLarge); in FSE_decompress_wksp()
Dfse_compress.c113 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 …]
Dhuf_compress.c106 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 …]
Derror_private.h42 #define ERROR(name) ((size_t)-PREFIX(name)) macro
44 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
/Linux-v5.4/scripts/dtc/
Ddtc-parser.y14 #define ERROR(loc, ...) \ macro
120 ERROR(&@2, "Header flags don't match earlier ones");
167 ERROR(&@2, "Label or path %s not found", $1);
181 ERROR(&@3, "Label or path %s not found", $3);
199 ERROR(&@2, "Label or path %s not found", $2);
218 ERROR(&@2, "Label or path %s not found", $2);
229 ERROR(&@3, "Label or path %s not found", $3);
241 ERROR(&@3, "Label or path %s not found", $3);
365 ERROR(&@2, "Array elements must be"
391 ERROR(&@2, "Value out of range for"
[all …]
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dpcie.c63 mwifiex_dbg(adapter, ERROR, "failed to map pci memory!\n"); in mwifiex_map_pci_memory()
169 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_suspend()
502 mwifiex_dbg(adapter, ERROR, in mwifiex_pm_wakeup_card()
541 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_disable_host_int()
568 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_enable_host_int()
625 mwifiex_dbg(adapter, ERROR, in mwifiex_init_rxq_ring()
682 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_init_evt_ring()
849 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring()
913 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring()
977 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring()
[all …]
Dsdio.c264 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_sync()
451 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_suspend()
688 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
692 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
788 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data()
821 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_status()
856 mwifiex_dbg(adapter, ERROR, "read mp_regs failed\n"); in mwifiex_interrupt_status()
921 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
930 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
951 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host()
[all …]
Dcfg80211.c163 mwifiex_dbg(priv->adapter, ERROR, "deleting the crypto keys\n"); in mwifiex_cfg80211_del_key()
220 mwifiex_dbg(priv->adapter, ERROR, "invalid buffer and length\n"); in mwifiex_cfg80211_mgmt_tx()
240 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_mgmt_tx()
306 mwifiex_dbg(priv->adapter, ERROR, "Invalid parameter for ROC\n"); in mwifiex_cfg80211_remain_on_channel()
463 mwifiex_dbg(priv->adapter, ERROR, "set default Tx key index\n"); in mwifiex_cfg80211_set_default_key()
500 mwifiex_dbg(priv->adapter, ERROR, "crypto keys added\n"); in mwifiex_cfg80211_add_key()
558 mwifiex_dbg(adapter, ERROR, in mwifiex_send_domain_info_cmd_fw()
664 mwifiex_dbg(adapter, ERROR, in mwifiex_reg_notifier()
735 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
760 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
[all …]
Dcmdevt.c67 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 …]
Dtxrx.c53 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()
Dusb.c69 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()
139 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
149 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
186 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete()
214 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete()
308 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_submit_rx_urb()
[all …]
Duap_txrx.c111 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
161 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
168 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
248 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_uap_rx_forward()
311 mwifiex_dbg(adapter, ERROR, in mwifiex_uap_recv_packet()
317 mwifiex_dbg(adapter, ERROR, "failed to allocate skb_uap"); in mwifiex_uap_recv_packet()
390 mwifiex_dbg(adapter, ERROR, in mwifiex_process_uap_rx_packet()
472 mwifiex_dbg(adapter, ERROR, in mwifiex_process_uap_txpd()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh4 ERROR=0
12 exit $ERROR
42 ERROR=1 && printf "FAILURE: Did not find bpftool\n"
50 ERROR=1
77 ERROR=1
/Linux-v5.4/arch/powerpc/kernel/
Dprom_init_check.sh35 ERROR=0
44 ERROR=1
81 ERROR=1
91 exit $ERROR
/Linux-v5.4/tools/testing/selftests/futex/include/
Dlogging.h52 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); \
/Linux-v5.4/scripts/
Dcheckpatch.pl2135 sub ERROR { subroutine
2513 ERROR("MODIFIED_INCLUDE_ASM",
2583 ERROR("DIFF_IN_COMMIT_MSG",
2593 ERROR("EXECUTE_PERMISSIONS",
2666 ERROR("BAD_SIGN_OFF",
2721 ERROR("GERRIT_CHANGE_ID",
2812 ERROR("GIT_COMMIT_ID",
2831 ERROR("CORRUPTED_PATCH",
2922 if (ERROR("DOS_LINE_ENDINGS",
2929 if (ERROR("TRAILING_WHITESPACE",
[all …]
/Linux-v5.4/drivers/usb/gadget/function/
Du_uac1_legacy.c128 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()
/Linux-v5.4/drivers/usb/misc/
Dusbtest.c118 #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 …]
/Linux-v5.4/sound/pci/asihpi/
Dhpioctl.c136 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()
382 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe()
405 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe()
419 HPI_DEBUG_LOG(ERROR, "HPI_ADAPTER_OPEN failed, aborting\n"); in asihpi_adapter_probe()
475 HPI_DEBUG_LOG(ERROR, in asihpi_adapter_probe()
514 HPI_DEBUG_LOG(ERROR, "adapter_probe failed\n"); in asihpi_adapter_probe()
/Linux-v5.4/tools/testing/selftests/futex/
DREADME37 results are printed to stdout, while intermediate ERROR or FAIL messages are
39 ERROR strings in color for easy visual parsing. Output shall conform to the
44 ERROR: Description of unexpected error
48 # there may be multiple ERROR or FAIL messages
49 Result: (PASS|FAIL|ERROR)

12345678