Searched refs:glob_match (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/lib/ |
D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 123 EXPORT_SYMBOL(glob_match);
|
D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
D | Kconfig | 463 # prompt "glob_match() function" 465 This option provides a glob_match function for performing 479 This option enables a simple self-test of the glob_match
|
/Linux-v4.19/drivers/base/ |
D | soc.c | 189 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr() 193 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr() 197 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr() 201 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
|
/Linux-v4.19/include/linux/ |
D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_filter.c | 788 if (glob_match(r->pattern, str)) in regex_match_glob()
|
D | ftrace.c | 3686 if (glob_match(g->search, str)) in ftrace_match()
|
/Linux-v4.19/drivers/ata/ |
D | libata-core.c | 4637 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted() 4640 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
|