| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | mac_bsdextended.c | 247 match = !match; in ugidfw_rulecheck() 269 match = !match; in ugidfw_rulecheck() 278 match = !match; in ugidfw_rulecheck() 290 match = !match; in ugidfw_rulecheck() 299 match = !match; in ugidfw_rulecheck() 308 match = !match; in ugidfw_rulecheck() 316 match = !match; in ugidfw_rulecheck() 324 match = !match; in ugidfw_rulecheck() 334 match = !match; in ugidfw_rulecheck() 344 match = !match; in ugidfw_rulecheck() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | autotest_test_funcs.py | 82 if int(child.match.groups()[0]) < i: 84 i = int(child.match.groups()[0]) 88 ir = int(child.match.groups()[0]) 117 if int(child.match.groups()[0]) < i: 119 i = int(child.match.groups()[0]) 154 i = int(child.match.groups()[0]) 158 ir = int(child.match.groups()[0]) 187 i = int(child.match.groups()[0]) 191 ir = int(child.match.groups()[0]) 281 id = int(child.match.groups()[1]) [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | getopt.c | 125 int i, match; in parse_long_options() local 128 match = -1; in parse_long_options() 148 match = i; in parse_long_options() 158 if (match == -1) /* partial match */ in parse_long_options() 159 match = i; in parse_long_options() 179 optopt = long_options[match].val; in parse_long_options() 209 optopt = long_options[match].val; in parse_long_options() 226 *idx = match; in parse_long_options() 227 if (long_options[match].flag) { in parse_long_options() 228 *long_options[match].flag = long_options[match].val; in parse_long_options() [all …]
|
| /f-stack/dpdk/devtools/ |
| H A D | update_version_map_abi.py | 64 match = section_end_regex.match(line) 65 if match: 88 match = section_begin_regex.match(line) 89 if match: 90 cur_section = match.group("version") 100 match = func_line_regex.match(line) 101 if match: 102 stable_lines.add(match.group("func")) 179 if not re.match(r"\d{1,2}\.\d{1,2}", parsed.abi_version):
|
| H A D | check-maintainers.sh | 47 match=$(aminusb "$include_files" "$exclude_files") 54 if [ -n "$match" ] ; then 55 echo "$match" 81 match=$(files "$line") 82 if [ -z "$match" ] ; then
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 1042 struct table_rule_match_acl *r = &match->match.acl; in match_check() 1069 struct table_rule_match_lpm *r = &match->match.lpm; in match_check() 1340 (match == NULL) || in pipeline_table_rule_add() 1357 memcpy(&rule->match, match, sizeof(*match)); in pipeline_table_rule_add() 1420 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in pipeline_table_rule_add() 1667 (match == NULL)) in pipeline_table_rule_delete() 1706 memcpy(&req->table_rule_delete.match, match, sizeof(*match)); in pipeline_table_rule_delete() 1793 (match == NULL) || in pipeline_table_rule_stats_read() 1963 (match == NULL) || in pipeline_table_rule_mtr_read() 2719 struct table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add() local [all …]
|
| H A D | pipeline.c | 830 if (params->match.acl.n_rules == 0) in pipeline_table_create() 835 if (params->match.acl.ip_version) { in pipeline_table_create() 859 if (params->match.array.n_keys == 0) in pipeline_table_create() 875 if (params->match.hash.n_keys == 0) in pipeline_table_create() 946 if (params->match.lpm.n_rules == 0) in pipeline_table_create() 949 switch (params->match.lpm.key_size) { in pipeline_table_create() 1022 if (params->match.lpm.key_size == 4) in pipeline_table_create() 1054 struct table_rule_match *match) in table_rule_find() argument 1059 if (memcmp(&rule->match, match, sizeof(*match)) == 0) in table_rule_find() 1110 struct table_rule_match *match) in table_rule_delete() argument [all …]
|
| H A D | pipeline.h | 140 } match; member 276 } match; member 303 struct table_rule_match match; member 337 struct table_rule_match *match, 355 struct table_rule_match *match); 364 struct table_rule_match *match, 382 struct table_rule_match *match, 395 struct table_rule_match *match, 402 struct table_rule_match *match, 407 struct table_rule_match *match); [all …]
|
| /f-stack/freebsd/net/ |
| H A D | if_media.c | 167 struct ifmedia_entry *match; in ifmedia_set() local 171 if (match == NULL) { in ifmedia_set() 176 ifm->ifm_cur = match; in ifmedia_set() 210 struct ifmedia_entry *match; in ifmedia_ioctl() local 228 if (match == NULL) { in ifmedia_ioctl() 263 ifm->ifm_cur = match; in ifmedia_ioctl() 332 struct ifmedia_entry *match, *next; in ifmedia_match() local 334 match = NULL; in ifmedia_match() 340 if (match) { in ifmedia_match() 345 match = next; in ifmedia_match() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1121 int match; in check_uidgid() 1158 match = 0; in check_uidgid() 1848 int match; in ipfw_chk() local 1881 match = 1; in ipfw_chk() 1935 match = in ipfw_chk() 1950 match = in ipfw_chk() 2451 match = 1; in ipfw_chk() 2513 match = in ipfw_chk() 2559 match = in ipfw_chk() 2692 match = in ipfw_chk() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_sub_filter_module.c | 212 matches[j].match = pairs[i].match.value; in ngx_http_sub_header_filter() 657 m = &match[i].match; in ngx_http_sub_parse() 696 m = &match[i].match; in ngx_http_sub_parse() 839 ngx_strlow(pair->match.value.data, pair->match.value.data, in ngx_http_sub_filter() 922 matches[i].match = pairs[i].match.value; in ngx_http_sub_merge_conf() 954 min = match[0].match.len; in ngx_http_sub_init_tables() 955 max = match[0].match.len; in ngx_http_sub_init_tables() 958 min = ngx_min(min, match[i].match.len); in ngx_http_sub_init_tables() 959 max = ngx_max(max, match[i].match.len); in ngx_http_sub_init_tables() 976 c = match[i].match.data[tables->min_match_len - 1 - j]; in ngx_http_sub_init_tables() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | route_ecmp.cli | 38 pipeline PIPELINE0 table match lpm ipv4 offset 286 size 4K action APRT 39 pipeline PIPELINE0 table match array offset 256 size 64K action APNH 48 pipeline PIPELINE0 table 0 rule add match default action fwd port 4 49 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.0.0.0 10 action fwd table 1 balance 0 0 0 0 … 50 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.64.0.0 10 action fwd table 1 balance 1 1 1 1… 51 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.128.0.0 10 action fwd table 1 balance 2 2 2 … 52 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd table 1 balance 3 3 3 … 54 pipeline PIPELINE0 table 1 rule add match array 0 action fwd port 0 encap ether a0:a1:a2:a3:a4:a5 0… 55 pipeline PIPELINE0 table 1 rule add match array 1 action fwd port 1 encap ether b0:b1:b2:b3:b4:b5 1… 56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2… [all …]
|
| H A D | l2fwd.cli | 36 pipeline PIPELINE0 table match stub 37 pipeline PIPELINE0 table match stub 38 pipeline PIPELINE0 table match stub 39 pipeline PIPELINE0 table match stub 48 pipeline PIPELINE0 table 0 rule add match default action fwd port 1 49 pipeline PIPELINE0 table 1 rule add match default action fwd port 0 50 pipeline PIPELINE0 table 2 rule add match default action fwd port 3 51 pipeline PIPELINE0 table 3 rule add match default action fwd port 2
|
| H A D | kni.cli | 54 pipeline PIPELINE0 table match stub action AP0 55 pipeline PIPELINE0 table match stub action AP0 56 pipeline PIPELINE0 table match stub action AP0 57 pipeline PIPELINE0 table match stub action AP0 66 pipeline PIPELINE0 table 0 rule add match default action fwd port 0 67 pipeline PIPELINE0 table 1 rule add match default action fwd port 1 68 pipeline PIPELINE0 table 2 rule add match default action fwd port 2 69 pipeline PIPELINE0 table 3 rule add match default action fwd port 3
|
| H A D | tap.cli | 51 pipeline PIPELINE0 table match stub action AP0 52 pipeline PIPELINE0 table match stub action AP0 53 pipeline PIPELINE0 table match stub action AP0 54 pipeline PIPELINE0 table match stub action AP0 63 pipeline PIPELINE0 table 0 rule add match default action fwd port 0 64 pipeline PIPELINE0 table 1 rule add match default action fwd port 1 65 pipeline PIPELINE0 table 2 rule add match default action fwd port 2 66 pipeline PIPELINE0 table 3 rule add match default action fwd port 3
|
| H A D | flow_crypto.cli | 42 pipeline PIPELINE0 table match hash ext key 8 mask FFFFFFFF00000000 offset 282 buckets 1K size 4K a… 43 pipeline PIPELINE0 table match stub action AP1 50 pipeline PIPELINE0 table 0 rule add match default action fwd port 2 53 pipeline PIPELINE0 table 0 rule add match hash ipv4_addr 100.0.0.10 action fwd port 0 sym_crypto en… 55 #pipeline PIPELINE0 table 0 rule add match hash ipv4_addr 100.0.0.10 action fwd port 0 sym_crypto d… 57 pipeline PIPELINE0 table 1 rule add match default action fwd port 1
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 1057 if (match == NULL || in match_check() 1070 struct softnic_table_rule_match_acl *r = &match->match.acl; in match_check() 1097 struct softnic_table_rule_match_lpm *r = &match->match.lpm; in match_check() 1246 match == NULL || in softnic_pipeline_table_rule_add() 1311 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in softnic_pipeline_table_rule_add() 1427 match == NULL || in softnic_pipeline_table_rule_add_bulk() 1545 req->table_rule_add_bulk.match = match; in softnic_pipeline_table_rule_add_bulk() 1579 match == NULL) in softnic_pipeline_table_rule_delete() 1613 memcpy(&req->table_rule_delete.match, match, sizeof(*match)); in softnic_pipeline_table_rule_delete() 2570 struct softnic_table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add() local [all …]
|
| H A D | firmware.cli | 9 pipeline RX table match stub 11 pipeline RX table 0 rule add match default action fwd port 0 16 pipeline TX table match stub 18 pipeline TX table 0 rule add match default action fwd port 0
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inftrees.c | 57 unsigned match; /* use base and extra for symbol >= match */ local 184 match = 20; 189 match = 257; 194 match = 0; 217 if (work[sym] + 1U < match) { 221 else if (work[sym] >= match) { 222 here.op = (unsigned char)(extra[work[sym] - match]); 223 here.val = base[work[sym] - match];
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
| H A D | zfs_clone_010_pos.ksh | 104 (for match in ${clones[@]};do 105 [[ $match != $unexpected_clone ]] && \ 111 (for match in ${clones[@]};do 112 [[ $match == $expected_clone ]] && \ 113 [[ $match != $unexpected_clone ]] \ 119 (for match in ${clones[@]};do 120 [[ $match == $expected_clone ]] && \ 128 (for match in ${clones[@]};do 129 [[ $match == $expected_clone ]] && exit 0; \
|
| /f-stack/freebsd/x86/x86/ |
| H A D | ucode.c | 63 void *(*match)(uint8_t *, size_t *); member 68 .match = ucode_intel_match, 323 uint8_t *addr, *fileaddr, *match; in ucode_load_bsp() local 345 fileaddr = match = NULL; in ucode_load_bsp() 356 match = ucode_loader->match(fileaddr, &len); in ucode_load_bsp() 357 if (match != NULL) { in ucode_load_bsp() 360 memcpy_early(addr, match, len); in ucode_load_bsp() 361 match = addr; in ucode_load_bsp() 363 error = ucode_loader->load(match, false, &nrev, &orev); in ucode_load_bsp() 365 ucode_data = early_ucode_data = match; in ucode_load_bsp()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | parsemsg.awk | 33 match($0, "Begemot:")!=0 { 80 if(match($2, "[A-Za-z][A-Za-z0-9_]*/R") == 1) { 111 if(match(c,"[0-9]") != 0) { 113 } else if(match(c,"[a-f]")) { 120 } else if(match(c,"[A-F]")) {
|
| /f-stack/freebsd/ddb/ |
| H A D | db_main.c | 112 Elf_Sym *sym, *match; in X_db_search_symbol() local 127 match = NULL; in X_db_search_symbol() 141 match = sym; in X_db_search_symbol() 143 if (match == NULL) in X_db_search_symbol() 144 match = sym; in X_db_search_symbol() 145 else if (ELF_ST_BIND(match->st_info) == STB_LOCAL && in X_db_search_symbol() 147 match = sym; in X_db_search_symbol() 160 *diffp = (match == NULL) ? off : diff; in X_db_search_symbol() 161 return ((c_db_sym_t)match); in X_db_search_symbol()
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | vxlan_table.txt | 1 match 0xaabbccdd0000 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30000) ethernet_src_addr N(0xb… 2 match 0xaabbccdd0001 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30001) ethernet_src_addr N(0xb… 3 match 0xaabbccdd0002 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30002) ethernet_src_addr N(0xb… 4 match 0xaabbccdd0003 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30003) ethernet_src_addr N(0xb… 5 match 0xaabbccdd0004 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30004) ethernet_src_addr N(0xb… 6 match 0xaabbccdd0005 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30005) ethernet_src_addr N(0xb… 7 match 0xaabbccdd0006 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30006) ethernet_src_addr N(0xb… 8 match 0xaabbccdd0007 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30007) ethernet_src_addr N(0xb… 9 match 0xaabbccdd0008 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30008) ethernet_src_addr N(0xb… 10 match 0xaabbccdd0009 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30009) ethernet_src_addr N(0xb… [all …]
|
| /f-stack/dpdk/doc/guides/regexdevs/ |
| H A D | features_overview.rst | 33 PCRE match all 34 Support PCRE match all. 36 PCRE match as end 37 Support match as end. 39 PCRE match point rst 40 Support PCRE match point reset directive.
|