Searched refs:match_str (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/bus/ |
D | arm-cci.c | 444 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()
|
/Linux-v4.19/security/apparmor/ |
D | apparmorfs.c | 604 const char *match_str, size_t match_len) in profile_query_cb() argument 612 if (profile->file.dfa && *match_str == AA_CLASS_FILE) { in profile_query_cb() 615 match_str + 1, match_len - 1); in profile_query_cb() 622 if (!PROFILE_MEDIATES(profile, *match_str)) in profile_query_cb() 626 match_str, match_len); in profile_query_cb() 751 char *label_name, *match_str; in query_label() local 770 match_str = label_name + label_name_len + 1; in query_label() 782 profile_query_cb(profile, &perms, match_str, match_len); in query_label() 786 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
|
/Linux-v4.19/scripts/kconfig/ |
D | nconf.c | 497 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()
|