Searched refs:match_name (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0025-Support-setting-touch-calibration-through-environmen.patch | 54 if (!cal->match_name) { 65 if (strcmp(cal->match_name, device) == 0 || 66 - strcmp(cal->match_name, head) == 0) 67 + strcmp(cal->match_name, head) == 0) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 54 if (!cal->match_name) { 65 if (strcmp(cal->match_name, device) == 0 || 66 - strcmp(cal->match_name, head) == 0) 67 + strcmp(cal->match_name, head) == 0) {
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 54 if (!cal->match_name) { 65 if (strcmp(cal->match_name, device) == 0 || 66 - strcmp(cal->match_name, head) == 0) 67 + strcmp(cal->match_name, head) == 0) {
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1323 match_name = None 1329 match_name = old_patch_noext 1332 match_name = old_patch 1334 if match_name: 1336 if new_patch != match_name: 1338 os.path.join(destdir, match_name)) 1343 with open(os.path.join(destdir, match_name), 'r') as f: 1351 bb.process.run(['gzip', match_name], cwd=destdir) 1353 match_name += '.gz' 1355 match_name += '.Z' [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | vars.c | 208 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() argument 212 char c = match_name[*match]; in variable_matches()
|
| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A D | test.h | 471 void *match_name) in kunit_resource_name_match() argument 473 return res->name && strcmp(res->name, match_name) == 0; in kunit_resource_name_match()
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | Changes | 153 - Simplified match_name(), changed all hashing
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1004 if (match_name) { in xf86RandRModeMatches()
|