/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_vidattr.c | 80 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 D | lib_vid_attr.c | 47 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 D | zpool_vdev_os.c | 625 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 D | zpool_vdev_os.c | 139 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 D | zstd_zlibwrapper.h | 41 void ZWRAP_useZSTDcompression(int turn_on);
|
H A D | README.md | 39 - using the `void ZWRAP_useZSTDcompression(int turn_on)` function (declared in `#include "zstd_zlib…
|
H A D | zstd_zlibwrapper.c | 88 void ZWRAP_useZSTDcompression(int turn_on) { g_ZWRAP_useZSTDcompression = turn_on; } in ZWRAP_useZSTDcompression() argument
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.h | 141 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8851b_rfk.c | 1774 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 D | rtw8852c_rfk.c | 2524 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 D | coex.c | 1201 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 D | bio.h | 768 int BIO_set_tcp_ndelay(int sock, int turn_on);
|
H A D | bio.h.in | 745 int BIO_set_tcp_ndelay(int sock, int turn_on);
|