Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 - 25 of 299) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/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
[all...]
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dentropy_common.c43 #include "error_private.h" /* ERR_*, ERROR */
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_wron in HUF_readStats_wksp()
[all...]
H A 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_detecte in ZSTD_getcBlockSize()
[all...]
H A 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_detecte in HUF_decompress4X2_usingDTable_internal()
[all...]
H A 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(GENERI in FSE_writeNCount()
[all...]
H A Dfse_decompress.c100 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 incorrect */ 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()
315 // if (NCountLength >= cSrcSize) return ERROR(srcSize_wrong); /* too small input size; supposed to be already checked in NCountLength, only remaining in FSE_decompress_wksp()
318 return ERROR(tableLog_tooLarg in FSE_decompress_wksp()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c24 #define ERROR(ret) do {\ macro
25 char fmt[] = "ERROR line:%d ret:%d\n";\
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(re in _erspan_get_tunnel()
[all...]
/kernel/linux/linux-6.6/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()
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()
187 printf("DEBUG, INFO, NOTICE, WARN, ERROR\n"); in usage()
249 ERROR("Usag in options_init()
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtc-parser.y16 #define ERROR(loc, ...) \
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(
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Derror_private.h43 #undef ERROR /* already defined on Visual Studio */ macro
44 #define ERROR(name) ZSTD_ERROR(name) macro
47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
103 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
104 __FILE__, __LINE__, ERR_QUOTE(cond), ERR_QUOTE(ERROR(err))); \
108 return ERROR(err); \
118 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
119 __FILE__, __LINE__, ERR_QUOTE(ERROR(err))); \
123 return ERROR(err); \
135 RAWLOG(3, "%s:%d: ERROR!
[all...]
H A Dentropy_common.c19 #include "error_private.h" /* ERR_*, ERROR */
81 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_wron in HUF_readStats_body()
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc-parser.y16 #define ERROR(loc, ...) \
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(
[all...]
/kernel/liteos_a/kernel/base/misc/
H A Dkill_shellcmd.c68 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/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c215 mwifiex_dbg(adapter, ERROR, "failed to map pci memory!\n"); in mwifiex_map_pci_memory()
321 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_suspend()
673 mwifiex_dbg(adapter, ERROR, in mwifiex_pm_wakeup_card()
713 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_disable_host_int()
740 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_enable_host_int()
797 mwifiex_dbg(adapter, ERROR, in mwifiex_init_rxq_ring()
855 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_init_evt_ring()
1024 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring()
1091 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring()
1160 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring()
[all...]
H A Dcfg80211.c164 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...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A 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...]
/kernel/linux/linux-6.6/tools/objtool/
H A 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()
/kernel/linux/linux-5.10/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
93 ERROR=1
/kernel/liteos_a/kernel/base/vm/
H A Dshm.c110 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/tools/testing/selftests/futex/include/
H A Dlogging.h27 * Define PASS, ERROR, and FAIL strings with and without color escape
48 static const char ERROR_NORMAL[] = "ERROR";
52 const char *ERROR = ERROR_NORMAL; variable
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
75 ERROR = ERROR_COLOR; in log_color()
79 ERROR = ERROR_NORMAL; in log_color()
89 * them. FAIL and ERROR messages are always displayed.
101 * print_result() - Print standard PASS | ERROR | FAIL results
136 ERROR, strerror(err), ##args); \
138 fprintf(stderr, "\t%s: "message, ERROR, ##arg
[all...]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
H A Dlogging.h27 * Define PASS, ERROR, and FAIL strings with and without color escape
48 static const char ERROR_NORMAL[] = "ERROR";
52 const char *ERROR = ERROR_NORMAL; variable
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
75 ERROR = ERROR_COLOR; in log_color()
79 ERROR = ERROR_NORMAL; in log_color()
89 * them. FAIL and ERROR messages are always displayed.
101 * print_result() - Print standard PASS | ERROR | FAIL results
136 ERROR, strerror(err), ##args); \
138 fprintf(stderr, "\t%s: "message, ERROR, ##arg
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init_check.sh35 ERROR=0
44 ERROR=1
81 ERROR=1
91 exit $ERROR
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init_check.sh39 ERROR=0
48 ERROR=1
84 ERROR=1
94 exit $ERROR

Completed in 19 milliseconds

12345678910>>...12