Searched refs:_onoff (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 192 openpam_set_feature(int _feature, int _onoff); 195 openpam_get_feature(int _feature, int *_onoff);
|
/freebsd/sys/net/ |
H A D | ifdi_if.m | 70 null_led_func(if_ctx_t _ctx __unused, int _onoff __unused) 254 int _onoff; 341 int _onoff;
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1287 #define ath_hal_settsfadjust(_ah, _onoff) \ argument 1288 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL) 1293 #define ath_hal_setrfkill(_ah, _onoff) \ argument 1294 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _onoff, NULL)
|