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

12

/freebsd-9.3-release/contrib/bind9/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-9.3-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-9.3-release/contrib/wpa/src/ap/
H A Dhw_features.c195 for (j = 0; j < iface->current_mode->num_channels; j++) {
197 &iface->current_mode->channels[j];
216 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
439 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A)
483 u16 hw = iface->current_mode->ht_capab;
616 iface->current_mode = NULL;
620 iface->current_mode = mode;
625 if (iface->current_mode == NULL) {
636 for (j = 0; j < iface->current_mode->num_channels; j++) {
638 &iface->current_mode
[all...]
H A Dbeacon.c38 if (hapd->iface->current_mode == NULL ||
39 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
79 if (hapd->iface->current_mode == NULL ||
80 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
130 hapd->iface->current_mode == NULL)
138 mode = hapd->iface->current_mode;
H A Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode)
42 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
43 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
H A Dhostapd.h207 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
209 * current_mode->channels */
H A Dap_drv_ops.c212 if (hapd->iface->current_mode &&
213 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
H A Dsta_info.c148 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
156 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
H A Dap_list.c42 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
H A Dieee802_11.c142 if (hapd->iface->current_mode &&
143 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
960 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
979 if (hapd->iface->current_mode->mode ==
994 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mac.c1006 hw->fc.current_mode = hw->fc.requested_mode;
1009 hw->fc.current_mode);
1061 switch (hw->fc.current_mode) {
1242 if (hw->fc.current_mode & e1000_fc_tx_pause) {
1283 * according to the "hw->fc.current_mode" parameter.
1294 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode);
1296 switch (hw->fc.current_mode) {
1438 hw->fc.current_mode = e1000_fc_full;
1441 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.h859 enum e1000_fc_mode current_mode; /* FC mode in effect */ member in struct:e1000_fc_info
H A De1000_phy.c1550 switch (hw->fc.current_mode) {
2002 hw->fc.current_mode = e1000_fc_none;
H A De1000_ich8lan.c4094 hw->fc.current_mode = hw->fc.requested_mode;
4097 hw->fc.current_mode);
H A Dif_igb.c2317 switch (fc->current_mode) {
5989 adapter->hw.fc.current_mode = adapter->hw.fc.requested_mode;
/freebsd-9.3-release/contrib/ntp/include/
H A Dtimepps-SunOS.h155 int current_mode; /* current mode bits */ member in struct:pps_info
473 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-SCO.h155 int current_mode; /* current mode bits */ member in struct:pps_info
472 infobuf.current_mode = handle->params.mode;
/freebsd-9.3-release/sys/sys/
H A Dtimepps.h43 int current_mode; /* current mode bits */ member in struct:__anon10487
/freebsd-9.3-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-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82598.c420 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
462 * The possible values of fc.current_mode are:
471 switch (hw->fc.current_mode) {
515 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
H A Dixgbe_common.c2709 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2731 * The possible values of fc.current_mode are:
2740 switch (hw->fc.current_mode) {
2786 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2850 hw->fc.current_mode = ixgbe_fc_full;
2853 hw->fc.current_mode = ixgbe_fc_rx_pause;
2858 hw->fc.current_mode = ixgbe_fc_tx_pause;
2862 hw->fc.current_mode = ixgbe_fc_rx_pause;
2865 hw->fc.current_mode = ixgbe_fc_none;
3040 hw->fc.current_mode
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c668 pps->ppsinfo.current_mode = pps->ppsparam.mode;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c1590 int current_mode; local
1757 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1774 current_params.mode &= current_mode;

Completed in 272 milliseconds

12