Home
last modified time | relevance | path

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

12345678910

/linux-6.15/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
180 .long serror |$0e-5 fsin ERROR
181 .long serror |$0e-6 fsin ERROR
182 .long serror |$0e-7 fsin ERROR
189 .long serror |$0f-5 ftan ERROR
[all …]
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-glk-skips.txt78 # i915 0000:00:02.0: [drm] *ERROR* PPS state mismatch
79 # i915 0000:00:02.0: [drm] *ERROR* AUX A/DDI A/PHY A: not done (status 0x00000000)
111 # i915 0000:00:02.0: [drm] *ERROR* Failed to read DPCD register 0x92
145 # i915 0000:00:02.0: [drm] *ERROR* [CRTC:70:pipe A] flip_done timed out
146 # i915 0000:00:02.0: [drm] *ERROR* flip_done timed out
147 # i915 0000:00:02.0: [drm] *ERROR* [CRTC:70:pipe A] commit wait timed out
225 # i915 0000:00:02.0: [drm] *ERROR* PPS state mismatch
258 # i915 0000:00:02.0: [drm] *ERROR* Failed to read DPCD register 0x92
293 # i915 0000:00:02.0: [drm] *ERROR* [CRTC:70:pipe A] flip_done timed out
294 # i915 0000:00:02.0: [drm] *ERROR* flip_done timed out
[all …]
/linux-6.15/tools/thermal/thermometer/
H A Dthermometer.c91 ERROR("Invalid regular expression\n"); in configuration_default_init()
109 ERROR("'%s' is not accessible\n", path); 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()
249 ERROR("Usage: %s --help\n", argv[0]); in options_init()
298 ERROR("Failed to start mainloop\n"); in thermometer_init()
377 ERROR("'%s' already exists\n", path); in thermometer_start()
429 ERROR("Failed to fork process: %m"); in thermometer_execute()
483 ERROR("Failed to set timer time: %m\n"); in thermometer_wait()
[all …]
/linux-6.15/scripts/dtc/
H A Ddtc-parser.y16 #define ERROR(loc, ...) \ macro
177 ERROR(&@2, "Label or path %s not found", $1);
196 ERROR(&@3, "Label or path %s not found", $3);
216 ERROR(&@2, "Label or path %s not found", $2);
246 ERROR(&@3, "Label or path %s not found", $3);
258 ERROR(&@3, "Label or path %s not found", $3);
385 ERROR(&@2, "Array elements must be"
431 ERROR(&@2, "References are only allowed in "
518 ERROR(&@$, "Division by zero");
527 ERROR(&@$, "Division by zero");
[all …]
/linux-6.15/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()
285 if (weightTotal == 0) 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-6.15/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-6.15/tools/objtool/
H A Dbuiltin-check.c142 ERROR("--mnop requires --mcount"); in opts_valid()
147 ERROR("--noinstr requires --link"); in opts_valid()
152 ERROR("--ibt requires --link"); in opts_valid()
157 ERROR("--unret requires --link"); in opts_valid()
174 ERROR("--dump can't be combined with other actions"); in opts_valid()
184 ERROR("At least one action required"); in opts_valid()
197 ERROR("can't open %s for reading: %s", src, strerror(errno)); in copy_file()
203 ERROR("can't open %s for writing: %s", dst, strerror(errno)); in copy_file()
322 ERROR("Linked object requires --link"); in objtool_run()
H A Delf.c389 ERROR("section entry mismatch"); in read_sections()
642 ERROR("index out of range"); in elf_update_symbol()
686 ERROR("zero size data"); in elf_update_symbol()
701 ERROR("negative index"); in elf_update_symbol()
713 ERROR("no .symtab_shndx"); in elf_update_symbol()
737 ERROR("no .symtab"); in __elf_create_symbol()
759 ERROR("elf_update_symbol move"); in __elf_create_symbol()
777 ERROR("elf_update_symbol"); in __elf_create_symbol()
1057 ERROR("can't find .strtab section"); in elf_add_string()
1274 ERROR("truncated; but more data\n"); in elf_truncate_section()
[all …]
/linux-6.15/tools/testing/selftests/futex/include/
H A 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.15/arch/powerpc/kernel/
H A Dprom_init_check.sh39 ERROR=0
48 ERROR=1
84 ERROR=1
94 exit $ERROR
/linux-6.15/tools/thermal/thermal-engine/
H A Dthermal-engine.c99 ERROR("Failed to flush all previous thresholds\n"); in set_threshold()
107 ERROR("Failed to set threshold\n"); in set_threshold()
372 ERROR("Usage: %s --help\n", argv[0]); in main()
377 ERROR("Failed to daemonize: %p\n"); in main()
382 ERROR("Failed to initialize logging facility\n"); in main()
388 ERROR("Failed to initialize the thermal library\n"); in main()
394 ERROR("No thermal zone available\n"); in main()
403 ERROR("Failed to initialize the mainloop\n"); in main()
408 ERROR("Failed to setup the mainloop\n"); in main()
415 ERROR("Mainloop failed\n"); in main()
/linux-6.15/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()
1244 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data()
1277 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_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()
1415 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host()
1423 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host()
1457 mwifiex_dbg(adapter, ERROR, in mwifiex_prog_fw_w_helper()
[all …]
H A Dpcie.c317 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_suspend()
678 mwifiex_dbg(adapter, ERROR, in mwifiex_pm_wakeup_card()
784 mwifiex_dbg(adapter, ERROR, in mwifiex_init_rxq_ring()
1011 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring()
1078 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring()
1147 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring()
1199 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_alloc_cmdrsp_buf()
1256 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_alloc_sleep_cookie_buf()
1326 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_send_data_complete()
1421 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_send_data()
[all …]
H A Dcfg80211.c575 mwifiex_dbg(adapter, ERROR, in mwifiex_send_domain_info_cmd_fw()
681 mwifiex_dbg(adapter, ERROR, in mwifiex_reg_notifier()
752 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
777 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
785 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params()
881 mwifiex_dbg(adapter, ERROR, in mwifiex_deinit_priv_params()
949 mwifiex_dbg(adapter, ERROR, in mwifiex_init_new_priv_params()
1074 mwifiex_dbg(adapter, ERROR, in update_vif_type_counter()
1119 mwifiex_dbg(adapter, ERROR, in mwifiex_change_vif_to_p2p()
1787 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_bitrate_mask()
[all …]
H A 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()
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 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()
297 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_submit_rx_urb()
306 mwifiex_dbg(adapter, ERROR, in mwifiex_usb_submit_rx_urb()
[all …]
/linux-6.15/scripts/
H A Dcheckpatch.pl2460 sub ERROR { subroutine
4319 ERROR("OPEN_BRACE",
4503 ERROR("TEST_TYPE",
4514 ERROR("TEST_ATTR",
5402 if (ERROR("SPACING",
5420 if (ERROR("SPACING",
5557 ERROR("SPACING",
6935 ERROR("MEMSET",
7335 ERROR("DATE_TIME",
7471 ERROR("IN_ATOMIC",
[all …]
/linux-6.15/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-6.15/lib/zstd/compress/
H A Dfse_compress.c270 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()
472 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount()
[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-6.15/lib/zstd/decompress/
H A Dhuf_decompress.c210 return ERROR(corruption_detected); in HUF_DecompressFastArgs_init()
282 return ERROR(corruption_detected); in HUF_initRemainingDStream()
289 return ERROR(corruption_detected); in HUF_initRemainingDStream()
935 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_decompress4X1_DCtx_wksp()
1190 if (sizeof(*wksp) > wkspSize) return ERROR(GENERIC); in HUF_readDTableX2_wksp()
1708 return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable_internal_fast()
1760 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_DGEN()
1775 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_decompress4X2_DCtx_wksp()
1847 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress1X_DCtx_wksp()
1897 if (hSize >= cSrcSize) return ERROR(srcSize_wrong); in HUF_decompress1X1_DCtx_wksp()
[all …]
/linux-6.15/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()
644 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
716 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
725 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
756 ERROR(tdev, "reserved bits set\n"); in is_good_ext()
804 ERROR(tdev, "reserved bits set\n"); in is_good_con_id()
1108 ERROR(ctx->dev, in ctrl_complete()
1173 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
1185 ERROR(ctx->dev, in ctrl_complete()
[all …]

12345678910