Searched refs:_mode (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.h129 #define IS_HT40_MODE(_mode) \
130 (((_mode == ATH9K_MODE_11NA_HT40PLUS || \
131 _mode == ATH9K_MODE_11NG_HT40PLUS || \
132 _mode == ATH9K_MODE_11NA_HT40MINUS || \
133 _mode == ATH9K_MODE_11NG_HT40MINUS) ? B_TRUE : B_FALSE))
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c234 _mode(),
570 _mode(1); /* put terminal in `raw' mode */
800 _mode(0);
802 _mode(1);
908 _mode(0); /* restore normal tty attributes */
966 _mode(1);
1079 _mode(2); /*accept interrupts from keyboard*/
1113 _mode(1);
1152 _mode(1);
1166 _mode(
1368 _mode(arg) function
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1139 #define ATH_HAL_GETRATETABLE(_ah, _mode) \
1140 ((*(_ah)->ah_getRateTable)((_ah), (_mode)))
1155 #define ATH_HAL_SETPOWER(_ah, _mode) \
1156 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE))
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h319 char *_mode));
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_adapters.h352 #define EMLXS_SLI_MASK(_mode) ((_mode < 2) ? 0 : (1 << _mode))

Completed in 76 milliseconds