Searched refs:current_mode (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.2-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c41 struct termios current_mode; local
56 current_mode = keyboard->saved_mode;
58 current_mode.c_iflag &=
60 current_mode.c_oflag &= ~OPOST;
61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
62 current_mode.c_cflag &= ~(CSIZE|PARENB);
63 current_mode.c_cflag |= CS8;
65 current_mode.c_cc[VMIN] = 1;
66 current_mode.c_cc[VTIME] = 0;
67 if (tcsetattr(fd, TCSAFLUSH, &current_mode) <
[all...]
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dhw_features.c202 for (j = 0; j < iface->current_mode->num_channels; j++) {
204 &iface->current_mode->channels[j];
223 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
433 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A)
463 if (iface->current_mode == NULL)
476 mode = iface->current_mode;
504 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
521 u16 hw = iface->current_mode->ht_capab;
653 iface->current_mode = NULL;
657 iface->current_mode
[all...]
H A Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
38 hapd->iface->current_mode->vht_capab);
42 hapd->iface->current_mode->vht_mcs_set, 8);
H A Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
43 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
44 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
H A Dbeacon.c45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
748 if (hapd->iface->current_mode &&
749 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
H A Dhostapd.h225 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
227 * current_mode->channels */
H A Dap_list.c36 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
H A Dsta_info.c154 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
162 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
H A Dieee802_11.c170 if (hapd->iface->current_mode &&
171 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
1219 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
1238 if (hapd->iface->current_mode->mode ==
1253 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
H A Dhostapd.c904 if (iface->current_mode) {
905 if (hostapd_prepare_rates(iface, iface->current_mode)) {
/freebsd-10.2-release/sys/dev/e1000/
H A De1000_mac.c1026 hw->fc.current_mode = hw->fc.requested_mode;
1029 hw->fc.current_mode);
1081 switch (hw->fc.current_mode) {
1262 if (hw->fc.current_mode & e1000_fc_tx_pause) {
1303 * according to the "hw->fc.current_mode" parameter.
1314 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode);
1316 switch (hw->fc.current_mode) {
1458 hw->fc.current_mode = e1000_fc_full;
1461 hw->fc.current_mode
[all...]
H A De1000_82542.c335 hw->fc.current_mode = hw->fc.requested_mode;
338 hw->fc.current_mode);
H A De1000_hw.h875 enum e1000_fc_mode current_mode; /* FC mode in effect */ member in struct:e1000_fc_info
/freebsd-10.2-release/contrib/ntp/include/
H A Dtimepps-SCO.h155 int current_mode; /* current mode bits */ member in struct:pps_info
472 infobuf.current_mode = handle->params.mode;
H A Dtimepps-Solaris.h155 int current_mode; /* current mode bits */ member in struct:pps_info
537 infobuf.current_mode = punit->params.mode;
H A Dtimepps-SunOS.h155 int current_mode; /* current mode bits */ member in struct:pps_info
473 infobuf.current_mode = handle->params.mode;
/freebsd-10.2-release/sys/sys/
H A Dtimepps.h50 int current_mode; /* current mode bits */ member in struct:__anon11797
60 int current_mode; /* current mode bits */ member in struct:__anon11798
/freebsd-10.2-release/contrib/gcc/
H A Dmode-switching.c545 int current_mode[N_ENTITIES];
554 int m = current_mode[j] = MODE_PRIORITY_TO_MODE (entity_map[j], i);
602 mode = current_mode[j];
543 int current_mode[N_ENTITIES]; local
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_82598.c429 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
471 * The possible values of fc.current_mode are:
480 switch (hw->fc.current_mode) {
524 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
H A Dixgbe_common.c2726 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2748 * The possible values of fc.current_mode are:
2757 switch (hw->fc.current_mode) {
2803 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2868 hw->fc.current_mode = ixgbe_fc_full;
2871 hw->fc.current_mode = ixgbe_fc_rx_pause;
2876 hw->fc.current_mode = ixgbe_fc_tx_pause;
2880 hw->fc.current_mode = ixgbe_fc_rx_pause;
2883 hw->fc.current_mode = ixgbe_fc_none;
3056 hw->fc.current_mode
[all...]
H A Dif_ix.c1665 if (hw->fc.current_mode == ixgbe_fc_rx_pause ||
1666 hw->fc.current_mode == ixgbe_fc_full)
1668 if (hw->fc.current_mode == ixgbe_fc_tx_pause ||
1669 hw->fc.current_mode == ixgbe_fc_full)
/freebsd-10.2-release/sys/kern/
H A Dkern_tc.c1522 pps->ppsinfo.current_mode = pps->ppsparam.mode;
1576 pps->ppsinfo_ffc.current_mode = pps->ppsparam.mode;
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_common.c1395 hw->fc.current_mode = I40E_FC_FULL;
1397 hw->fc.current_mode = I40E_FC_TX_PAUSE;
1399 hw->fc.current_mode = I40E_FC_RX_PAUSE;
1401 hw->fc.current_mode = I40E_FC_NONE;
H A Di40e_type.h450 enum i40e_fc_mode current_mode; /* FC mode in effect */ member in struct:i40e_fc_info
H A Dif_ixl.c1761 fc = hw->fc.current_mode;
4250 requested_fc = hw->fc.current_mode;
4281 if (hw->fc.current_mode != hw->fc.requested_mode) {
4285 ixl_fc_string[hw->fc.current_mode],

Completed in 257 milliseconds

12