| /netbsd/src/sys/arch/acorn32/conf/monitors/ |
| D | AKF60 | 8 # 1.01: TMD 22-Nov-93 Adjusted centering of high band modes based on assumption that 33 # Low band 45 # Low band 57 # Low band 69 # Low band 81 # Low band 93 # Low band 105 # Low band 117 # Low band 131 # Low band [all …]
|
| /netbsd/src/sys/dev/pci/bktr/ |
| D | bktr_tuner.c | 784 u_char band; in tv_freq() local 824 band = tuner->bandAddrs[band_select]; in tv_freq() 826 if(!(band && control)) /* Don't try to set un- */ in tv_freq() 831 i2cWrite(bktr, addr, control, band); in tv_freq() 834 i2cWrite(bktr, addr, control, band); in tv_freq() 883 band = tuner->bandAddrs[band_select]; in tv_freq() 885 if(!(band && control)) /* Don't try to set un- */ in tv_freq() 888 band |= bktr->tuner.radio_mode; /* tuner.radio_mode is set in in tv_freq() 892 i2cWrite(bktr, addr, control, band); in tv_freq()
|
| D | bktr_reg.h | 347 u_char band; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| D | t12_bit.s | 120 band #0x7,r1h ;7671 121 band #0x7,@er1 ;7c107670 122 band #0x7,@0xffffff12:8 ;7e127670 123 band #0x7,@0x1234:16 ;6a1012347670 124 band #0x7,@0x12345678:32 ;6a30123456787670
|
| D | h8300s.s | 247 band #0x7,r0l 248 band #0x6,@er1 249 band #0x5,@0x12:8 250 band #0x4,@0x1234:16 251 band #0x3,@0x12345678:32
|
| /netbsd/src/sys/kern/ |
| D | sys_pipe.c | 373 int band; in pipeselwakeup() local 377 band = POLLIN|POLLRDNORM; in pipeselwakeup() 380 band = POLLOUT|POLLWRNORM; in pipeselwakeup() 383 band = POLLHUP; in pipeselwakeup() 386 band = POLLERR; in pipeselwakeup() 389 band = 0; in pipeselwakeup() 396 selnotify(&selp->pipe_sel, band, NOTE_SUBMIT); in pipeselwakeup() 401 fownsignal(sigp->pipe_pgid, SIGIO, code, band, selp); in pipeselwakeup()
|
| D | uipc_socket2.c | 560 int band; in sowakeup() local 567 band = POLLIN|POLLRDNORM; in sowakeup() 571 band = POLLOUT|POLLWRNORM; in sowakeup() 575 band = POLLHUP; in sowakeup() 579 band = 0; in sowakeup() 587 selnotify(&sb->sb_sel, band, NOTE_SUBMIT); in sowakeup() 590 fownsignal(so->so_pgid, SIGIO, code, band, so); in sowakeup() 592 (*so->so_upcall)(so, so->so_upcallarg, band, M_DONTWAIT); in sowakeup()
|
| /netbsd/src/games/quiz/datfiles/ |
| D | collectives | 55 men:band 78 robbers:band
|
| /netbsd/src/sbin/ifconfig/ |
| D | ieee80211.c | 1236 nbands = (cie->len - 3) / sizeof(cie->band[0]); in printcountry() 1238 schan = cie->band[i].schan; in printcountry() 1239 nchan = cie->band[i].nchan; in printcountry() 1242 cie->band[i].maxtxpwr); in printcountry() 1244 printf(" %u,%u", schan, cie->band[i].maxtxpwr); in printcountry()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | README-NAN-USD | 35 the 2.4 GHz band) is used. 65 the 2.4 GHz band) is used.
|
| D | scan.h | 99 enum hostapd_hw_mode band,
|
| D | README-DPP | 15 authentication (password with in-band provisioning), etc. In DPP a 116 band channel 1 is 2412 MHz) in case the Enrollee is a client device. An
|
| D | dpp_supplicant.c | 4245 char band[200], *pos, *end; in wpas_dpp_gas_req_handler() local 4262 band[0] = '\0'; in wpas_dpp_gas_req_handler() 4263 pos = band; in wpas_dpp_gas_req_handler() 4264 end = band + sizeof(band); in wpas_dpp_gas_req_handler() 4267 pos == band ? "" : ",", opclass[i]); in wpas_dpp_gas_req_handler() 4284 dpp_netrole_str(auth->e_netrole), name, band, mud_url); in wpas_dpp_gas_req_handler()
|
| /netbsd/src/sys/dev/pci/ |
| D | if_wpireg.h | 520 uint8_t band; member 563 uint8_t band; member
|
| D | pciconf.c | 1264 int def_ltim, max_ltim, band, bus_mhz; in configure_bus() local 1273 band = 4000000; /* 0.25us cycles/sec */ in configure_bus() 1274 if (band < pb->bandwidth_used) { in configure_bus() 1279 def_ltim = (band - pb->bandwidth_used) / pb->ndevs; in configure_bus()
|
| D | if_iwnreg.h | 869 uint8_t band; member 1276 uint8_t band; member 1300 uint8_t band; member
|
| D | if_wpi.c | 2301 const struct wpi_chan_band *band = &wpi_bands[n]; in wpi_read_eeprom_channels() local 2305 wpi_read_prom_data(sc, band->addr, channels, in wpi_read_eeprom_channels() 2306 band->nchan * sizeof (struct wpi_eeprom_chan)); in wpi_read_eeprom_channels() 2308 for (i = 0; i < band->nchan; i++) { in wpi_read_eeprom_channels() 2312 chan = band->chan[i]; in wpi_read_eeprom_channels() 2565 txpower.band = IEEE80211_IS_CHAN_5GHZ(c) ? 0 : 1; in wpi_set_txpower()
|
| D | if_iwn.c | 1723 struct iwn4965_eeprom_band *band = &sc->bands[i]; in iwn4965_print_power_group() local 1724 struct iwn4965_eeprom_chan_samples *chans = band->chans; in iwn4965_print_power_group() 1728 aprint_normal("chan lo=%d, chan hi=%d\n", band->lo, band->hi); in iwn4965_print_power_group() 1819 const struct iwn_chan_band *band = &iwn_bands[n]; in iwn_read_eeprom_channels() local 1825 band->nchan * sizeof (struct iwn_eeprom_chan)); in iwn_read_eeprom_channels() 1827 for (i = 0; i < band->nchan; i++) { in iwn_read_eeprom_channels() 1831 chan = band->chan[i]; in iwn_read_eeprom_channels() 3733 cmd.band = IEEE80211_IS_CHAN_5GHZ(ch) ? 0 : 1; in iwn4965_set_txpower() 3825 if (cmd.band == 0) in iwn4965_set_txpower()
|
| D | if_iwmreg.h | 2792 uint8_t band; member 5233 uint8_t band; member 5292 uint8_t band; member
|
| /netbsd/src/external/bsd/wpa/dist/src/common/ |
| D | dpp_tcp.c | 1444 char band[200], *b_pos, *b_end; in dpp_controller_rx_gas_req() local 1459 band[0] = '\0'; in dpp_controller_rx_gas_req() 1460 b_pos = band; in dpp_controller_rx_gas_req() 1461 b_end = band + sizeof(band); in dpp_controller_rx_gas_req() 1464 b_pos == band ? "" : ",", opclass[i]); in dpp_controller_rx_gas_req() 1480 name, band, mud_url); in dpp_controller_rx_gas_req()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-h8300.texi | 217 add.b rs,rd band #imm,rd 218 add.w rs,rd band #imm,@@rd 219 * add.w #imm,rd band #imm,@@abs:8
|
| /netbsd/src/sys/ddb/ |
| D | TODO | 94 done Soren requests in-band symbol table storage for ddb.
|
| /netbsd/src/sys/net80211/ |
| D | ieee80211.h | 540 struct ieee80211_band band[4]; /* up to 4 sub bands */ member
|
| /netbsd/src/sys/dev/ic/ |
| D | bwfmreg.h | 607 uint8_t band; member
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_nl80211_scan.c | 626 rssi_adjust.band = NL80211_BAND_5GHZ; in wpa_driver_nl80211_sched_scan() 629 rssi_adjust.band = NL80211_BAND_2GHZ; in wpa_driver_nl80211_sched_scan()
|