Searched refs:show_error (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
D | parse-filter.c | 33 static void show_error(char *error_buf, const char *fmt, ...) in show_error() function 340 show_error(error_str, "failed to allocate filter arg"); in create_arg_item() 354 show_error(error_str, "failed to allocate string filter arg"); in create_arg_item() 386 show_error(error_str, "expected a value but found %s", token); in create_arg_item() 471 show_error(error_str, "Illegal rvalue"); in add_right() 517 show_error(error_str, in add_right() 535 show_error(error_str, in add_right() 542 show_error(error_str, in add_right() 552 show_error(error_str, "Failed to allocate string filter"); in add_right() 560 show_error(error_str, "Failed to allocate string filter"); in add_right() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | spider_net.c | 1352 int show_error = 1; in spider_net_handle_error_irq() local 1370 show_error = 0; in spider_net_handle_error_irq() 1375 show_error = 0; in spider_net_handle_error_irq() 1382 show_error = 0; in spider_net_handle_error_irq() 1388 show_error = 0; in spider_net_handle_error_irq() 1397 show_error = 0; in spider_net_handle_error_irq() 1405 show_error = 0; in spider_net_handle_error_irq() 1418 show_error = 0; in spider_net_handle_error_irq() 1423 show_error = 0; in spider_net_handle_error_irq() 1426 show_error = 0; in spider_net_handle_error_irq() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.c | 1294 static ssize_t show_error(struct device *d, in show_error() function 1340 static DEVICE_ATTR(error, 0644, show_error, clear_error);
|