Home
last modified time | relevance | path

Searched refs:filter_mode (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c123 _nc_prescreen.filter_mode = TRUE; in NCURSES_SP_NAME()
134 _nc_prescreen.filter_mode = TRUE; in filter()
154 _nc_prescreen.filter_mode = FALSE; in NCURSES_SP_NAME()
165 _nc_prescreen.filter_mode = FALSE; in nofilter()
215 int filter_mode; in NCURSES_SP_NAME() local
224 filter_mode = SP_PARM->_filtered; in NCURSES_SP_NAME()
227 filter_mode = _nc_prescreen.filter_mode; in NCURSES_SP_NAME()
241 filter_mode, in NCURSES_SP_NAME()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c439 if ((tpp->filter_mode | fconf) != tpp->filter_mode) in check_fspec_against_fconf_iconf()
495 uint16_t filter_mode; in get_filter_mode() local
498 MPASS((tp->filter_mode | tp->filter_mask) == tp->filter_mode); in get_filter_mode()
501 filter_mode = *mode ? tp->filter_mask : tp->filter_mode; in get_filter_mode()
502 *mode = fconf_to_mode(filter_mode, tp->vnic_mode); in get_filter_mode()
516 if ((iconf == -1 || iconf == tp->vnic_mode) && fconf == tp->filter_mode) in set_filter_mode()
565 if ((fmask | tp->filter_mode) != tp->filter_mode) in set_filter_mask()
/freebsd/contrib/ncurses/ncurses/
H A Dterm.priv.h325 bool filter_mode; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9627 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask() argument
9636 if ((filter_mode & (1 << i)) == 0) in hashmask_to_filtermask()
9666 tpp->filter_mode = G_FW_PARAMS_PARAM_FILTER_MODE(val[0]); in read_filter_mode_and_ingress_config()
9675 tpp->filter_mode = v & 0xffff; in read_filter_mode_and_ingress_config()
9685 tpp->filter_mode); in read_filter_mode_and_ingress_config()
9763 const unsigned int filter_mode = adap->params.tp.filter_mode; in t4_filter_field_shift() local
9767 if ((filter_mode & filter_sel) == 0) in t4_filter_field_shift()
9771 switch (filter_mode & sel) { in t4_filter_field_shift()
10892 fmode = adap->params.tp.filter_mode; in t4_set_filter_cfg()
H A Dcommon.h256 uint16_t filter_mode; member
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c1149 sp->_filtered = _nc_prescreen.filter_mode; in new_prescr()