Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/netinet/
H A Dip_encap.c93 int exact_match; member
240 (cfg->lookup != NULL && cfg->exact_match != ENCAP_DRV_LOOKUP) || in encap_attach()
241 (cfg->exact_match == ENCAP_DRV_LOOKUP && cfg->lookup == NULL)) in encap_attach()
250 ep->exact_match = cfg->exact_match; in encap_attach()
252 ep->lookup = cfg->exact_match == ENCAP_DRV_LOOKUP ? cfg->lookup: NULL; in encap_attach()
253 ep->check = cfg->exact_match != ENCAP_DRV_LOOKUP ? cfg->check: NULL; in encap_attach()
258 if (tmp->exact_match <= ep->exact_match) in encap_attach()
305 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input()
313 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input()
319 if (ret >= ep->exact_match) in encap_input()
H A Din_gif.c395 .exact_match = ENCAP_DRV_LOOKUP,
406 .exact_match = ENCAP_DRV_LOOKUP,
418 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip_encap.h52 int exact_match; /* a packet is exactly matched */ member
H A Dip_gre.c550 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex() argument
26 m_regex(std::move(regex)), m_exact_match(exact_match), in BreakpointResolverFileRegex()
42 bool exact_match; in CreateFromStructuredData() local
44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
71 nullptr, std::move(regex), names_set, exact_match); in CreateFromStructuredData()
H A DBreakpointResolverFileLine.cpp41 bool exact_match; in CreateFromStructuredData() local
86 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
94 check_inlines, exact_match); in CreateFromStructuredData()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmod_devicetable.h65 unsigned char exact_match : 1; member
77 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c192 int i, match, exact_match, second_partial_match; in parse_long_options() local
212 exact_match = 0; in parse_long_options()
233 exact_match = 1; in parse_long_options()
252 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp19 bool check_inlines, bool exact_match) in SourceLocationSpec() argument
22 m_check_inlines(check_inlines), m_exact_match(exact_match) {} in SourceLocationSpec()
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c217 int i, match, exact_match, second_partial_match; in parse_long_options() local
237 exact_match = 0; in parse_long_options()
258 exact_match = 1; in parse_long_options()
277 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd/contrib/pkgconf/cli/
H A Dgetopt_long.c198 int i, match, exact_match, second_partial_match; in parse_long_options() local
218 exact_match = 0; in parse_long_options()
239 exact_match = 1; in parse_long_options()
258 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h357 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl() local
379 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
391 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h60 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
H A Dparser.y241 get_key(bdaddr_p bdaddr, int exact_match) in get_key() argument
249 if (!exact_match) in get_key()
/freebsd/sys/netinet6/
H A Din6_gif.c428 .exact_match = ENCAP_DRV_LOOKUP,
438 .exact_match = ENCAP_DRV_LOOKUP,
449 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip6_gre.c546 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.h35 const char *domain, int exact_match);
H A Dconfig.h361 int exact_match; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h52 bool exact_match = false);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileRegex.h28 const std::unordered_set<std::string> &func_name_set, bool exact_match);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c88 if (dsi->matches[i].exact_match) { in linux_dmi_matches()
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c211 __cvmx_bootmem_check_version(struct octeon_device *oct, uint32_t exact_match) in __cvmx_bootmem_check_version() argument
232 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
/freebsd/sys/netipsec/
H A Dxform_ipcomp.c706 .exact_match = sizeof(in_addr_t) << 4,
749 .exact_match = sizeof(struct in6_addr) << 4,
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp24 lldb::VariableSP exact_match; in DILFindVariable() local
/freebsd/sys/dev/bxe/
H A Decore_sp.c3754 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link, in ecore_mcast_handle_restore_cmd_e1()
3867 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs)) in ecore_mcast_refresh_registry_e1()
3885 &o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3888 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs, in ecore_mcast_refresh_registry_e1()
3893 ECORE_LIST_INIT(&o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3981 return o->registry.exact_match.num_macs_set; in ecore_mcast_get_registry_size_exact()
3992 o->registry.exact_match.num_macs_set = n; in ecore_mcast_set_registry_size_exact()
4135 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()

12