Searched refs:stream (Results 26 - 50 of 662) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_embedded_blocks.ksh28 # 3. Verify the presence / absence of embedded blocks in the compressed stream,
40 typeset stream=$BACKDIR/stream
62 log_must eval "zfs send -c $sendfs@now >$stream"
63 log_must eval "zstreamdump -v <$stream >$dump"
64 log_must eval "zfs recv -d $recvfs <$stream"
66 verify_stream_size $stream $sendfs
67 log_mustnot stream_has_features $stream embed_data
H A Drsend_020_pos.ksh24 # the presence of a corrupted stream.
28 # 2. Mess up the contents of the stream state file on disk
30 # 4. ZFS send to the stream state file again using the receive_resume_token
41 streamfs=$POOL/stream
H A Drsend_021_pos.ksh24 # -e (embedded) flag in the presence of a corrupted stream.
29 # 2. Mess up the contents of the stream state file on disk
31 # 4. ZFS send to the stream state file again using the receive_resume_token
43 streamfs=$POOL/stream
H A Drsend_024_pos.ksh30 # 4. Mess up the contents of the stream state file on disk
32 # 6. ZFS send to the stream state file again using the receive_resume_token
43 streamfs=$POOL/stream
H A Dsend-c_resume.ksh23 # (compress) flag in the presence of a corrupted stream.
28 # 2. Mess up the contents of the stream state file on disk
30 # 4. ZFS send to the stream state file again using the receive_resume_token
39 streamfs=$POOL/stream
H A Dsend-cD.ksh26 # full stream.
27 # 2. Verify that the stream and send dataset show the same size
30 # 4. Verify the full stream is no bigger than the stream from step 1
41 typeset stream0=$BACKDIR/stream.0
42 typeset stream1=$BACKDIR/stream.1
43 typeset inc=$BACKDIR/stream.inc
53 # The stream size should match at this point because the data is all unique
61 # The stream sizes should match, since the second stream contain
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh43 # 4. Receive the send stream
60 [[ -e $stream ]] && \
61 log_must rm -f $stream
72 zfs send $snap > $stream
75 zfs receive -d $ctr <$stream
85 log_fail " Data lost after receiving stream"
91 #Destroy datasets and stream for next testing
98 log_must rm -f $stream
119 stream=/var/tmp/streamfile.$$
125 #Create a dataset to receive the send stream
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c85 FILE *stream; local
98 if (chan->out.file.stream != NULL)
99 return (chan->out.file.stream);
148 stream = fdopen(fd, "a");
149 if (stream == NULL) {
156 chan->out.file.stream = stream;
157 return (stream);
162 FILE *stream; local
168 stream
275 FILE *stream; local
597 log_new_file_channel(unsigned int flags, int level, const char *name, FILE *stream, unsigned int versions, unsigned long max_size) argument
[all...]
H A Dlogging_p.h24 FILE *stream; member in struct:log_file_desc
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCopyright.py33 def err(stream, msg, fname):
34 stream.write("%s: %s\n" % (fname, msg))
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
70 void opts_printword(const char *word, FILE *stream);
/illumos-gate/usr/src/uts/common/io/
H A Dtty_ptyconf.c38 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dkstr.h32 #include <sys/stream.h>
H A Dsuntpi.h34 #include <sys/stream.h>
H A Dtty.h32 #include <sys/stream.h>
41 queue_t *t_readq; /* stream's read queue */
42 queue_t *t_writeq; /* stream's write queue */
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c48 FILE *stream; local
68 stream = popen(cmd, "r");
69 if (NULL == stream)
79 sz = fread(buf + bsz, 1, 1024, stream);
83 if ( ! ferror(stream) && feof(stream) &&
90 pclose(stream);
214 FILE *stream; local
219 if ((stream = fopen(file, "r")) == NULL)
225 while ((linelen = getline(&line, &linesz, stream)) !
[all...]
H A Dtag.c153 FILE *stream; local
159 stream = fdopen(tag_files.tfd, "w");
162 if (stream != NULL)
163 fprintf(stream, "%s %s %zu\n",
169 if (stream != NULL)
170 fclose(stream);
/illumos-gate/usr/src/common/lzma/
H A DTypes.h125 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
126 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
163 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
164 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
167 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
168 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c85 static void print_help_create(FILE *stream);
86 static void print_help_main(FILE *stream);
87 static void print_manual_reference(FILE *stream);
88 static void print_usage(FILE *stream);
89 static void print_usage_create(FILE *stream);
90 static void print_usage_main(FILE *stream);
91 static int print_version(FILE *stream);
767 * @param stream
772 FILE *stream)
774 print_usage_create(stream);
771 print_help_create( FILE *stream) argument
836 print_help_main( FILE *stream) argument
867 print_manual_reference( FILE *stream) argument
881 print_usage( FILE *stream) argument
902 print_usage_create( FILE *stream) argument
932 print_usage_main( FILE *stream) argument
950 print_version( FILE *stream) argument
[all...]
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dset.c54 static void set_print(FILE * stream, set_t * set_p);
135 set_print(FILE * stream, set_t * set_p) argument
140 expr_print(stream, set_p->exprlist_p);
H A Dexpr.h63 void expr_print(FILE * stream, expr_t * list_p);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc.h37 #include <sys/stream.h>
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Djob.c108 papi_job_ticket_t *job_ticket, papi_stream_t *stream)
115 if ((svc == NULL) || (name == NULL) || (stream == NULL))
124 /* create the stream container */
125 if ((*stream = s = calloc(1, sizeof (*s))) == NULL)
138 /* if we can stream, do it */
169 papiJobStreamWrite(papi_service_t handle, papi_stream_t stream, argument
173 stream_t *s = stream;
175 if ((svc == NULL) || (stream == NULL) || (buffer == NULL) ||
186 papiJobStreamClose(papi_service_t handle, papi_stream_t stream, papi_job_t *job) argument
191 stream_t *s = stream;
106 papiJobStreamOpen(papi_service_t handle, char *name, papi_attribute_t **attributes, papi_job_ticket_t *job_ticket, papi_stream_t *stream) argument
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Diexpand.c109 * Print out a string onto a stream, changing unprintables into
113 tpr(FILE *stream, char *string) argument
116 (void) fprintf(stream, "%s", iexpand(string));
/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc30 #include <sys/stream.h>

Completed in 166 milliseconds

1234567891011>>