Home
last modified time | relevance | path

Searched refs:matchtype (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c245 if (fs1->mask.matchtype && fs1->val.matchtype != fs2->val.matchtype) in filter_eq()
438 if (fs->val.matchtype || fs->mask.matchtype) in check_fspec_against_fconf_iconf()
481 if (fs->val.matchtype || fs->mask.matchtype) in fconf_to_mode()
890 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) | in is_4tuple_specified()
891 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype)); in is_4tuple_specified()
1001 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in set_filter()
[all...]
H A Dt4_ioctl.h201 uint32_t matchtype:3; /* MPS match type */
196 uint32_t matchtype:3; /* MPS match type */ global() member
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h521 MatchType matchtype);
538 MatchType matchtype);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1734 MatchType matchtype) { in FindGlobalFunctions() argument
1735 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalFunctions()
1746 switch (matchtype) { in FindGlobalFunctions()
1880 MatchType matchtype) { in FindGlobalVariables() argument
1881 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalVariables()
1890 switch (matchtype) { in FindGlobalVariables()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c237 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument
256 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h100 typedef enum matchtype { enum
230 * entry (which may be different from the requested name if matchtype is
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c909 printf(" %1x/%1x", t->fs.val.matchtype, in do_show_one_filter_info()
910 t->fs.mask.matchtype); in do_show_one_filter_info()
1247 t.fs.val.matchtype = val; in set_filter()
1248 t.fs.mask.matchtype = mask; in set_filter()