Symbol: match_str
drivers/bus/arm-cci.c
444
const char *match_str;
drivers/bus/arm-cci.c
468
&match_str)) {
drivers/bus/arm-cci.c
473
is_ace = strcmp(match_str, "ace") == 0;
drivers/bus/arm-cci.c
474
if (!is_ace && strcmp(match_str, "ace-lite")) {
scripts/kconfig/nconf.c
506
static int get_mext_match(const char *match_str, match_f flag)
scripts/kconfig/nconf.c
524
if (strcasestr(str, match_str) != NULL)
security/apparmor/apparmorfs.c
697
const char *match_str, size_t match_len)
security/apparmor/apparmorfs.c
705
if (rules->file->dfa && *match_str == AA_CLASS_FILE) {
security/apparmor/apparmorfs.c
708
match_str + 1, match_len - 1);
security/apparmor/apparmorfs.c
716
if (!RULE_MEDIATES(rules, *match_str))
security/apparmor/apparmorfs.c
723
if (*match_str == AA_CLASS_DBUS &&
security/apparmor/apparmorfs.c
728
match_str, match_len);
security/apparmor/apparmorfs.c
853
char *label_name, *match_str;
security/apparmor/apparmorfs.c
872
match_str = label_name + label_name_len + 1;
security/apparmor/apparmorfs.c
884
profile_query_cb(profile, &perms, match_str, match_len);
security/apparmor/apparmorfs.c
888
profile_query_cb(profile, &perms, match_str, match_len);
sound/hda/codecs/realtek/alc269.c
3173
const char *hid, const char *match_str, int count)
sound/hda/codecs/realtek/alc269.c
3181
match_str, &comp_master_ops);
sound/hda/codecs/side-codecs/hda_component.c
113
const char *match_str;
sound/hda/codecs/side-codecs/hda_component.c
132
snprintf(tmp, sizeof(tmp), p->match_str, p->hid, p->index);
sound/hda/codecs/side-codecs/hda_component.c
150
const char *match_str,
sound/hda/codecs/side-codecs/hda_component.c
174
sm->match_str = match_str;
sound/hda/codecs/side-codecs/hda_component.h
75
const char *match_str,
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
516
pattern_next = match_str(pattern, reg_map[i][0]);
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
520
text_next = match_str(text, reg_map[i][1]);