Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c77 } streams[2]; member
123 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init()
124 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init()
132 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init()
133 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init()
268 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is()
337 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply()
346 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply()
387 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session()
388 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session()
[all …]
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c86 struct stinfo streams[2]; member
133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init()
134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init()
142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init()
143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init()
279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is()
347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply()
356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply()
395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session()
396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session()
[all …]
/freebsd/lib/libc/isc/
H A Dev_streams.c80 if (ctx->streams != NULL) in evWrite()
81 ctx->streams->prev = new; in evWrite()
83 new->next = ctx->streams; in evWrite()
84 ctx->streams = new; in evWrite()
114 if (ctx->streams != NULL) in evRead()
115 ctx->streams->prev = new; in evRead()
117 new->next = ctx->streams; in evRead()
118 ctx->streams = new; in evRead()
167 ctx->streams = old->next; in evCancelRW()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c369 if ((dev = sc->streams[i].dev) != NULL) { in hdac_one_intr()
371 sc->streams[i].dir, sc->streams[i].stream); in hdac_one_intr()
1294 sc->streams = malloc(sizeof(struct hdac_stream) * sc->num_ss, in hdac_attach()
1297 result = hdac_dma_alloc(sc, &sc->streams[i].bdl, in hdac_attach()
1367 if (sc->streams != NULL) in hdac_attach()
1369 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_attach()
1370 free(sc->streams, M_HDAC); in hdac_attach()
1466 s = &sc->streams[i]; in hdac_poll_reinit()
1757 hdac_dma_free(sc, &sc->streams[ in hdac_detach()
[all...]
H A Dhdacc.c57 device_t streams[2][16]; member
657 codec->streams[dir][stream] = child; in hdacc_stream_alloc()
666 codec->streams[dir][stream] = NULL; in hdacc_stream_free()
706 if ((child = codec->streams[dir][stream]) != NULL) in hdacc_stream_intr()
/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c199 struct hda_codec_stream streams[HDA_CODEC_STREAMS_COUNT]; member
425 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_init()
443 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_init()
480 st = &sc->streams[i]; in hda_codec_reset()
595 st = &sc->streams[i]; in hda_codec_notify()
670 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_nid()
694 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_transfer()
714 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_setup()
731 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_nid()
755 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_do_transfer()
[all …]
H A Dpci_hda.c132 struct hda_stream_desc streams[HDA_IOSS_NO]; member
576 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_reset()
596 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_start()
684 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_stop()
1147 st = &sc->streams[stream_ind]; in hda_transfer()
/freebsd/sys/contrib/zlib/contrib/
H A DREADME.contrib28 A C++ I/O streams interface to the zlib gz* functions
31 Another C++ I/O streams interface
35 Yet another C++ I/O streams interface
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,audmix.txt4 audio streams into a single audio stream. Audio Mixer has two input serial
15 The output of Audio Mixer can be selected from any of the three streams
21 input streams must have same audio sample rate with same number of channels
H A Dxlnx,i2s.txt12 - xlnx,num-channels: Number of I2S streams. Can be any of 1, 2, 3, 4.
/freebsd/contrib/libpcap/doc/
H A DREADME.dag60 or load balancing mechanisms. Receive streams have even numbers, e.g.
61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported.
86 streams. Capture streams have even numbers. These are available via libpcap
93 all of the streams. In future this may change if per-stream slen is
/freebsd/contrib/ntp/html/hints/
H A Dparse28 implement the conversion of RS232 data streams into
38 This streams module is designed for SunOS 4.1.X.
42 This streams module is designed for SunOS 5.x
/freebsd/contrib/ntp/parseutil/
H A DREADME6 parsetest: simple parse streams module test
/freebsd/contrib/file/magic/Magdir/
H A Danimation793 # Stored AAC streams (instead of the MP4 format)
800 >>16 byte&0x1E 0x04 \b, 2 streams
801 >>16 byte&0x1E 0x06 \b, 3 streams
802 >>16 byte &0x08 \b, 4 or more streams
803 >>16 byte &0x10 \b, 8 or more streams
811 >>7 byte&0x1E 0x04 \b, 2 streams
812 >>7 byte&0x1E 0x06 \b, 3 streams
813 >>7 byte &0x08 \b, 4 or more streams
814 >>7 byte &0x10 \b, 8 or more streams
855 # Live MPEG-4 audio streams (instead of RTP FlexMux)
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dindex.rst18 - Full support for streams & incremental processing
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,video.txt7 Xilinx video IP pipeline processes video streams through one or more Xilinx
H A Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/freebsd/contrib/libxo/doc/
H A Dindex.rst22 multiple output streams, pluralization, color, syslog,
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py194 def streams(fs, first, second): function
1965 with streams(srcfs, src1, src2) as (_, (full, incr)):
2013 with streams(srcfs, b"snap", None) as (_, (stream, _)):
2025 with streams(srcfs, b"snap", None) as (_, (stream, _)):
2097 with streams(srcfs, src, None) as (_, (stream, _)):
2117 with streams(srcfs, src, None) as (_, (stream, _)):
2141 with streams(srcfs, src1, src2) as (_, (full, incr)):
2154 with streams(srcfs, src1, src2) as (_, (full, incr)):
2168 with streams(srcfs, src1, src2) as (_, (full, incr)):
2183 with streams(srcfs, src1, src2) as (_, (full, incr)):
[all …]
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c399 int streams, int isht40, int isShortGI) in ieee80211_compute_duration_ht() argument
425 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ieee80211_compute_duration_ht()
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md439 followed by 1 or 4 streams.
490 It's also necessary to decode the number of streams (1 or 4).
523 - `Size_Format` == 01 : 4 streams.
526 - `Size_Format` == 10 : 4 streams.
529 - `Size_Format` == 11 : 4 streams.
557 it must be used to determine where streams begin.
562 The Jump Table is only present when there are 4 Huffman-coded streams.
564 Reminder : Huffman compressed data consists of either 1 or 4 Huffman-coded streams.
568 [Huffman-Coded Streams](#huffman-coded-streams).
570 If there are four streams, `Literals_Section_Header` only provided
[all …]
/freebsd/contrib/openbsm/
H A DINSTALL12 encryption of on-the-wire audit streams using auditdistd; the following
/freebsd/sys/net80211/
H A Dieee80211_phy.h221 uint16_t rate, int streams, int isht40,
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcdns,csi2rx.txt5 lanes in input, and 4 different pixel streams in output.
H A Dcdns,csi2tx.txt5 4 CSI lanes in output, and up to 4 different pixel streams in input.

1234