Home
last modified time | relevance | path

Searched refs:turn_on (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c80 if ((turn_on & mask) && mode) { \
114 attr_t turn_on, turn_off; in NCURSES_EXPORT() local
228 turn_on = (newmode & ~(PreviousAttr & TPARM_ATTR)) & ALL_BUT_COLOR; in NCURSES_EXPORT()
259 if (turn_on || turn_off) { in NCURSES_EXPORT()
277 if (turn_on & A_ITALIC) { in NCURSES_EXPORT()
306 turn_on |= (newmode & ALL_BUT_COLOR); in NCURSES_EXPORT()
311 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on))); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c47 if ((turn_on & mask) && mode) { \
88 attr_t turn_on, turn_off; in NCURSES_EXPORT() local
160 turn_on = (newmode & ~(previous_attr & TPARM_ATTR)) & ALL_BUT_COLOR; in NCURSES_EXPORT()
192 if (turn_on || turn_off) { in NCURSES_EXPORT()
211 if (turn_on & A_ITALIC) { in NCURSES_EXPORT()
240 turn_on |= (newmode & ALL_BUT_COLOR); in NCURSES_EXPORT()
246 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on))); in NCURSES_EXPORT()
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c625 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() argument
638 if (rc == (int)turn_on) in zpool_power()
646 val = turn_on ? "on" : "off"; in zpool_power()
648 val = turn_on ? "1" : "0"; in zpool_power()
665 if (rc == (int)turn_on) in zpool_power()
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/
H A Dzpool_vdev_os.c139 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() argument
144 (void) turn_on; in zpool_power()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h41 void ZWRAP_useZSTDcompression(int turn_on);
H A DREADME.md39 - using the `void ZWRAP_useZSTDcompression(int turn_on)` function (declared in `#include "zstd_zlib…
H A Dzstd_zlibwrapper.c88 void ZWRAP_useZSTDcompression(int turn_on) { g_ZWRAP_useZSTDcompression = turn_on; } in ZWRAP_useZSTDcompression() argument
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h141 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c1774 bool turn_on) in _dpk_rxagc_onoff() argument
1777 rtw89_phy_write32_mask(rtwdev, R_P0_AGC_CTL, B_P0_AGC_EN, turn_on); in _dpk_rxagc_onoff()
1779 rtw89_phy_write32_mask(rtwdev, R_P1_AGC_CTL, B_P1_AGC_EN, turn_on); in _dpk_rxagc_onoff()
1782 turn_on ? "turn_on" : "turn_off"); in _dpk_rxagc_onoff()
1856 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) in _dpk_kip_pwr_clk_onoff() argument
1858 if (turn_on) { in _dpk_kip_pwr_clk_onoff()
H A Drtw8852c_rfk.c2524 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) in _dpk_kip_pwr_clk_onoff()
2526 rtw89_rfk_parser(rtwdev, turn_on ? &rtw8852c_dpk_kip_pwr_clk_on_defs_tbl : in _dpk_kip_pwr_clk_onoff()
2523 _dpk_kip_pwr_clk_onoff(struct rtw89_dev * rtwdev,bool turn_on) _dpk_kip_pwr_clk_onoff() argument
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c1201 bool turn_on; in rtw_coex_tdma() local
1211 turn_on = (type == 0 || type == 100) ? false : true; in rtw_coex_tdma()
1213 if (!force && turn_on == coex_dm->cur_ps_tdma_on && in rtw_coex_tdma()
1232 coex_dm->cur_ps_tdma_on = turn_on; in rtw_coex_tdma()
1256 turn_on ? "on" : "off", type); in rtw_coex_tdma()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h768 int BIO_set_tcp_ndelay(int sock, int turn_on);
H A Dbio.h.in745 int BIO_set_tcp_ndelay(int sock, int turn_on);