Searched refs:match_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, argument
17 switch (match_type) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_io.h89 extern void add_nic_rule(nic_rule_match match_type,
/freebsd-11-stable/sys/riscv/riscv/
H A Ddb_disasm.c393 match_type(InstFmt i, struct riscv_op *op, vm_offset_t loc) function
468 if (match_type(i, op, loc))
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1296 lang_match_sec_type_func match_type)
1314 if (match_type && !match_type (output_bfd, look->bfd_section,
1339 if (match_type && !match_type (output_bfd, look->bfd_section,
1358 if (match_type && !match_type (output_bfd, look->bfd_section,
1378 if (match_type && !match_type (output_bfd, look->bfd_section,
1399 if (match_type
1294 lang_output_section_find_by_flags(const asection *sec, lang_output_section_statement_type **exact, lang_match_sec_type_func match_type) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE;
115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c3240 nic_rule_match match_type; local
3283 match_type = MATCH_IFADDR;
3294 match_type = MATCH_IFNAME;
3301 match_type = MATCH_ALL;
3305 match_type = MATCH_IPV4;
3309 match_type = MATCH_IPV6;
3313 match_type = MATCH_WILDCARD;
3335 add_nic_rule(match_type, if_name, prefixlen,
H A Dntp_io.c97 nic_rule_match match_type; member in struct:nic_rule_tag
1192 nic_rule_match match_type,
1202 rule->match_type = match_type;
1206 if (MATCH_IFNAME == match_type) {
1209 } else if (MATCH_IFADDR == match_type) {
1279 switch (rule->match_type) {
1191 add_nic_rule( nic_rule_match match_type, const char * if_name, int prefixlen, nic_rule_action action ) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h4282 cvmx_pip_qos_watch_types match_type : 3; /**< The field for the watcher match against member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_s
4293 cvmx_pip_qos_watch_types match_type : 3;
4312 cvmx_pip_qos_watch_types match_type : 2; /**< The field for the watcher match against member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn30xx
4321 cvmx_pip_qos_watch_types match_type : 2;
4343 cvmx_pip_qos_watch_types match_type : 3; /**< The field for the watcher match against member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn50xx
4354 cvmx_pip_qos_watch_types match_type : 3;

Completed in 313 milliseconds