/src/sys/kern/ |
sys_pipe.c | 375 int band; local in function:pipeselwakeup 379 band = POLLIN|POLLRDNORM; 382 band = POLLOUT|POLLWRNORM; 385 band = POLLHUP; 388 band = POLLERR; 391 band = 0; 398 selnotify(&selp->pipe_sel, band, NOTE_SUBMIT); 403 fownsignal(sigp->pipe_pgid, SIGIO, code, band, selp);
|
uipc_socket2.c | 560 int band; local in function:sowakeup 567 band = POLLIN|POLLRDNORM; 571 band = POLLOUT|POLLWRNORM; 575 band = POLLHUP; 579 band = 0; 587 selnotify(&sb->sb_sel, band, NOTE_SUBMIT); 590 fownsignal(so->so_pgid, SIGIO, code, band, so); 592 (*so->so_upcall)(so, so->so_upcallarg, band, M_DONTWAIT);
|
/src/sys/dev/pci/bktr/ |
bktr_tuner.c | 145 /* XXX FIXME: fill in the band-switch crosspoints */ 153 { 160, 454 }, /* band-switch crosspoints */ 154 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */ 163 { 160, 454 }, /* band-switch crosspoints */ 164 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */ 173 { 160, 454 }, /* band-switch crosspoints */ 174 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */ 183 { 160, 454 }, /* band-switch crosspoints */ 184 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */ 193 { 160, 454 }, /* band-switch crosspoints * 784 u_char band; local in function:tv_freq [all...] |
bktr_reg.h | 347 u_char band; member in struct:TVTUNER 360 ** band (0x00=NoRadio).
|
/src/sys/dev/pci/ |
pciconf.c | 1264 int def_ltim, max_ltim, band, bus_mhz; local in function:configure_bus 1273 band = 4000000; /* 0.25us cycles/sec */ 1274 if (band < pb->bandwidth_used) { 1279 def_ltim = (band - pb->bandwidth_used) / pb->ndevs;
|
if_wpi.c | 2301 const struct wpi_chan_band *band = &wpi_bands[n]; local in function:wpi_read_eeprom_channels 2305 wpi_read_prom_data(sc, band->addr, channels, 2306 band->nchan * sizeof (struct wpi_eeprom_chan)); 2308 for (i = 0; i < band->nchan; i++) { 2312 chan = band->chan[i]; 2314 if (n == 0) { /* 2GHz band */ 2321 } else { /* 5GHz band */ 2326 * we can't support these channels in 5GHz band. 2565 txpower.band = IEEE80211_IS_CHAN_5GHZ(c) ? 0 : 1;
|
if_iwn.c | 1723 struct iwn4965_eeprom_band *band = &sc->bands[i]; local in function:iwn4965_print_power_group 1724 struct iwn4965_eeprom_chan_samples *chans = band->chans; 1727 aprint_normal("===band %d===\n", i); 1728 aprint_normal("chan lo=%d, chan hi=%d\n", band->lo, band->hi); 1819 const struct iwn_chan_band *band = &iwn_bands[n]; local in function:iwn_read_eeprom_channels 1825 band->nchan * sizeof (struct iwn_eeprom_chan)); 1827 for (i = 0; i < band->nchan; i++) { 1831 chan = band->chan[i]; 1833 if (n == 0) { /* 2GHz band */ [all...] |
if_wpireg.h | 520 uint8_t band; member in struct:wpi_cmd_txpower 563 uint8_t band; member in struct:wpi_start_scan
|
if_iwnreg.h | 869 uint8_t band; member in struct:iwn4965_cmd_txpower 1276 uint8_t band; member in struct:iwn_start_scan 1300 uint8_t band; member in struct:iwn_spectrum_notif 1668 /* 20MHz channels, 2GHz band. */ 1670 /* 20MHz channels, 5GHz band. */ 1675 /* 40MHz channels (primary channels), 2GHz band. */ 1677 /* 40MHz channels (primary channels), 5GHz band. */
|
if_iwmreg.h | 2786 * @band: IWM_PHY_BAND_* 2792 uint8_t band; member in struct:iwm_fw_channel_info 2888 * @phy_flags: general phy flags: band, modulation, ... 2925 * @IWM_RX_RES_PHY_FLAGS_BAND_24: true if the packet was received on 2.4 band 4897 * @channel: band is selected by iwm_scan_cmd "flags" field 5068 * @band_data: band specific data 5225 * @band: 0 for 5.2 GHz, 1 for 2.4 GHz 5233 uint8_t band; member in struct:iwm_scan_start_notif 5284 * @band: 0 for 5.2 GHz, 1 for 2.4 GHz 5292 uint8_t band; member in struct:iwm_scan_results_notif [all...] |
/src/sys/net80211/ |
ieee80211.h | 540 struct ieee80211_band band[4]; /* up to 4 sub bands */ member in struct:ieee80211_country_ie
|
/src/sys/dev/ic/ |
bwfmreg.h | 607 uint8_t band; member in struct:bwfm_join_pref_params
|