HomeSort by: relevance | last modified time | path
    Searched refs:channels (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/nsd/dist/
xdp-util.c 29 struct ethtool_channels channels; local
39 channels.cmd = ETHTOOL_GCHANNELS;
40 ifr.ifr_data = (void *)&channels;
59 if (channels.combined_count > 0) {
60 queue_count = channels.combined_count;
61 } else if (channels.rx_count > 0) {
62 queue_count = channels.rx_count;
  /src/external/bsd/wpa/dist/src/p2p/
p2p_utils.c 87 for (i = 0; i < a->channels; i++) {
88 for (j = 0; j < b->channels; j++) {
91 res->channel[res->channels] = a->channel[i];
92 res->channels++;
93 if (res->channels == P2P_MAX_REG_CLASS_CHANNELS)
102 * @a: First set of supported channels
103 * @b: Second set of supported channels
104 * @res: Data structure for returning the intersection of support channels
106 * This function can be used to find a common set of supported channels. Both
107 * input channels sets are assumed to use the same country code. If differen
    [all...]
p2p_invitation.c 80 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels,
117 struct p2p_channels *channels)
162 if (channels) {
167 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels,
196 struct p2p_channels all_channels, intersection, *channels = NULL; local
248 p2p_channels_union(&p2p->cfg->channels, &p2p->cfg->cli_channels,
254 p2p_dbg(p2p, "No common channels found");
259 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
260 p2p_channels_dump(p2p, "own client channels", &all_channels)
446 struct p2p_channels intersection, *channels = NULL; local
    [all...]
  /src/usr.bin/audiocfg/
dtmf.c 46 unsigned short sample_length, unsigned short channels,
54 for (c = 0; c < channels; c++) {
62 buf += channels;
68 unsigned short sample_length, unsigned short channels,
71 *buflen = sample_rate * sizeof(int16_t) * sample_length * channels;
78 dtmf_create(*buf, sample_rate, sample_length, channels, chanmask,
  /src/sys/dev/audio/
linear.c 57 KASSERT(arg->srcfmt->channels == arg->dstfmt->channels);
61 sample_count = arg->count * arg->srcfmt->channels;
90 KASSERT(arg->srcfmt->channels == arg->dstfmt->channels);
94 sample_count = arg->count * arg->srcfmt->channels;
126 KASSERT(arg->srcfmt->channels == arg->dstfmt->channels);
130 sample_count = arg->count * arg->srcfmt->channels;
184 KASSERT(arg->srcfmt->channels == arg->dstfmt->channels)
    [all...]
audiofil.h 72 u_int channels; /* 1..AUDIO_MAX_CHANNELS */ member in struct:__anon2514
  /src/tests/lib/libossaudio/
t_ossaudio.c 48 int fd, channels, fmt, rate; local
60 channels = 1;
61 if (ioctl(fd, SNDCTL_DSP_CHANNELS, &channels) < 0)
63 ATF_REQUIRE_EQ(channels, 1);
67 ATF_REQUIRE_EQ(info.play.channels, 1);
71 channels = 2;
72 if (ioctl(fd, SNDCTL_DSP_CHANNELS, &channels) < 0)
74 ATF_REQUIRE_EQ(channels, 2);
78 ATF_REQUIRE_EQ(info.play.channels, 2);
85 channels = 0
    [all...]
  /src/lib/libossaudio/
oss_caps.c 51 info.play.channels : info.record.channels;
oss_dsp.c 98 tmpinfo.play.channels);
105 tmpinfo.record.channels);
161 tmpinfo.play.channels =
162 tmpinfo.record.channels = INTARG ? 2 : 1;
167 INTARG = GETPRINFO(&tmpinfo, channels) - 1;
235 INTARG = GETPRINFO(&tmpinfo, channels);
357 tmpinfo.record.channels);
360 tmpinfo.record.channels);
380 tmpinfo.play.channels);
383 tmpinfo.play.channels);
    [all...]
  /src/sys/dev/spi/
mcp3k.c 35 * modes and number of input channels.
70 uint8_t channels; member in struct:mcp3kadc_model
106 .channels = 1,
114 .channels = 2,
122 .channels = 4,
130 .channels = 8,
138 .channels = 1,
146 .channels = 2,
154 .channels = 4,
162 .channels = 8
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ns1/
named.conf.j2 28 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ns2/
named.conf.j2 28 statistics-channels {
named1.conf.j2 28 statistics-channels {
named2.conf.j2 28 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns2/
named.conf.j2 39 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/
named.conf.j2 39 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/
named.conf.j2 40 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns6/
named.conf.j2 40 statistics-channels {
  /src/crypto/external/bsd/openssh/bin/ssh/
Makefile 8 SRCS= channels.c ssh.c readconf.c clientloop.c sshtty.c \
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
axp209.dtsi 54 io-channels = <&axp_adc 4>; /* Internal temperature */
  /src/usr.bin/audio/common/
wav.c 143 u_int *sample, u_int *channels, off_t *datasize)
284 if (channels)
285 *channels = (u_int)getle16(fmt.channels);
316 * 22-23 number of channels
379 align = ti->channels;
385 align = ti->channels;
404 align = ti->channels * (ti->precision / 8);
427 nchan = ti->channels;
  /src/external/mpl/bind/dist/bin/tests/system/forward/ns4/
named.conf.j2 36 statistics-channels { inet 10.53.0.4 port @EXTRAPORT1@ allow { localhost; }; };
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ns3/
named.conf.j2 31 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/
named.conf.j2 39 statistics-channels {
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns5/
named.conf.j2 41 statistics-channels {

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 910