Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcmd/common/
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
247 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*)))) in b_paste()
265 streams[n++] = fp; in b_paste()
269 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0) in b_paste()
272 if((fp=streams[n]) && fp!=sfstdin) in b_paste()
H A DRELEASE206 01-09-06 tail: input streams must be SF_SHARE -- duh
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c105 } streams[2]; /* one for encrypt, one for decrypt */ member
146 fbp->streams[TELNET_DIR_DECRYPT].str_flagshift = in cfb64_init()
148 fbp->streams[TELNET_DIR_ENCRYPT].str_flagshift = in cfb64_init()
266 &fbp->streams[TELNET_DIR_DECRYPT]); in cfb64_is()
326 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
337 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
371 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_session()
372 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_DECRYPT]); in cfb64_session()
512 &des_cfb.streams[TELNET_DIR_ENCRYPT]; in cfb64_encrypt()
537 &des_cfb.streams[TELNET_DIR_DECRYPT]; in cfb64_decrypt()
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c75 if (ctx->streams != NULL) in evWrite()
76 ctx->streams->prev = new; in evWrite()
78 new->next = ctx->streams; in evWrite()
79 ctx->streams = new; in evWrite()
109 if (ctx->streams != NULL) in evRead()
110 ctx->streams->prev = new; in evRead()
112 new->next = ctx->streams; in evRead()
113 ctx->streams = new; in evRead()
162 ctx->streams = old->next; in evCancelRW()
H A Deventlib.c120 ctx->streams = NULL; in evCreate()
167 while (revs-- > 0 && ctx->streams != NULL) { in evDestroy()
170 id.opaque = ctx->streams; in evDestroy()
H A Deventlib_p.h249 evStream *streams; member
/titanic_44/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))
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files75 streams.c \
/titanic_44/usr/src/cmd/savecore/
H A Dsavecore.c708 static stream_t *streams; variable
776 streams = Zalloc(nstreams * sizeof (stream_t)); in initstreams()
777 endstreams = &streams[nstreams]; in initstreams()
810 for (s = streams; s != endstreams; s++) { in sbarrier()
1113 for (s = streams; s != endstreams; s++) { in runstreams()
1241 if (streams == NULL) in decompress_pages()
1243 s = &streams[tag - 1]; in decompress_pages()
1330 if (streams) in decompress_pages()
1331 free(streams); in decompress_pages()
/titanic_44/usr/src/cmd/sort/
H A DMakefile37 common/main.c common/merge.c common/options.c common/streams.c \
H A DMakefile.com58 streams.o \
/titanic_44/usr/src/cmd/lp/lib/printers/
H A Dllib-llpprt59 char **modules; /* streams modules to push */
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_xmit.c1166 int streams, pktlen; in arn_pkt_duration() local
1187 streams = HT_RC_2_STREAMS(rc); in arn_pkt_duration()
1188 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in arn_pkt_duration()
1305 int streams, pktlen; in ath_pkt_duration() local
1326 streams = HT_RC_2_STREAMS(rc); in ath_pkt_duration()
1327 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_pkt_duration()
/titanic_44/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err85 NOSR = out of streams resources
/titanic_44/usr/src/cmd/
H A DMakefile393 streams \
/titanic_44/usr/src/lib/libshell/common/
H A DDESIGN129 descriptors and file streams.
/titanic_44/usr/src/
H A DMakefile.lint287 cmd/streams/strcmd \
H A DTargetdirs343 /var/adm/streams \
/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c2692 streams_infop = (usb_ac_streams_info_t *)engine->streams; in usb_ac_do_setup()
2742 streams_infop = engine->streams; in usb_ac_teardown()
2990 streams_infop = (usb_ac_streams_info_t *)engine->streams; in usb_ac_set_format()
3433 streams_infop = engine->streams; in usb_ac_send_as_cmd()
4593 engp->streams = NULL; in usb_ac_rem_eng()
4641 engp->streams = asinfo; in usb_ac_add_eng()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE49 09-08-24 sfio/sfreserve.c: fix SF_UNBOUND logic with pushed streams
226 07-01-22 sfio/sfdisc.c,sfpool.c: handle push on streams with pending peek
493 04-02-04 sfio/sfraise.c: add sfraise(0,a,b) to iterate over all streams
/titanic_44/usr/src/man/man9f/
H A DMakefile342 mt-streams.9f \
/titanic_44/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1562 6856173 streams core dumps when compiled in 64bit with a very large static
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc338 file path=usr/share/man/man9f/mt-streams.9f
H A DSUNWcs.mf260 dir path=var/adm/streams group=sys
/titanic_44/
H A D.gitignore2688 usr/src/cmd/streams/log/strace
2689 usr/src/cmd/streams/log/strclean
2690 usr/src/cmd/streams/log/strerr
2691 usr/src/cmd/streams/strcmd/strchg
2692 usr/src/cmd/streams/strcmd/strconf