Searched refs:channel (Results 151 - 175 of 363) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dgetloadavg.c480 static int channel;
481 /* Nonzero iff channel is valid. */
838 /* Ensure that there is a channel open to the load ave device. */
841 /* Attempt to open the channel. */
848 if (sys$assign (&descriptor, &channel, 0, 0) & 1)
854 && !(sys$qiow (0, channel, IO$_READVBLK, 0, 0, 0,
857 sys$dassgn (channel);
919 channel = open ("/dev/kmem", 0);
920 if (channel >= 0)
922 /* Set the channel t
479 static int channel; variable
[all...]
H A Dloadavg.c480 static int channel;
481 /* Nonzero iff channel is valid. */
838 /* Ensure that there is a channel open to the load ave device. */
841 /* Attempt to open the channel. */
848 if (sys$assign (&descriptor, &channel, 0, 0) & 1)
854 && !(sys$qiow (0, channel, IO$_READVBLK, 0, 0, 0,
857 sys$dassgn (channel);
919 channel = open ("/dev/kmem", 0);
920 if (channel >= 0)
922 /* Set the channel t
479 static int channel; variable
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dap_list.c43 iface->conf->channel != ap->channel)
285 ap->channel = elems->ds_params[0];
287 ap->channel = fi->channel;
H A Dap_drv_ops.h39 int channel, int ht_enabled, int sec_channel_offset);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/
H A Ddesign_gsrd1.c81 * CDMAC per-channel interrupt handler. CDMAC has only one interrupt signal
158 #define DOCHAN(op, channel) \
159 op(DCR_CDMAC_BASE, channel + CDMAC_NEXT); \
160 op(DCR_CDMAC_BASE, channel + CDMAC_CURADDR); \
161 op(DCR_CDMAC_BASE, channel + CDMAC_CURSIZE); \
162 op(DCR_CDMAC_BASE, channel + CDMAC_CURDESC)
372 /* We only allow one handler per channel, somewhat arbitrarily. */
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/dev/
H A Dewsms.c31 * EWS4800 serial mouse driver attached to zs channel 0 at 4800 or 1200bps.
141 /* mouse on channel A */
143 zsc_args->channel == 0)
158 int channel; local
161 channel = zsc_args->channel;
162 cs = zsc->zsc_cs[channel];
H A Dzs.c75 if (args->channel != -1)
76 aprint_normal(" channel %d", args->channel);
96 * Compute the current baud rate given a ZS channel.
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Drfcomm_upper.c180 * L2CAP channel is connected.
312 * the listeners list. If the ANY channel is given, allocate the first
321 int err, channel; local
364 channel = RFCOMM_CHANNEL_MIN;
368 if (used->rd_laddr.bt_channel == channel) {
369 if (channel++ == RFCOMM_CHANNEL_MAX)
378 dlc->rd_laddr.bt_channel = channel;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dahcisata_core.c399 aprint_error("%s: couldn't map channel %d "
405 aprint_error("%s: couldn't map channel %d "
411 aprint_error("%s: couldn't map channel %d "
528 /* stop channel */
545 /* if channel has not been restarted, do it now */
770 int channel = chp->ch_channel; local
830 AHCIDEBUG_PRINT(("%s port %d poll end GHC 0x%x IS 0x%x list 0x%x%x fis 0x%x%x CMD 0x%x CI 0x%x\n", AHCINAME(sc), channel,
832 AHCI_READ(sc, AHCI_P_CLBU(channel)), AHCI_READ(sc, AHCI_P_CLB(channel)),
833 AHCI_READ(sc, AHCI_P_FBU(channel)), AHCI_REA
991 int channel = chp->ch_channel; local
1313 int channel = chan->chan_channel; local
1370 int channel = chp->ch_channel; local
[all...]
H A Dcd18xx.c304 /* load CAR with channel number */
395 int channel, instance, s, error; local
397 channel = CD18XX_CHANNEL(dev);
408 port = &sc->sc_ports[channel];
495 int channel, instance; local
497 channel = CD18XX_CHANNEL(dev);
508 port = &sc->sc_ports[channel];
711 * load a channel's registers.
1069 u_int channel, count; local
1073 /* work out the channel an
1145 u_int channel; local
1223 u_int channel; local
[all...]
H A Disic.c64 isdn_link_t *isic_ret_linktab(void*, int channel);
65 void isic_set_link(void*, int channel, const struct isdn_l4_driver_functions *l4_driver, void *l4_driver_softc);
H A Disp_ioctl.h49 * This ioctl performs a fibre channel rescan.
184 uint16_t channel; member in struct:__anon7354
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dlogging.c184 if (lcl->channel->type == log_file &&
185 lcl->channel->out.file.stream != NULL &&
186 lcl->channel->flags & LOG_REQUIRE_DEBUG)
187 (void)log_close_stream(lcl->channel);
265 if (log_check_channel(lc, level, lcl->channel))
356 chan = lcl->channel;
426 "unknown channel type in log_vwrite()");
480 chan = lcl->channel;
503 lcl->channel = chan;
524 if (lcl->channel
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c293 static unsigned short channel = 0; variable
477 /* Internal functions to open, handle and close a channel to the console. */
517 status = sys$assign(&terminal,&channel,0,0);
520 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
542 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
564 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
576 status = sys$dassgn(channel);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dzs_kbd.c31 * IP12/IP20 serial keyboard driver attached to zs channel 0 at 600bps.
181 if (args->channel == 0)
196 int s, channel; local
204 channel = args->channel;
205 cs = zsc->zsc_cs[channel];
236 zs_write_reg(cs, 9, (channel == 0) ? ZSWR9_A_RESET : ZSWR9_B_RESET);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Diop.c93 printf("unsolicited message on channel %d.\n", msg->channel);
301 offset = IOP_ADDR_SEND_MSG + msg->channel * IOP_MSGLEN;
303 iop_write1(ioph, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW);
346 msg->channel = chan;
384 msg->channel = chan;
423 msg->channel = chan;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A DREADME.logging17 To enable the logging into a file channel, you have to specify
32 Logging into the syslog channel could be enabled via the config file
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dzs.c76 if (args->channel != -1)
77 aprint_normal(" channel %d", args->channel);
101 * Compute the current baud rate given a ZS channel.
/netbsd-6-1-5-RELEASE/usr.bin/midiplay/
H A Dmidiplay.c544 * Force every channel to the same patch if requested by the user.
549 .channel=t, .program=sameprogram-1));
616 .channel=chan, .key=msg[0], .velocity=msg[1]));
620 .channel=chan, .key=msg[0], .velocity=msg[1]));
624 .device=unit, .channel=chan,
629 .device=unit, .channel=chan,
635 .device=unit, .channel=chan,
640 .device=unit, .channel=chan, .pressure=msg[0]));
644 .device=unit, .channel=chan,
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_dma.h69 nvchan->drm.channel, offset, data);
129 printf("BEGIN_RING %d/%08x/%d/0x%04x/%d\n", nvchan->drm.channel,
H A Dnouveau_pushbuf.h33 struct nouveau_channel *channel; member in struct:nouveau_pushbuf
104 struct nouveau_subchannel *subc = &gr->channel->subc[sc];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Ddigest.c87 if (digest->init.channel) {
89 N_("server channel binding already set", ""));
92 digest->init.channel = calloc(1, sizeof(*digest->init.channel));
93 if (digest->init.channel == NULL)
96 digest->init.channel->cb_type = strdup(type);
97 if (digest->init.channel->cb_type == NULL)
100 digest->init.channel->cb_binding = strdup(binding);
101 if (digest->init.channel->cb_binding == NULL)
105 if (digest->init.channel) {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dmlme.h24 int channel; member in struct:ieee80211_rx_status
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c51 static uint16_t ar5212GetMaxEdgePower(uint16_t channel,
77 /* On channel change, don't reset the PCU registers */
96 * a HW Reset during channel change.
128 "%s: invalid channel %u/0x%x; not marked as 2GHz or 5GHz\n",
129 __func__, chan->channel, chan->channelFlags);
134 "%s: invalid channel %u/0x%x; not marked as OFDM or CCK\n",
135 __func__, chan->channel, chan->channelFlags);
148 * Map public channel to private.
153 "%s: invalid channel %u/0x%x; no mapping\n",
154 __func__, chan->channel, cha
2361 ar5212GetMaxEdgePower(uint16_t channel, const RD_EDGES_POWER *pRdEdgesPower) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_upgt.c1129 unsigned channel; local
1141 channel = ieee80211_mhz2ieee(le16toh(freq3[i].freq), 0);
1143 sc->sc_eeprom_freq3[channel] = freq3[i];
1145 DPRINTF(2, "%s: frequence=%d, channel=%d\n",
1147 le16toh(sc->sc_eeprom_freq3[channel].freq), channel);
1158 unsigned channel; local
1175 channel = ieee80211_mhz2ieee(le16toh(freq4_1[i].freq), 0);
1180 sc->sc_eeprom_freq4[channel][j].cmd = freq4_2[j];
1181 sc->sc_eeprom_freq4[channel][
1195 unsigned channel; local
1352 unsigned channel; local
2051 upgt_set_channel(struct upgt_softc *sc, unsigned channel) argument
[all...]

Completed in 400 milliseconds

1234567891011>>