Searched refs:match_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | em_ipt.c | 29 char *match_name; member 87 .match_name = "policy", 91 .match_name = "addrtype", 105 for (m = em_ipt_xt_matches; m->match_name; m++) { in get_xt_match() 106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match() 110 if (!m->match_name) { in get_xt_match() 123 return xt_request_find_match(nfproto, m->match_name, mrev); in get_xt_match()
|
/openbmc/linux/include/kunit/ |
H A D | resource.h | 311 void *match_name) in kunit_resource_name_match() argument 313 return res->name && strcmp(res->name, match_name) == 0; in kunit_resource_name_match()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1333 match_name = None 1340 match_name = old_patch_noext 1343 match_name = old_patch 1345 if match_name: 1347 if new_patch != match_name: 1349 os.path.join(destdir, match_name)) 1354 with open(os.path.join(dirpath, match_name), 'r') as f: 1362 bb.process.run(['gzip', match_name], cwd=destdir) 1364 match_name += '.gz' 1366 match_name += '.Z' [all …]
|
/openbmc/linux/fs/efivarfs/ |
H A D | vars.c | 200 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() argument 204 char c = match_name[*match]; in variable_matches()
|
/openbmc/linux/fs/affs/ |
H A D | Changes | 153 - Simplified match_name(), changed all hashing
|