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

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_io.h89 extern void add_nic_rule(nic_rule_match match_type,
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h275 * @param match_type Watcher match type
281 cvmx_pip_qos_watch_types match_type,
287 watcher_config.s.match_type = match_type;
280 cvmx_pip_config_watcher(uint64_t watcher, cvmx_pip_qos_watch_types match_type, uint64_t match_value, uint64_t qos) argument
H A Dcvmx-pip-defs.h2784 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
2795 cvmx_pip_qos_watch_types match_type : 3;
2815 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
2824 cvmx_pip_qos_watch_types match_type : 2;
/freebsd-9.3-release/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-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c2804 nic_rule_match match_type; local
2839 match_type = MATCH_ALL;
2856 match_type = MATCH_IFADDR;
2867 match_type = MATCH_IFNAME;
2874 match_type = MATCH_ALL;
2878 match_type = MATCH_IPV4;
2882 match_type = MATCH_IPV6;
2886 match_type = MATCH_WILDCARD;
2917 add_nic_rule(match_type, if_name, prefixlen,
H A Dntp_io.c97 nic_rule_match match_type; member in struct:nic_rule_tag
1188 nic_rule_match match_type,
1198 rule->match_type = match_type;
1202 if (MATCH_IFNAME == match_type) {
1205 } else if (MATCH_IFADDR == match_type) {
1275 switch (rule->match_type) {
1187 add_nic_rule( nic_rule_match match_type, const char * if_name, int prefixlen, nic_rule_action action ) argument

Completed in 150 milliseconds