/openbmc/linux/lib/ |
H A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 123 EXPORT_SYMBOL(glob_match);
|
H A D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
H A D | Kconfig | 558 # prompt "glob_match() function" 560 This option provides a glob_match function for performing 574 This option enables a simple self-test of the glob_match
|
/openbmc/linux/drivers/base/ |
H A D | soc.c | 215 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr() 219 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr() 223 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr() 227 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
|
/openbmc/linux/lib/kunit/ |
H A D | executor.c | 109 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests() 128 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests() 197 if (!glob_match(parsed_glob.suite_glob, filtered_suite->name)) in kunit_filter_suites()
|
/openbmc/linux/include/linux/ |
H A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 124 static bool glob_match(const char *str, const char *pat) in glob_match() function 139 if (glob_match(str++, pat)) in glob_match() 179 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 185 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run() 204 if (glob_match(test_name, sel->blacklist.tests[i].name)) { in should_run_subtest() 209 if (glob_match(subtest_name, in should_run_subtest() 217 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest() 222 if (glob_match(subtest_name, in should_run_subtest()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | elf.c | 410 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
|
H A D | libbpf_internal.h | 597 bool glob_match(const char *str, const char *pat);
|
H A D | libbpf.c | 10648 bool glob_match(const char *str, const char *pat) in glob_match() function 10668 if (glob_match(str++, pat)) in glob_match() 10740 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kallsyms_parse() 10814 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kprobes_parse()
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 784 glob_match = "%s/%s" % (deploy_dir_image, dtb) 787 globs = (glob_match, glob_startswith, glob_wild)
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 784 glob_match = "%s/%s" % (deploy_dir_image, dtb) 787 globs = (glob_match, glob_startswith, glob_wild)
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_filter.c | 1061 if (glob_match(r->pattern, str)) in regex_match_glob()
|
H A D | ftrace.c | 4164 if (glob_match(g->search, str)) in ftrace_match()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-core.c | 4271 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted() 4274 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
|