Lines Matching refs:do_warning

47 #define do_warning(fmt, ...)				\  macro
1087 do_warning("Error: expected type %d but read %d", in test_type()
1098 do_warning("Error: expected type %d but read %d", in test_type_token()
1104 do_warning("Error: expected '%s' but read '%s'", in test_type_token()
1341 do_warning("%s: no type found", __func__); in event_read_fields()
1388 do_warning("failed to find token"); in event_read_fields()
1604 do_warning("%s: not enough memory!", __func__); in process_cond()
1654 do_warning("%s: not enough memory!", __func__); in process_array()
1707 do_warning("unknown op '%c'", op[0]); in get_op_prio()
1728 do_warning("unknown op '%s'", op); in get_op_prio()
1760 do_warning("bad op token %s", token); in process_op()
1770 do_warning("bad op token %s", token); in process_op()
1856 do_warning("bad pointer type"); in process_op()
1898 do_warning("unknown op '%s'", token); in process_op()
1919 do_warning("%s: not enough memory!", __func__); in process_op()
1980 do_warning("pointer expected with non pointer type"); in eval_type_str()
1986 do_warning("%s: not enough memory!", __func__); in eval_type_str()
2066 do_warning("expected type argument"); in eval_type()
2132 do_warning("unknown op '%s'", arg->op.op); in arg_num_eval()
2154 do_warning("unknown op '%s'", arg->op.op); in arg_num_eval()
2167 do_warning("unknown op '%s'", arg->op.op); in arg_num_eval()
2185 do_warning("unknown op '%s'", arg->op.op); in arg_num_eval()
2215 do_warning("unknown op '%s'", arg->op.op); in arg_num_eval()
2225 do_warning("invalid eval type %d", arg->type); in arg_num_eval()
2253 do_warning("invalid eval type %d", arg->type); in arg_eval()
2353 do_warning("%s: not enough memory!", __func__); in process_flags()
2406 do_warning("%s: not enough memory!", __func__); in process_symbols()
2444 do_warning("%s: not enough memory!", __func__); in process_hex()
2459 do_warning("%s: not enough memory!", __func__); in process_hex()
2522 do_warning("%s: not enough memory!", __func__); in process_dynamic_array()
2581 do_warning("previous needed to be PRINT_ATOM"); in process_paren()
2587 do_warning("%s: not enough memory!", __func__); in process_paren()
2689 do_warning("%s: not enough memory!", __func__); in process_func_handler()
2751 do_warning("function %s not defined", token); in process_function()
2837 do_warning("unexpected type %d", type); in process_arg_token()
2860 do_warning("%s: not enough memory!", __func__); in event_read_print_args()
3090 do_warning("no event_list!"); in get_common_info()
3427 do_warning("%s: unknown op '%s'", __func__, arg->op.op); in eval_num_arg()
3431 do_warning("%s: field %s not found", __func__, arg->field.name); in eval_num_arg()
3531 do_warning("%s: not enough memory!", __func__); in print_str_arg()
3629 do_warning("%s: field %s not found", __func__, arg->field.name); in print_str_arg()
3674 do_warning("%s(%d): malloc str", __func__, __LINE__); in process_defined_func()
3681 do_warning("%s(%d): malloc str", __func__, __LINE__); in process_defined_func()
3693 do_warning("Unexpected end of arguments\n"); in process_defined_func()
3743 do_warning("can't find buffer field for binary printk"); in make_bprint_args()
3748 do_warning("can't find ip field for binary printk"); in make_bprint_args()
3762 do_warning("%s(%d): not enough memory!", __func__, __LINE__); in make_bprint_args()
3828 do_warning("%s(%d): not enough memory!", in make_bprint_args()
3851 do_warning("%s(%d): not enough memory!", in make_bprint_args()
3892 do_warning("can't find format field for binary printk"); in get_bprint_format()
3948 do_warning("%s: field %s not found", in print_mac_arg()
4120 do_warning("no argument match"); in pretty_print()
4157 do_warning("no argument match"); in pretty_print()
4167 do_warning("bad format!"); in pretty_print()
4234 do_warning("bad count (%d)", ls); in pretty_print()
4240 do_warning("no matching argument"); in pretty_print()
4250 do_warning("bad format!"); in pretty_print()
4465 do_warning("ug! negative record size %d", record->size); in pevent_print_event()
4473 do_warning("ug! no event found for type %d", type); in pevent_print_event()
4615 do_warning("event %s has more %s fields than specified", in get_event_fields()
4623 do_warning("event %s has less %s fields than specified", in get_event_fields()
5384 do_warning("Failed to allocate function handler"); in pevent_register_print_function()
5392 do_warning("Failed to allocate function name"); in pevent_register_print_function()
5405 do_warning("Invalid argument type %d", type); in pevent_register_print_function()
5412 do_warning("Failed to allocate function param"); in pevent_register_print_function()
5486 do_warning("Failed to allocate event handler"); in pevent_register_event_handler()
5498 do_warning("Failed to allocate event/sys name"); in pevent_register_event_handler()