| /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 | 627 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() argument 640 if (rc == (int)turn_on) in zpool_power() 648 val = turn_on ? "on" : "off"; in zpool_power() 650 val = turn_on ? "1" : "0"; in zpool_power() 667 if (rc == (int)turn_on) in zpool_power()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
| H A D | zpool_vdev_os.c | 140 zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on) in zpool_power() argument 145 (void) turn_on; in zpool_power()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.h | 44 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 | 139 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | coex.c | 1225 bool turn_on; in rtw_coex_tdma() local 1235 turn_on = (type == 0 || type == 100) ? false : true; in rtw_coex_tdma() 1237 if (!force && turn_on == coex_dm->cur_ps_tdma_on && in rtw_coex_tdma() 1256 coex_dm->cur_ps_tdma_on = turn_on; in rtw_coex_tdma() 1280 turn_on ? "on" : "off", type); in rtw_coex_tdma()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8851b_rfk.c | 1915 bool turn_on) in _dpk_rxagc_onoff() argument 1918 rtw89_phy_write32_mask(rtwdev, R_P0_AGC_CTL, B_P0_AGC_EN, turn_on); in _dpk_rxagc_onoff() 1920 rtw89_phy_write32_mask(rtwdev, R_P1_AGC_CTL, B_P1_AGC_EN, turn_on); in _dpk_rxagc_onoff() 1923 turn_on ? "turn_on" : "turn_off"); in _dpk_rxagc_onoff() 2022 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) in _dpk_kip_pwr_clk_onoff() argument 2024 if (turn_on) { in _dpk_kip_pwr_clk_onoff()
|
| H A D | rtw8852c_rfk.c | 2529 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) in _dpk_kip_pwr_clk_onoff() argument 2531 rtw89_rfk_parser(rtwdev, turn_on ? &rtw8852c_dpk_kip_pwr_clk_on_defs_tbl : in _dpk_kip_pwr_clk_onoff()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bio.h | 888 int BIO_set_tcp_ndelay(int sock, int turn_on);
|
| H A D | bio.h.in | 865 int BIO_set_tcp_ndelay(int sock, int turn_on);
|