Searched refs:channel (Results 201 - 225 of 363) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dscn.c440 if (chan) { /* channel B? */
559 * yet set, or other channel's rates are available in both
607 struct chan *ocp; /* other duart channel */
608 struct tty *otp; /* other channel tty struct */
630 * 9600 and other channel is closed setting 19200 will pick
634 * When other channel is open might want to prefer
640 * Other channel open;
669 /* other channel closed */
674 * Here when other channel closed. Finds first
675 * combination that will allow other channel t
755 int channel; local
774 int channel; local
797 int channel; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx_inline.h243 char channel, u_int our_id,
290 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
300 if (channel == 'B')
619 scsipi_channel_freeze(ahc->channel == 'A' ? &ahc->sc_channel : &ahc->sc_channel_b, 1);
621 scsipi_channel_thaw(ahc->channel == 'A' ? &ahc->sc_channel : &ahc->sc_channel_b, 1);
H A Daic79xx.c128 u_int scsi_id, char channel);
131 u_int scsi_id, char channel, int force);
206 char channel, int lun, u_int tag,
476 * Setup for command channel portion of flush.
1059 devinfo.channel,
1362 ahd_name(ahd), devinfo.channel, devinfo.target,
1553 printf("%s: Someone reset channel A\n", ahd_name(ahd));
2222 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
2459 devinfo->channel,
2697 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel) argument
2739 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force) argument
3413 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
6970 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
7009 char channel; local
7112 ahd_search_qinfifo(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action) argument
7299 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action, u_int *list_head, u_int tid) argument
7461 ahd_abort_scbs(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
7587 ahd_reset_channel(struct ahd_softc *ahd, char channel, int initiate_reset) argument
9235 char channel; local
9385 char channel; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Daucc.c39 * - channel allocation is wrong for 14bit mono
83 /* this unconditionally; we may use AUD3 as slave channel with LEV6_DEFER */
99 extern struct audio_channel channel[4];
109 aucc_data_t sc_channel[4]; /* per channel freq, ... */
311 /* init values per channel */
324 DPRINTF(("DMA buffer for channel %d is %p\n", i,
671 return EBUSY; /* channel is busy */
672 if (channel[i].isaudio == -1)
676 /* enable interrupt on 1st channel */
679 DPRINTF(("first channel i
[all...]
/netbsd-6-1-5-RELEASE/sbin/bioctl/
H A Dbioctl.c74 int channel; member in struct:locator
111 "start [channel:target[.lun]] | stop [channel:target[.lun]]",
115 "add channel:target.lun | remove channel:target.lun",
119 "add DISKID channel:target.lun | remove channel:target.lun",
127 "volume VOLID DISKIDs [SIZE] STRIPE RAID_LEVEL channel:target.lun",
132 "volume VOLID STRIPE RAID_LEVEL channel:target.lun",
137 "volume VOLID channel
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_ani.c103 * corresponds to the channel in *chan. If no match is found and the
105 * channel. We assume the attach function has already initialized the
106 * ah_ani values and only the channel field needs to be set.
117 if (asp->c.channel == chan->channel)
119 if (asp->c.channel == 0) {
120 asp->c.channel = chan->channel;
133 "No more channel states left. Using channel
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_ani.c107 * corresponds to the channel in *chan. If no match is found and the
109 * channel. We assume the attach function has already initialized the
110 * ah_ani values and only the channel field needs to be set.
121 if (asp->c.channel == chan->channel)
123 if (asp->c.channel == 0) {
124 asp->c.channel = chan->channel;
137 "No more channel states left. Using channel
[all...]
H A Dar5416_cal.c41 * Determine if calibration is supported by device and channel flags
283 /* Mark all calibrations on this channel as being invalid */
291 * Reset the calibration valid bit in channel.
306 "%s: invalid channel %u/0x%x; no mapping\n",
307 __func__, chan->channel, chan->channelFlags);
321 /* Verify Cal is supported on this channel */
326 "%s: Resetting Cal %d state for channel %u/0x%x\n",
327 __func__, currCal->calData->calType, chan->channel,
330 /* Disable cal validity in channel */
390 /* If current cal is marked invalid in channel, kic
[all...]
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dieee80211.c331 struct ieee80211chanreq channel; local
333 rc = prop_dictionary_get_uint16(env, "chan", &channel.i_channel);
335 if (direct_ioctl(env, SIOCS80211CHANNEL, &channel) == -1)
587 struct ieee80211chanreq channel; local
709 if (direct_ioctl(env, SIOCG80211CHANNEL, &channel) == -1)
712 if (channel.i_channel != (u_int16_t)-1)
713 printf("\tchan %d\n", channel.i_channel);
718 if (channel.i_channel != IEEE80211_CHAN_ANY)
719 printf(" chan %d", channel.i_channel);
808 * Convert MHz frequency to IEEE channel numbe
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dap.c51 /* default channel 11 */
53 conf->channel = 11;
56 conf->channel = (ssid->frequency - 2407) / 5;
60 conf->channel = (ssid->frequency - 5000) / 5;
H A Dmlme.c65 int channel; member in struct:ieee80211_sta_bss
1319 int channel, invalid = 0, clen; local
1431 channel = elems.ds_params[0];
1433 channel = rx_status->channel;
1560 bss->channel = channel;
1562 if (channel != wpa_s->mlme.channel &&
1565 channel >
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dwdc_obio.c463 wdc_obio_dma_init(void *v, int channel, int drive, void *databuf, argument
513 wdc_obio_dma_start(void *v, int channel, int drive) argument
521 wdc_obio_dma_finish(void *v, int channel, int drive, int read) argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dhostapd.c674 "channel. (%d)", ret);
703 if (hapd->iconf->channel) {
704 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
708 hapd->iconf->channel, iface->freq);
711 hapd->iconf->channel,
714 wpa_printf(MSG_ERROR, "Could not set channel for "
770 * Flushes old stations, sets the channel, encryption,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu-protos.h79 extern int spu_safe_dma(HOST_WIDE_INT channel);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dintio_dmac.c178 panic("Invalid DMAC channel.");
180 panic("DMAC: channel in use.");
202 /* fill the channel status structure by the default values. */
244 dmac_free_channel(device_t self, int ch, void *channel) argument
252 if (chan != channel)
263 intio_intr_disestablish(chan->ch_normalv, channel);
264 intio_intr_disestablish(chan->ch_errorv, channel);
581 printf("DMAC channel %d registers\n", chan->ch_channel);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Demuxkivar.h84 * Emu10k1 play channel params
247 struct emuxki_channel *channel[EMU_NUMCHAN]; member in struct:emuxki_softc
H A Diwicvar.h40 * state of a B channel
43 int channel; /* channel number */ member in struct:iwic_bchan
45 int bprot; /* b channel protocol used */
47 #define ST_IDLE 0x00 /* channel idle */
76 * state of a D channel
118 struct l2_softc sc_l2; /* D-channel variables */
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Diopreg.h100 u_char max_send_chan; /* maximum send channel # */
101 u_char send_state[IOP_MAXCHAN]; /* send channel states */
104 u_char send_msg[IOP_MSGBUFLEN]; /* send channel message data */
105 u_char max_recv_chan; /* max. receive channel # */
106 u_char recv_state[IOP_MAXCHAN]; /* receive channel states */
109 u_char recv_msg[IOP_MSGBUFLEN]; /* receive channel msg data */
119 int channel; member in struct:iop_msg
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Disdnd.h130 #define H_CHAN (H_TEI+4) /* channel */
236 int channel; /* the channel assigned to the outgoing call */ member in struct:__anon9976
253 int isdnchannel; /* channel to use */
259 int usrdevice; /* B channel device name & index */
528 int protocol; /* ISDN D-channel protocol */
537 #define CHAN_IDLE 0 /* channel is free for usage */
538 #define CHAN_RUN 1 /* channel is occupied */
879 int set_channel_busy(struct isdn_ctrl_state *cstate, int channel);
880 int set_channel_idle(struct isdn_ctrl_state *cstate, int channel);
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_dma.c50 printf("WRITE_PUT %d/0x%08x\n", nvchan->drm.channel, put);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_drv.h93 int channel; member in struct:nouveau_gpuobj_ref
259 struct nouveau_drm_channel channel; member in struct:drm_nouveau_private
335 DRM_ERROR("pid %d doesn't own channel %d\n", \
400 int channel);
604 extern void nouveau_fence_handler(struct drm_device *dev, int channel);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_3000_300.c128 * Console is channel B of the first SCC.
170 * as the right channel. then we find the actual scsi
191 if (ta->tcdsda_chip != b->channel)
H A Ddec_3000_500.c148 * Console is channel B of the second SCC.
190 * as the right channel. then we find the actual scsi
211 if (ta->tcdsda_chip != b->channel)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rpz/ns3/
H A Dnamed.conf61 channel rpz { severity debug 10;
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raidreg.h69 uint8_t channel; member in struct:promise_raid_conf::__anon7096
104 uint8_t channel; member in struct:promise_raid_conf::__anon7096::__anon7097

Completed in 210 milliseconds

1234567891011>>