Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dpaste.c85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, i… in paste() argument
95 if(fp=streams[n]) in paste()
125 streams[n] = 0; in paste()
138 else if(n==nstream && !streams[n-1] && more) in paste()
178 register Sfio_t *fp, **streams; in b_paste() local
256 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*)))) in b_paste()
274 streams[n++] = fp; in b_paste()
278 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0) in b_paste()
281 if((fp=streams[n]) && fp!=sfstdin) in b_paste()
H A DRELEASE242 01-09-06 tail: input streams must be SF_SHARE -- duh
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c106 } streams[2]; /* one for encrypt, one for decrypt */ member
147 fbp->streams[TELNET_DIR_DECRYPT].str_flagshift = in cfb64_init()
149 fbp->streams[TELNET_DIR_ENCRYPT].str_flagshift = in cfb64_init()
267 &fbp->streams[TELNET_DIR_DECRYPT]); in cfb64_is()
327 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
338 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
372 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_session()
373 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_DECRYPT]); in cfb64_session()
513 &des_cfb.streams[TELNET_DIR_ENCRYPT]; in cfb64_encrypt()
538 &des_cfb.streams[TELNET_DIR_DECRYPT]; in cfb64_decrypt()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c71 if (ctx->streams != NULL) in evWrite()
72 ctx->streams->prev = new; in evWrite()
74 new->next = ctx->streams; in evWrite()
75 ctx->streams = new; in evWrite()
105 if (ctx->streams != NULL) in evRead()
106 ctx->streams->prev = new; in evRead()
108 new->next = ctx->streams; in evRead()
109 ctx->streams = new; in evRead()
158 ctx->streams = old->next; in evCancelRW()
H A Deventlib.c116 ctx->streams = NULL; in evCreate()
163 while (revs-- > 0 && ctx->streams != NULL) { in evDestroy()
166 id.opaque = ctx->streams; in evDestroy()
H A Deventlib_p.h249 evStream *streams; member
/illumos-gate/usr/src/cmd/bhyve/common/
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()
592 st = &sc->streams[i]; in hda_codec_notify()
667 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_nid()
691 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_transfer()
711 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_setup()
728 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_nid()
752 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_do_transfer()
[all …]
H A Dpci_hda.c133 struct hda_stream_desc streams[HDA_IOSS_NO]; member
577 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_reset()
597 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_start()
685 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_stop()
1148 st = &sc->streams[stream_ind]; in hda_transfer()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design28 stream that can be read, written, and seeked. The streams traditionally
31 focuses on the implementation of streams. Other misc. functions in stdio
187 is a little different. fflush() may be asked to flush all of the streams
203 When most streams are created, they have no orientation. The orientation
204 can then be explicitly set by calling fwide(3C). Some streams are also
225 Traditionally, stdio streams were always backed by a file descriptor of
228 were introduced in POSIX 2008 that add support for streams backed by
242 work required to implement non-file descriptor backed streams.
258 it by calling _setorientation(). Not all streams have a default
266 The 32-bit libc has historically been limited to 255 open streams
[all …]
/illumos-gate/usr/src/cmd/sort/
H A DMakefile39 streams.o \
114 main.c merge.c options.c streams.c \
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h133 usb_ac_streams_info_t *streams; member
292 _NOTE(DATA_READABLE_WITHOUT_LOCK(usb_audio_eng_t::streams))
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c729 static stream_t *streams; variable
797 streams = Zalloc(nstreams * sizeof (stream_t)); in initstreams()
798 endstreams = &streams[nstreams]; in initstreams()
831 for (s = streams; s != endstreams; s++) { in sbarrier()
1142 for (s = streams; s != endstreams; s++) { in runstreams()
1270 if (streams == NULL) in decompress_pages()
1272 s = &streams[tag - 1]; in decompress_pages()
1359 if (streams) in decompress_pages()
1360 free(streams); in decompress_pages()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files77 streams.c \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c242 Stream_t streams[4]; /* input file stream stack */ member
1056 if (state.sp == state.streams) in pop()
1075 state.sp = state.streams; in push()
1076 else if (++state.sp >= &state.streams[elementsof(state.streams)]) in push()
H A DRELEASE576 02-06-06 package.sh: clarify output streams for help/html
/illumos-gate/usr/src/cmd/
H A DMakefile402 streams \
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1261 int streams, pktlen; in ath_pkt_duration() local
1282 streams = HT_RC_2_STREAMS(rc); in ath_pkt_duration()
1283 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_pkt_duration()
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c2696 streams_infop = (usb_ac_streams_info_t *)engine->streams; in usb_ac_do_setup()
2746 streams_infop = engine->streams; in usb_ac_teardown()
2994 streams_infop = (usb_ac_streams_info_t *)engine->streams; in usb_ac_set_format()
3437 streams_infop = engine->streams; in usb_ac_send_as_cmd()
4595 engp->streams = NULL; in usb_ac_rem_eng()
4643 engp->streams = asinfo; in usb_ac_add_eng()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DDESIGN130 descriptors and file streams.
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog287 - Change gzread() and related to ignore junk after gzip streams
624 - Add puff compile option to permit invalid distance-too-far streams
646 - Add compile option to permit invalid distance-too-far streams
1052 - Automatically detects and decompresses gzip streams
1057 externally generated deflate streams (e.g. in gzip files)
1286 A C++ I/O streams interface to the zlib gz* functions
1288 Another C++ I/O streams interface
/illumos-gate/usr/src/
H A DTargetdirs363 /var/adm/streams \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE64 11-12-13 sfpoll.c: all streams SF_IOINTR => don't ignore EINTR
237 09-08-24 sfio/sfreserve.c: fix SF_UNBOUND logic with pushed streams
414 07-01-22 sfio/sfdisc.c,sfpool.c: handle push on streams with pending peek
681 04-02-04 sfio/sfraise.c: add sfraise(0,a,b) to iterate over all streams
/illumos-gate/usr/src/man/man9f/
H A DMakefile375 mt-streams.9f \
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1562 6856173 streams core dumps when compiled in 64bit with a very large static
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m1526 dir path=var/adm/streams group=sys

12