Lines Matching refs:match_event_system
331 char *match_event_system; member
1573 char *system = data->onmatch.match_event_system; in find_match_var()
3497 kfree(data->onmatch.match_event_system); in onmatch_destroy()
3585 system = data->onmatch.match_event_system; in onmatch_find_var()
3625 system = data->onmatch.match_event_system; in onmatch_create_field_var()
3750 char *match_event, *match_event_system; in onmatch_parse() local
3765 match_event_system = strsep(&match_event, "."); in onmatch_parse()
3767 hist_err("onmatch: Missing subsystem for match event: ", match_event_system); in onmatch_parse()
3771 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse()
3773 match_event_system, match_event, NULL); in onmatch_parse()
3783 data->onmatch.match_event_system = kstrdup(match_event_system, GFP_KERNEL); in onmatch_parse()
3784 if (!data->onmatch.match_event_system) { in onmatch_parse()
4364 seq_printf(m, ":onmatch(%s.%s).", data->onmatch.match_event_system, in print_onmatch_spec()
4405 if (strcmp(data->onmatch.match_event_system, in actions_match()
4406 data_test->onmatch.match_event_system) != 0) in actions_match()