Searched refs:stream (Results 126 - 150 of 662) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py135 def err(stream, msg, hdr):
137 stream.write("%s: line %d: %s\n" %
140 stream.write("%s: %s\n" % (hdr.filename, msg))
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c103 { "application/octet-stream", "raw" },
104 { "application/octet-stream", "any" },
124 return ("application/octet-stream");
442 papi_stream_t stream = NULL; local
446 status = papiJobStreamOpen(svc, printer, list, NULL, &stream);
449 status = papiJobStreamWrite(svc, stream, prefetch, len);
452 status = papiJobStreamWrite(svc, stream, buf, rc);
455 status = papiJobStreamClose(svc, stream, job);
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c139 void pname(FILE *stream, ino_t i, int lev);
596 pname(FILE *stream, ino_t i, int lev) argument
603 (void) fprintf(stream, "???");
607 (void) fprintf(stream, "...");
610 pname(stream, hp->h_pino, ++lev);
612 (void) fprintf(stream, "%s/%s", prefix,
615 (void) fprintf(stream, "/%s",
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dpapi.h377 papi_stream_t *stream);
379 papi_stream_t stream,
382 papi_stream_t stream,
421 int32_t id, papi_stream_t *stream);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c40 #include <sys/stream.h>
H A Dt_look.c35 #include <sys/stream.h>
155 * If message on stream head is a T_DISCON_IND, that
222 * it must be data on the stream head.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c43 #include <sys/stream.h>
67 * Do this by sending an ISPTM ioctl message down stream. Ioctl()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dopen.c40 #include <sys/stream.h>
/illumos-gate/usr/src/common/lzma/
H A DLzFind.h29 ISeqInStream *stream; member in struct:_CMatchFinder
/illumos-gate/usr/src/cmd/rexd/
H A Drex.c39 #include <sys/stream.h>
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c201 fixup(FILE *stream) argument
203 fprintf(stream, "bad wtmpx: offset %lu.\n", ftell(stdin)-sizeof (wb));
204 fprintf(stream, "bad record is: %.*s\t%.*s\t%lu",
211 fprintf(stream, "\t%s", time_buf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c59 #include <sys/stream.h>
216 return ("stream");
219 return ("stream-ord");
/illumos-gate/usr/src/uts/common/inet/
H A Dcommon.h99 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet_bpf.c28 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncaddi.c30 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/
H A Dconnld.c46 #include <sys/stream.h>
178 * If this is the first time CONNLD was opened while on this stream,
H A Dsuntpi.c32 #include <sys/stream.h>
60 * stream without transport provider (e.g. by pushing timod into FIFO). It is
91 * provider stream in exactly the same configuration (modules above and
139 * with KM_SLEEP, and because it traverses the q_next pointers of a stream
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c28 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h60 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c50 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_isr.c31 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_mod.c36 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Dusbser_uftdi.c40 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dusbser_pl2303.c45 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm3p.c31 #include <sys/stream.h>

Completed in 110 milliseconds

1234567891011>>