Home
last modified time | relevance | path

Searched refs:match_str (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/bus/
H A Darm-cci.c444 const char *match_str; in cci_probe_ports() local
468 &match_str)) { in cci_probe_ports()
473 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports()
474 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c227 static char *match_str(char *str, char *prefix) in match_str() function
511 pattern_next = match_str(pattern, reg_map[i][0]); in match_pattern()
515 text_next = match_str(text, reg_map[i][1]); in match_pattern()
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c613 const char *match_str, size_t match_len) in profile_query_cb() argument
622 if (rules->file.dfa && *match_str == AA_CLASS_FILE) { in profile_query_cb()
625 match_str + 1, match_len - 1); in profile_query_cb()
632 if (!RULE_MEDIATES(rules, *match_str)) in profile_query_cb()
636 match_str, match_len); in profile_query_cb()
761 char *label_name, *match_str; in query_label() local
780 match_str = label_name + label_name_len + 1; in query_label()
792 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
796 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c497 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
511 if (strcasestr(str, match_str) != NULL) in get_mext_match()
/openbmc/linux/scripts/kconfig/
H A Dnconf.c503 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
521 if (strcasestr(str, match_str) != NULL) in get_mext_match()