/freebsd/sys/netinet/ |
H A D | ip_encap.c | 94 int exact_match; member 241 (cfg->lookup != NULL && cfg->exact_match != ENCAP_DRV_LOOKUP) || in encap_attach() 242 (cfg->exact_match == ENCAP_DRV_LOOKUP && cfg->lookup == NULL)) in encap_attach() 251 ep->exact_match = cfg->exact_match; in encap_attach() 253 ep->lookup = cfg->exact_match == ENCAP_DRV_LOOKUP ? cfg->lookup: NULL; in encap_attach() 254 ep->check = cfg->exact_match != ENCAP_DRV_LOOKUP ? cfg->check: NULL; in encap_attach() 259 if (tmp->exact_match <= ep->exact_match) in encap_attach() 306 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input() 314 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input() 320 if (ret >= ep->exact_match) in encap_input()
|
H A D | in_gif.c | 386 .exact_match = ENCAP_DRV_LOOKUP, 397 .exact_match = ENCAP_DRV_LOOKUP, 409 .exact_match = ENCAP_DRV_LOOKUP,
|
H A D | ip_encap.h | 52 int exact_match; /* a packet is exactly matched */ member
|
H A D | ip_gre.c | 551 .exact_match = ENCAP_DRV_LOOKUP,
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 24 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() 44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 70 nullptr, std::move(regex), names_set, exact_match); in CreateFromStructuredData() 153 s->Printf("source regex = \"%s\", exact_match = %d", in GetDescription() 43 bool exact_match; CreateFromStructuredData() local
|
H A D | BreakpointResolverFileLine.cpp | 40 bool exact_match; in CreateFromStructuredData() local 81 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 88 check_inlines, exact_match); in CreateFromStructuredData()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mod_devicetable.h | 64 unsigned char exact_match : 1; member 76 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
|
/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 192 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 D | SourceLocationSpec.cpp | 19 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 D | getopt_long.c | 217 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/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl() local 378 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl() 390 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
|
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 409 .exact_match = ENCAP_DRV_LOOKUP, 419 .exact_match = ENCAP_DRV_LOOKUP, 430 .exact_match = ENCAP_DRV_LOOKUP,
|
H A D | ip6_gre.c | 547 .exact_match = ENCAP_DRV_LOOKUP,
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | hcsecd.h | 60 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
|
H A D | parser.y | 241 get_key(bdaddr_p bdaddr, int exact_match) in get_key() argument 249 if (!exact_match) in get_key()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 443 const bool exact_match = false; FindFirstType() local 488 const bool exact_match = false; FindTypes() local
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | interworking.h | 35 const char *domain, int exact_match);
|
H A D | config.h | 361 int exact_match; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | SourceLocationSpec.h | 52 bool exact_match = false);
|
H A D | Module.h |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverFileRegex.h | 28 const std::unordered_set<std::string> &func_name_set, bool exact_match);
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_dmi.c | 88 if (dsi->matches[i].exact_match) { in linux_dmi_matches()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_console.c | 211 __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 D | xform_ipcomp.c | 694 .exact_match = sizeof(in_addr_t) << 4, 737 .exact_match = sizeof(struct in6_addr) << 4,
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_sp.c | 3754 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()
|