Home
last modified time | relevance | path

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

123456789

/linux-6.6.21/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-6.6.21/tools/thermal/thermometer/
Dthermometer.c91 ERROR("Invalid regular expression\n"); in configuration_default_init()
109 ERROR("'%s' is not accessible\n", path); in configuration_init()
121 ERROR("Failed to parse %s:%d - %s\n", config_error_file(&cfg), in configuration_init()
129 ERROR("No thermal zone configured to be monitored\n"); in configuration_init()
145 ERROR("Missing node name '%d'\n", i); in configuration_init()
150 ERROR("Thermal zone name not found\n"); in configuration_init()
155 ERROR("Polling value not found"); in configuration_init()
164 ERROR("Invalid regular expression '%s'\n", name); in configuration_init()
249 ERROR("Usage: %s --help\n", argv[0]); in options_init()
267 ERROR("Failed to open '%s': %m\n", tz_path); in thermometer_add_tz()
[all …]
/linux-6.6.21/scripts/dtc/
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-6.6.21/lib/zstd/common/
Derror_private.h43 #undef ERROR /* already defined on Visual Studio */
44 #define ERROR(name) ZSTD_ERROR(name) macro
47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
104 __FILE__, __LINE__, ERR_QUOTE(cond), ERR_QUOTE(ERROR(err))); \
108 return ERROR(err); \
119 __FILE__, __LINE__, ERR_QUOTE(ERROR(err))); \
123 return ERROR(err); \
Dentropy_common.c81 if (countSize > hbSize) return ERROR(corruption_detected); in FSE_readNCount_body()
90 if (nbBits > FSE_TABLELOG_ABSOLUTE_MAX) return ERROR(tableLog_tooLarge); in FSE_readNCount_body()
196 if (remaining != 1) return ERROR(corruption_detected); in FSE_readNCount_body()
198 if (charnum > maxSV1) return ERROR(maxSymbolValue_tooSmall); in FSE_readNCount_body()
199 if (bitCount > 32) return ERROR(corruption_detected); in FSE_readNCount_body()
271 if (!srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
278 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
279 if (oSize >= hwSize) return ERROR(corruption_detected); in HUF_readStats_body()
287 if (iSize+1 > srcSize) return ERROR(srcSize_wrong); in HUF_readStats_body()
297 if (huffWeight[n] > HUF_TABLELOG_MAX) return ERROR(corruption_detected); in HUF_readStats_body()
[all …]
Dfse_decompress.c83 …if (FSE_BUILD_DTABLE_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(maxSymbolValue_t… in FSE_buildDTable_internal()
84 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_internal()
85 if (tableLog > FSE_MAX_TABLELOG) return ERROR(tableLog_tooLarge); in FSE_buildDTable_internal()
161 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
217 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildDTable_raw()
276 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
283 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
332 if (wkspSize < sizeof(*wksp)) return ERROR(GENERIC); in FSE_decompress_wksp_body()
338 if (tableLog > maxLog) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
344 …if (FSE_DECOMPRESS_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
/linux-6.6.21/tools/objtool/
Dbuiltin-check.c12 #define ERROR(format, ...) \ macro
147 ERROR("--dump can't be combined with other options"); in opts_valid()
155 ERROR("--unret requires --rethunk"); in opts_valid()
162 ERROR("At least one command required"); in opts_valid()
169 ERROR("--mnop requires --mcount"); in mnop_opts_valid()
182 ERROR("Linked object detected, forcing --link"); in link_opts_valid()
188 ERROR("--noinstr requires --link"); in link_opts_valid()
193 ERROR("--ibt requires --link"); in link_opts_valid()
198 ERROR("--unret requires --link"); in link_opts_valid()
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dpcie.c204 mwifiex_dbg(adapter, ERROR, "failed to map pci memory!\n"); in mwifiex_map_pci_memory()
310 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()
853 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_init_evt_ring()
1022 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring()
1089 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring()
1158 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring()
[all …]
Dsdio.c717 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_sync()
915 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_suspend()
1134 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
1138 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_to_card()
1234 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data()
1267 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_status()
1302 mwifiex_dbg(adapter, ERROR, "read mp_regs failed\n"); in mwifiex_interrupt_status()
1367 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
1376 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int()
1397 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host()
[all …]
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()
230 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_mgmt_tx()
291 mwifiex_dbg(priv->adapter, ERROR, "Invalid parameter for ROC\n"); in mwifiex_cfg80211_remain_on_channel()
448 mwifiex_dbg(priv->adapter, ERROR, "set default Tx key index\n"); in mwifiex_cfg80211_set_default_key()
485 mwifiex_dbg(priv->adapter, ERROR, "crypto keys added\n"); in mwifiex_cfg80211_add_key()
514 mwifiex_dbg(priv->adapter, ERROR, in mwifiex_cfg80211_set_default_mgmt_key()
550 mwifiex_dbg(adapter, ERROR, in mwifiex_send_domain_info_cmd_fw()
656 mwifiex_dbg(adapter, ERROR, in mwifiex_reg_notifier()
727 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
[all …]
Dtxrx.c41 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_rx_packet()
132 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_process_tx()
135 mwifiex_dbg(adapter, ERROR, in mwifiex_process_tx()
144 mwifiex_dbg(adapter, ERROR, in mwifiex_process_tx()
172 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card()
192 mwifiex_dbg(adapter, ERROR, "data: -ENOSR is returned\n"); in mwifiex_host_to_card()
207 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_host_to_card()
210 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card()
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()
Dcmdevt.c55 mwifiex_dbg(adapter, ERROR, in mwifiex_get_cmd_node()
179 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
195 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
255 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_cmd_to_fw()
331 mwifiex_dbg(adapter, ERROR, in mwifiex_dnld_sleep_confirm_cmd()
355 mwifiex_dbg(adapter, ERROR, "SLEEP_CFM: failed\n"); in mwifiex_dnld_sleep_confirm_cmd()
406 mwifiex_dbg(adapter, ERROR, in mwifiex_alloc_cmd_buffer()
560 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
567 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
573 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd()
[all …]
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 …]
/linux-6.6.21/tools/testing/selftests/bpf/
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-6.6.21/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-6.6.21/arch/powerpc/kernel/
Dprom_init_check.sh39 ERROR=0
48 ERROR=1
84 ERROR=1
94 exit $ERROR
/linux-6.6.21/tools/thermal/thermal-engine/
Dthermal-engine.c295 ERROR("Usage: %s --help\n", argv[0]); in main()
300 ERROR("Failed to daemonize: %p\n"); in main()
305 ERROR("Failed to initialize logging facility\n"); in main()
311 ERROR("Failed to initialize the thermal library\n"); in main()
317 ERROR("No thermal zone available\n"); in main()
324 ERROR("Failed to initialize the mainloop\n"); in main()
329 ERROR("Failed to setup the mainloop\n"); in main()
336 ERROR("Mainloop failed\n"); in main()
/linux-6.6.21/scripts/
Dcheckpatch.pl2464 sub ERROR { subroutine
2869 ERROR("MODIFIED_INCLUDE_ASM",
2939 ERROR("DIFF_IN_COMMIT_MSG",
2949 ERROR("EXECUTE_PERMISSIONS",
3068 ERROR("BAD_SIGN_OFF",
3245 if (ERROR("GERRIT_CHANGE_ID",
3386 ERROR("GIT_COMMIT_ID",
3421 ERROR("CORRUPTED_PATCH",
3569 if (ERROR("DOS_LINE_ENDINGS",
3576 if (ERROR("TRAILING_WHITESPACE",
[all …]
/linux-6.6.21/lib/zstd/decompress/
Dhuf_decompress.c177 return ERROR(corruption_detected); in HUF_DecompressAsmArgs_init()
205 if (length4 > srcSize) return ERROR(corruption_detected); /* overflow */ in HUF_DecompressAsmArgs_init()
251 return ERROR(corruption_detected); in HUF_initRemainingDStream()
258 return ERROR(corruption_detected); in HUF_initRemainingDStream()
348 if (sizeof(*wksp) > wkspSize) return ERROR(tableLog_tooLarge); in HUF_readDTableX1_wksp_bmi2()
362 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp_bmi2()
543 if (!BIT_endOfDStream(&bitD)) return ERROR(corruption_detected); in HUF_decompress1X1_usingDTable_internal_body()
555 …if (cSrcSize < 10) return ERROR(corruption_detected); /* strict minimum : jump table + 1 byte per… in HUF_decompress4X1_usingDTable_internal_body()
589 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X1_usingDTable_internal_body()
590 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */ in HUF_decompress4X1_usingDTable_internal_body()
[all …]
/linux-6.6.21/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-6.6.21/lib/zstd/compress/
Dfse_compress.c86 …if (FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) > wkspSize) return ERROR(tableLog_to… in FSE_buildCTable_wksp()
268 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
283 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
300 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic()
305 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
314 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic()
319 return ERROR(dstSize_tooSmall); /* Buffer overflow */ in FSE_writeNCount_generic()
331 if (tableLog > FSE_MAX_TABLELOG) return ERROR(tableLog_tooLarge); /* Unsupported */ in FSE_writeNCount()
332 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount()
465 return ERROR(GENERIC); in FSE_normalizeM2()
[all …]
Dhist.c128 if (check && maxSymbolValue > *maxSymbolValuePtr) return ERROR(maxSymbolValue_tooSmall); in HIST_count_parallel_wksp()
146 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp()
147 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_countFast_wksp()
158 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
159 if (workSpaceSize < HIST_WKSP_SIZE) return ERROR(workSpace_tooSmall); in HIST_count_wksp()
/linux-6.6.21/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-6.6.21/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()
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()

123456789