Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 347) sorted by last modified time

12345678910>>...14

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist104 60 ENOSTR Not a stream device
107 63 ENOSR Out of stream resources
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids24100 AT 0606 1394 DA stream
24101 AT 0607 1394 DV stream soundtrack
H A Dpci.ids19739 142d Pix stream Inc
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile561 stream.h \
/illumos-gate/usr/src/uts/common/
H A DMakefile.files349 stream.o \
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c124 ssread(void *buf, size_t len, FILE *stream) in ssread() argument
128 if ((outlen = fread(buf, len, 1, stream)) == 0) in ssread()
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c324 print_entries(FILE *stream, int parsable) in print_entries() argument
329 (void) fprintf(stream, " %3s %3s | %-20s | %s\n", "hex", in print_entries()
332 (void) fprintf(stream, "----------+----------------------" in print_entries()
345 (void) fprintf(stream, "0x%03x %3d %s%-20s %s%s\n", in print_entries()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c925 FILE *stream = fopen(filename, "r"); in ndp_set_file() local
927 if (stream == NULL) { in ndp_set_file()
933 while (getline(&line, &cap, stream) != -1) { in ndp_set_file()
970 if (errno != 0 || ferror(stream)) { in ndp_set_file()
975 if (fclose(stream) != 0) { in ndp_set_file()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1362 file path=usr/include/sys/stream.h
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c106 uint8_t stream; member
158 uint8_t stream, uint8_t dir);
201 static int hda_transfer(struct hda_codec_inst *hci, uint8_t stream,
514 err = codec->notify(hci, run, stream, dir); in hda_notify_codecs()
669 st->stream = strm; in hda_stream_start()
687 uint8_t strm = st->stream; in hda_stream_stop()
1129 if (!stream) { in hda_transfer()
1136 assert(stream < HDA_STREAM_TAGS_CNT); in hda_transfer()
1137 stream_ind = sc->stream_map[dir][stream]; in hda_transfer()
1146 DPRINTF("Stream 0x%x stopped", stream); in hda_transfer()
[all …]
H A Dpci_hda.h78 int (*notify)(struct hda_codec_inst *hci, uint8_t run, uint8_t stream,
86 int (*transfer)(struct hda_codec_inst *hci, uint8_t stream,
H A Dhda_codec.c179 uint8_t stream; member
211 uint8_t stream, uint8_t dir);
578 uint8_t stream, uint8_t dir) in hda_codec_notify() argument
587 assert(stream); in hda_codec_notify()
596 run, stream, st->stream, dir); in hda_codec_notify()
598 if (stream != st->stream) { in hda_codec_notify()
759 hops->transfer(hci, st->stream, 0, st->buf, sizeof(st->buf)); in hda_codec_audio_input_do_transfer()
829 res = (st->stream << 4) | st->channel; in hda_codec_audio_inout_nid()
833 st->stream = (payload >> 4) & 0x0f; in hda_codec_audio_inout_nid()
835 st->channel, st->stream); in hda_codec_audio_inout_nid()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_002_pos.ksh65 log_must zfs send $TESTPOOL/$TESTFS@snap > $TEST_BASE_DIR/stream.$$
66 log_mustnot_expect space zfs receive $TESTPOOL/$TESTFS/recvd < $TEST_BASE_DIR/stream.$$
67 log_must rm $TEST_BASE_DIR/stream.$$
/illumos-gate/usr/src/test/libc-tests/tests/err/
H A Derr.c28 static FILE *stream = stderr; variable
50 (void) fprintf(stream, "CALLBACK %d\n", code); in callback_func()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c1187 smb_stream_parse_name(char *path, char *filename, char *stream) in smb_stream_parse_name() argument
1194 ASSERT(stream); in smb_stream_parse_name()
1212 (void) strncpy(stream, sname, slen); in smb_stream_parse_name()
1213 stream[slen] = '\0'; in smb_stream_parse_name()
1216 stype = strchr(stream + 1, ':'); in smb_stream_parse_name()
1218 (void) strlcat(stream, ":$DATA", MAXNAMELEN); in smb_stream_parse_name()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE90 08-04-01 paste.c: fix --noserial stream vector access bug
167 06-02-14 tail.c: fix -f bug that lost fast stream data
178 05-01-11 cat.c: restore output stream to binary mode on exit
287 98-11-11 chgrp,chmod: cannot open file stream => not found
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c569 write_glyph_source(const void *ptr, size_t size, size_t nitems, FILE *stream) in write_glyph_source() argument
577 if (fprintf(stream, "\n") < 0) in write_glyph_source()
580 if (fprintf(stream, "0x%02x, ", data[i]) < 0) in write_glyph_source()
583 if (fprintf(stream, "\n") < 0) in write_glyph_source()
592 FILE *stream __unused) in write_glyph_buf()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c174 static void safe_fclose(FILE *stream);
570 safe_fclose(FILE *stream) in safe_fclose() argument
574 err = fclose(stream); in safe_fclose()
/illumos-gate/usr/src/cmd/sort/
H A Dtypes.h167 struct stream;
171 int (*sop_close)(struct stream *);
172 int (*sop_eos)(struct stream *);
173 ssize_t (*sop_fetch)(struct stream *);
174 void (*sop_flush)(struct stream *);
175 int (*sop_free)(struct stream *);
177 int (*sop_prime)(struct stream *);
181 int (*sop_unlink)(struct stream *);
201 typedef struct stream { struct
203 struct stream *s_previous; argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c4439 { "stream", ":", "display STREAM", stream },
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c240 new->u.stream.this = ctx->strDone; in evGetNext()
518 evStream *this = ev->u.stream.this; in evDispatch()
602 id.opaque = ev->u.stream.this; in evDrop()
H A Deventlib_p.h171 struct { evStream *this; } stream; member
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1758 p->matchFinderBase.stream = p->inStream; in LzmaEnc_CodeOneBlock()
H A DLzFind.c72 p->result = p->stream->Read(p->stream, dest, &size); in MatchFinder_ReadBlock()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h202 int ldaptool_check_ferror( FILE * stream, const int ldap_err, const char *msg );

12345678910>>...14