Searched refs:streams (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dpaste.c81 * paste the lines of the <nstreams> defined in <streams> and put results
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
95 if(fp=streams[n])
125 streams[n] = 0;
138 else if(n==nstream && !streams[n-1] && more)
178 register Sfio_t *fp, **streams; local
247 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*))))
265 streams[n++] = fp;
269 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0)
272 if((fp=streams[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c105 } streams[2]; /* one for encrypt, one for decrypt */ member in struct:_fb
146 fbp->streams[TELNET_DIR_DECRYPT].str_flagshift =
148 fbp->streams[TELNET_DIR_ENCRYPT].str_flagshift =
266 &fbp->streams[TELNET_DIR_DECRYPT]);
326 &fbp->streams[TELNET_DIR_ENCRYPT]);
337 &fbp->streams[TELNET_DIR_ENCRYPT]);
371 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_ENCRYPT]);
372 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_DECRYPT]);
512 &des_cfb.streams[TELNET_DIR_ENCRYPT];
537 &des_cfb.streams[TELNET_DIR_DECRYP
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c75 if (ctx->streams != NULL)
76 ctx->streams->prev = new;
78 new->next = ctx->streams;
79 ctx->streams = new;
109 if (ctx->streams != NULL)
110 ctx->streams->prev = new;
112 new->next = ctx->streams;
113 ctx->streams = new;
151 * The streams list is doubly threaded. First, there's ctx->streams
[all...]
H A Deventlib_p.h249 evStream *streams; member in struct:__anon3880
H A Deventlib.c120 ctx->streams = NULL;
167 while (revs-- > 0 && ctx->streams != NULL) {
170 id.opaque = ctx->streams;
/illumos-gate/usr/src/cmd/sort/
H A DMakefile37 common/main.c common/merge.c common/options.c common/streams.c \
H A DMakefile.com42 # DEBUG_FORCE_WIDE force all i/o through wide streams
43 # DEBUG_DISALLOW_MMAP force all i/o through stdio or wide streams
58 streams.o \
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h72 void *acp_data; /* ptr to streams or hid data */
133 usb_ac_streams_info_t *streams; member in struct:usb_audio_eng
258 /* per streams interface info */
292 _NOTE(DATA_READABLE_WITHOUT_LOCK(usb_audio_eng_t::streams))
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c670 * compressed streams
708 static stream_t *streams; variable
775 /* init streams */
776 streams = Zalloc(nstreams * sizeof (stream_t));
777 endstreams = &streams[nstreams];
810 for (s = streams; s != endstreams; s++) {
1113 for (s = streams; s != endstreams; s++) {
1157 * belonging to up to 4095 streams. In practice, the number of streams
1178 * In the parallel case there will be streams block
[all...]
/illumos-gate/usr/src/cmd/
H A DMakefile393 streams \
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c38 * 2. usb_ac is a streams driver that passes streams messages down to
47 * (1) pipe, (2) streams state.
753 * Handle asynchronous response from opened streams
2692 streams_infop = (usb_ac_streams_info_t *)engine->streams;
2742 streams_infop = engine->streams;
2990 streams_infop = (usb_ac_streams_info_t *)engine->streams;
3433 streams_infop = engine->streams;
3733 * we bzero the streams info and plumbed structure
3770 "usb_ac_mux_plumbing: audio streams drive
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1261 int streams, pktlen; local
1282 streams = HT_RC_2_STREAMS(rc);
1283 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
/illumos-gate/usr/src/man/man9f/
H A DMakefile356 mt-streams.9f \

Completed in 1170 milliseconds