Home
last modified time | relevance | path

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

12345678

/linux/arch/m68k/fpsp040/
H A 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/scripts/dtc/
H A Ddtc-parser.y16 #define ERROR(loc, ...) \ macro
130 ERROR(&@2, "Header flags don't match earlier ones");
177 ERROR(&@2, "Label or path %s not found", $1);
179 ERROR(&@2, "Label-relative reference %s not supported in plugin", $1);
190 ERROR(&@2, "Label-relative reference %s not supported in plugin", $3);
196 ERROR(&@3, "Label or path %s not found", $3);
208 ERROR(&@2, "Label-relative reference %s not supported in plugin", $2);
216 ERROR(&@2, "Label or path %s not found", $2);
235 ERROR(&@2, "Label or path %s not found", $2);
246 ERROR(&@3, "Label or path %s not found", $3);
[all …]
/linux/lib/zstd/common/
H A Derror_private.h41 #undef ERROR /* already defined on Visual Studio */
42 #define ERROR(name) ZSTD_ERROR(name) macro
45 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
110 __FILE__, __LINE__, ERR_QUOTE(cond), ERR_QUOTE(ERROR(err))); \
114 return ERROR(err); \
126 __FILE__, __LINE__, ERR_QUOTE(ERROR(err))); \
130 return ERROR(err); \
H A Dentropy_common.c65 if (countSize > hbSize) return ERROR(corruption_detected); in FSE_readNCount_body()
74 if (nbBits > FSE_TABLELOG_ABSOLUTE_MAX) return ERROR(tableLog_tooLarge); in FSE_readNCount_body()
180 if (remaining != 1) return ERROR(corruption_detected); in FSE_readNCount_body()
182 if (charnum > maxSV1) return ERROR(maxSymbolValue_tooSmall); in FSE_readNCount_body()
183 if (bitCount > 32) return ERROR(corruption_detected); in FSE_readNCount_body()
255 if (!srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
262 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
263 if (oSize >= hwSize) return ERROR(corruption_detected); in HUF_readStats_body()
271 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
281 if (huffWeight[n] > HUF_TABLELOG_MAX) return ERROR(corruption_detected); in HUF_readStats_body()
[all …]
H A Dfse_decompress.c71 …if (FSE_BUILD_DTABLE_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(maxSymbolValue_t… in FSE_buildDTable_internal()
72 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_internal()
73 if (tableLog > FSE_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSE_buildDTable_internal()
147 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
221 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
228 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
259 if (wkspSize < sizeof(*wksp)) return ERROR(GENERIC); in FSE_decompress_wksp_body()
268 if (tableLog > maxLog) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
274 …if (FSE_DECOMPRESS_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh28 ERROR=0
36 exit $ERROR
46 ERROR=1 && printf "FAILURE: Did not find bpftool\n"
54 ERROR=1
81 ERROR=1
/linux/tools/objtool/
H A Dbuiltin-check.c149 ERROR("--mnop requires --mcount"); in opts_valid()
154 ERROR("--noinstr requires --link"); in opts_valid()
159 ERROR("--ibt requires --link"); in opts_valid()
164 ERROR("--unret requires --link"); in opts_valid()
170 ERROR("--checksum not supported; install xxhash-devel/libxxhash-dev (version >= 0.8) and recompile"); in opts_valid()
176 ERROR("--debug-checksum requires --checksum"); in opts_valid()
196 ERROR("--dump can't be combined with other actions"); in copy_file()
206 ERROR("At least one action required"); in copy_file()
219 ERROR("can't open %s for reading: %s", src, strerror(errno)); in copy_file()
225 ERROR("ca in copy_file()
[all...]
/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh39 ERROR=0
48 ERROR=1
84 ERROR=1
94 exit $ERROR
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c728 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_sync()
926 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_suspend()
1144 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
1148 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
1244 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data()
1277 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_status()
1312 mwifiex_dbg(adapter, ERROR, "read mp_regs failed\n"); in mwifiex_interrupt_status()
1377 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
1386 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
1407 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host()
[all …]
H A Dcfg80211.c153 mwifiex_dbg(priv->adapter, ERROR, "deleting the crypto keys\n"); in mwifiex_cfg80211_del_key()
210 mwifiex_dbg(priv->adapter, ERROR, "invalid buffer and length\n"); in mwifiex_cfg80211_mgmt_tx()
250 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_mgmt_tx()
313 mwifiex_dbg(priv->adapter, ERROR, "Invalid parameter for ROC\n"); in mwifiex_cfg80211_remain_on_channel()
472 mwifiex_dbg(priv->adapter, ERROR, "set default Tx key index\n"); in mwifiex_cfg80211_set_default_key()
509 mwifiex_dbg(priv->adapter, ERROR, "crypto keys added\n"); in mwifiex_cfg80211_add_key()
541 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_set_default_mgmt_key()
577 mwifiex_dbg(adapter, ERROR, in mwifiex_send_domain_info_cmd_fw()
683 mwifiex_dbg(adapter, ERROR, in mwifiex_reg_notifier()
754 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
[all …]
H A Duap_txrx.c99 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
108 mwifiex_dbg(adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
159 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
166 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_uap_queue_bridged_pkt()
246 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_uap_rx_forward()
259 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_uap_rx_forward()
317 mwifiex_dbg(adapter, ERROR, in mwifiex_uap_recv_packet()
323 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()
402 mwifiex_dbg(adapter, ERROR, in mwifiex_process_uap_rx_packet()
H A Dcmdevt.c55 mwifiex_dbg(adapter, ERROR, in mwifiex_get_cmd_node()
177 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
193 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
253 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
329 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_sleep_confirm_cmd()
353 mwifiex_dbg(adapter, ERROR, "SLEEP_CFM: failed\n"); in mwifiex_dnld_sleep_confirm_cmd()
403 mwifiex_dbg(adapter, ERROR, in mwifiex_alloc_cmd_buffer()
556 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
563 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
569 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
[all …]
H A Dusb.c57 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
73 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
95 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
106 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
119 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
128 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
138 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_recv()
175 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete()
203 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_rx_complete()
297 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_submit_rx_urb()
[all …]
H A Dmain.c99 mwifiex_dbg(adapter, ERROR, in mwifiex_register()
546 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
570 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
588 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
595 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
611 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
622 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
634 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
658 mwifiex_dbg(adapter, ERROR, in _mwifiex_fw_dpc()
721 mwifiex_dbg(adapter, ERROR, "request_firmware%s error %d\n", in mwifiex_init_hw_fw()
[all …]
H A D11h.c179 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_abort_cac()
206 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_11h_handle_chanrpt_ready()
249 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_11h_handle_radar_detected()
276 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_dfs_chan_sw_work_queue()
284 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_dfs_chan_sw_work_queue()
/linux/drivers/usb/gadget/function/
H A 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/scripts/
H A Dcheckpatch.pl2485 sub ERROR { subroutine
2898 ERROR("MODIFIED_INCLUDE_ASM",
2968 ERROR("DIFF_IN_COMMIT_MSG",
2978 ERROR("EXECUTE_PERMISSIONS",
3097 ERROR("BAD_SIGN_OFF",
3280 if (ERROR("GERRIT_CHANGE_ID",
3355 ERROR("PLACEHOLDER_USE",
3428 ERROR("GIT_COMMIT_ID",
3463 ERROR("CORRUPTED_PATCH",
3612 if (ERROR("DOS_LINE_ENDINGS",
[all …]
/linux/lib/zstd/compress/
H A Dfse_compress.c88 …if (FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) > wkspSize) return ERROR(tableLog_to… in FSE_buildCTable_wksp()
270 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
285 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
302 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic()
307 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
316 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic()
321 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
334 if (tableLog > FSE_MAX_TABLELOG) return ERROR(tableLog_tooLarge); /* Unsupported */ in FSE_writeNCount()
335 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount()
458 return ERROR(GENERIC); in FSE_normalizeM2()
[all …]
H A Dhist.c139 if (check && maxSymbolValue > *maxSymbolValuePtr) return ERROR(maxSymbolValue_tooSmall); in HIST_count_parallel_wksp()
157 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp()
158 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_countFast_wksp()
169 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
170 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_count_wksp()
/linux/lib/zstd/decompress/
H A Dhuf_decompress.c210 return ERROR(corruption_detected); in HUF_DecompressFastArgs_init()
235 if (length4 > srcSize) return ERROR(corruption_detected); /* overflow */ in HUF_DecompressFastArgs_init()
282 return ERROR(corruption_detected); in HUF_initRemainingDStream()
289 return ERROR(corruption_detected); in HUF_initRemainingDStream()
392 if (sizeof(*wksp) > wkspSize) return ERROR(tableLog_tooLarge); in HUF_readDTableX1_wksp()
406 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp()
589 if (!BIT_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUF_decompress1X1_usingDTable_internal_body()
605 …if (cSrcSize < 10) return ERROR(corruption_detected); /* strict minimum : jump table + 1 byte per… in HUF_decompress4X1_usingDTable_internal_body()
606 if (dstSize < 6) return ERROR(corruption_detected); /* stream 4-split doesn't work */ in HUF_decompress4X1_usingDTable_internal_body()
640 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X1_usingDTable_internal_body()
[all …]
/linux/drivers/usb/misc/
H A 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/sound/pci/asihpi/
H A 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()
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()
/linux/tools/testing/selftests/futex/
H A 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)
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT:
127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`
145 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`.
148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
184 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`
202 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`.
205 .. _DTV-STAT-ERROR-BLOCK-COUNT:
232 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`
236 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>` by
245 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`.
/linux/fs/squashfs/
H A Dcache.c164 ERROR("Unable to read %s cache entry [%llx]\n", cache->name, in squashfs_cache_get()
234 ERROR("Failed to allocate %s cache\n", name); in squashfs_cache_init()
240 ERROR("Failed to allocate %s cache\n", name); in squashfs_cache_init()
264 ERROR("Failed to allocate %s cache entry\n", name); in squashfs_cache_init()
271 ERROR("Failed to allocate %s buffer\n", name); in squashfs_cache_init()
279 ERROR("Failed to allocate %s cache entry\n", name); in squashfs_cache_init()

12345678