| /linux/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/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/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); 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/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/tools/objtool/ |
| A D | builtin-check.c | 12 #define ERROR(format, ...) \ macro 147 ERROR("--dump can't be combined with other actions"); in opts_valid() 155 ERROR("--unret requires --rethunk"); in opts_valid() 162 ERROR("At least one action 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/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/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/arch/powerpc/kernel/ |
| A D | prom_init_check.sh | 39 ERROR=0 48 ERROR=1 84 ERROR=1 94 exit $ERROR
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | sdio.c | 728 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 …]
|
| A D | pcie.c | 317 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 …]
|
| A D | cfg80211.c | 575 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 …]
|
| A D | txrx.c | 41 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()
|
| A D | uap_txrx.c | 99 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()
|
| 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/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/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/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/scripts/ |
| A D | checkpatch.pl | 2469 sub ERROR { subroutine 4347 ERROR("OPEN_BRACE", 4531 ERROR("TEST_TYPE", 4542 ERROR("TEST_ATTR", 5430 if (ERROR("SPACING", 5448 if (ERROR("SPACING", 5585 ERROR("SPACING", 6961 ERROR("MEMSET", 7361 ERROR("DATE_TIME", 7497 ERROR("IN_ATOMIC", [all …]
|
| /linux/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/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/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()
|