match_str         444 drivers/bus/arm-cci.c 	const char *match_str;
match_str         468 drivers/bus/arm-cci.c 					&match_str)) {
match_str         473 drivers/bus/arm-cci.c 		is_ace = strcmp(match_str, "ace") == 0;
match_str         474 drivers/bus/arm-cci.c 		if (!is_ace && strcmp(match_str, "ace-lite")) {
match_str         496 scripts/kconfig/nconf.c static int get_mext_match(const char *match_str, match_f flag)
match_str         510 scripts/kconfig/nconf.c 		if (strcasestr(str, match_str) != NULL)
match_str         611 security/apparmor/apparmorfs.c 			     const char *match_str, size_t match_len)
match_str         619 security/apparmor/apparmorfs.c 	if (profile->file.dfa && *match_str == AA_CLASS_FILE) {
match_str         622 security/apparmor/apparmorfs.c 					 match_str + 1, match_len - 1);
match_str         629 security/apparmor/apparmorfs.c 		if (!PROFILE_MEDIATES(profile, *match_str))
match_str         633 security/apparmor/apparmorfs.c 					 match_str, match_len);
match_str         758 security/apparmor/apparmorfs.c 	char *label_name, *match_str;
match_str         777 security/apparmor/apparmorfs.c 	match_str = label_name + label_name_len + 1;
match_str         789 security/apparmor/apparmorfs.c 			profile_query_cb(profile, &perms, match_str, match_len);
match_str         793 security/apparmor/apparmorfs.c 			profile_query_cb(profile, &perms, match_str, match_len);