/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | tbldo.S | 63 .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.3-rc2/tools/thermal/thermometer/ |
A D | thermometer.c | 91 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() 297 ERROR("Failed to start mainloop\n"); in thermometer_init() 376 ERROR("'%s' already exists\n", path); in thermometer_start() 428 ERROR("Failed to fork process: %m"); in thermometer_execute() 482 ERROR("Failed to set timer time: %m\n"); in thermometer_wait() [all …]
|
/linux-6.3-rc2/scripts/dtc/ |
A D | dtc-parser.y | 16 #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); 382 ERROR(&@2, "Array elements must be" 428 ERROR(&@2, "References are only allowed in " 515 ERROR(&@$, "Division by zero"); 524 ERROR(&@$, "Division by zero"); [all …]
|
/linux-6.3-rc2/lib/zstd/common/ |
A D | error_private.h | 43 #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); \
|
A D | entropy_common.c | 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_wrong); in HUF_readStats_body() 301 if (weightTotal == 0) return ERROR(corruption_detected); in HUF_readStats_body() [all …]
|
A D | fse_decompress.c | 83 …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.3-rc2/tools/objtool/ |
A D | builtin-check.c | 12 #define ERROR(format, ...) \ macro 142 ERROR("--dump can't be combined with other options"); in opts_valid() 150 ERROR("--unret requires --rethunk"); in opts_valid() 157 ERROR("At least one command required"); in opts_valid() 164 ERROR("--mnop requires --mcount"); in mnop_opts_valid() 177 ERROR("Linked object detected, forcing --link"); in link_opts_valid() 183 ERROR("--noinstr requires --link"); in link_opts_valid() 188 ERROR("--ibt requires --link"); in link_opts_valid() 193 ERROR("--unret requires --link"); in link_opts_valid()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | pcie.c | 308 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_suspend() 669 mwifiex_dbg(adapter, ERROR, in mwifiex_pm_wakeup_card() 709 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_disable_host_int() 736 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_enable_host_int() 1021 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_txbd_ring() 1087 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_rxbd_ring() 1152 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_create_evtbd_ring() 1201 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_alloc_cmdrsp_buf() 1258 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_alloc_sleep_cookie_buf() 1333 mwifiex_dbg(adapter, ERROR, in mwifiex_pcie_send_data_complete() [all …]
|
A D | sdio.c | 706 mwifiex_dbg(adapter, ERROR, in mwifiex_write_data_sync() 896 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_suspend() 1215 mwifiex_dbg(adapter, ERROR, in mwifiex_get_wr_port_data() 1248 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_poll_card_status() 1348 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int() 1357 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_enable_host_int() 1378 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host() 1386 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host() 1394 mwifiex_dbg(adapter, ERROR, in mwifiex_sdio_card_to_host() 1428 mwifiex_dbg(adapter, ERROR, in mwifiex_prog_fw_w_helper() [all …]
|
A D | cfg80211.c | 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() 752 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params() 760 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_wiphy_params() 855 mwifiex_dbg(adapter, ERROR, in mwifiex_deinit_priv_params() 923 mwifiex_dbg(adapter, ERROR, in mwifiex_init_new_priv_params() 1046 mwifiex_dbg(adapter, ERROR, in update_vif_type_counter() 1091 mwifiex_dbg(adapter, ERROR, in mwifiex_change_vif_to_p2p() 1759 mwifiex_dbg(adapter, ERROR, in mwifiex_cfg80211_set_bitrate_mask() [all …]
|
A D | txrx.c | 41 mwifiex_dbg(adapter, ERROR, in mwifiex_handle_rx_packet() 129 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_process_tx() 132 mwifiex_dbg(adapter, ERROR, in mwifiex_process_tx() 164 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card() 184 mwifiex_dbg(adapter, ERROR, "data: -ENOSR is returned\n"); in mwifiex_host_to_card() 199 mwifiex_dbg(adapter, ERROR, "data: -EBUSY is returned\n"); in mwifiex_host_to_card() 202 mwifiex_dbg(adapter, ERROR, in mwifiex_host_to_card()
|
A D | cmdevt.c | 55 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() 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() 579 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd() 609 mwifiex_dbg(adapter, ERROR, in mwifiex_send_cmd() [all …]
|
A D | usb.c | 57 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.3-rc2/tools/testing/selftests/bpf/ |
A D | test_bpftool_build.sh | 28 ERROR=0 36 exit $ERROR 46 ERROR=1 && printf "FAILURE: Did not find bpftool\n" 54 ERROR=1 81 ERROR=1
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | prom_init_check.sh | 34 ERROR=0 43 ERROR=1 79 ERROR=1 89 exit $ERROR
|
/linux-6.3-rc2/tools/testing/selftests/futex/include/ |
A D | logging.h | 52 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.3-rc2/tools/thermal/thermal-engine/ |
A D | thermal-engine.c | 295 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.3-rc2/lib/zstd/decompress/ |
A D | huf_decompress.c | 177 return ERROR(corruption_detected); in HUF_DecompressAsmArgs_init() 251 return ERROR(corruption_detected); in HUF_initRemainingDStream() 258 return ERROR(corruption_detected); in HUF_initRemainingDStream() 755 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_decompress1X1_usingDTable() 780 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_decompress4X1_usingDTable() 1422 return ERROR(corruption_detected); in HUF_decompress4X2_usingDTable_internal_bmi2_asm() 1461 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_DGEN() 1487 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_decompress4X2_usingDTable() 1620 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress4X_hufOnly_wksp() 1645 if (dstSize == 0) return ERROR(dstSize_tooSmall); in HUF_decompress1X_DCtx_wksp() [all …]
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 2446 sub ERROR { subroutine 4304 ERROR("OPEN_BRACE", 4488 ERROR("TEST_TYPE", 4499 ERROR("TEST_ATTR", 5387 if (ERROR("SPACING", 5405 if (ERROR("SPACING", 5542 ERROR("SPACING", 6907 ERROR("MEMSET", 7261 ERROR("DATE_TIME", 7387 ERROR("IN_ATOMIC", [all …]
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | u_uac1_legacy.c | 128 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.3-rc2/lib/zstd/compress/ |
A D | fse_compress.c | 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() 479 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount() [all …]
|
A D | hist.c | 128 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.3-rc2/drivers/usb/misc/ |
A D | usbtest.c | 118 #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 …]
|
/linux-6.3-rc2/sound/pci/asihpi/ |
A D | hpioctl.c | 136 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-6.3-rc2/tools/testing/selftests/futex/ |
A D | README | 37 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)
|