Searched refs:stream (Results 101 - 125 of 662) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c439 FILE *stream; member in struct:printerinfo
458 (void) fprintf(pip->stream, " %s%s", (pip->isswitch) ? "-" : "", lhs);
460 (void) fprintf(pip->stream, " ");
461 opts_printword(s, pip->stream);
469 opts_printword(const char *word, FILE *stream) argument
485 (void) fprintf(stream, "%s%s%s", q, word, q);
487 (void) fprintf(stream, "%s", word);
492 * opts_print -- print options to stream, leaving out those in "exclude"
495 opts_print(struct opts *opts, FILE *stream, char *exclude) argument
500 pi.stream
509 opts_printword(fn_s(fnp), stream); local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c178 * Use the receive stream to unmarshall data (NDR_MODE_CALL_RECV).
196 * Use the send stream to marshall data (NDR_MODE_RETURN_SEND).
214 * Use the send stream to marshall data (NDR_MODE_CALL_SEND).
232 * Use the receive stream to unmarshall data (NDR_MODE_RETURN_RECV).
394 * Remove an RPC fragment header from the received data stream.
396 * NDR stream on entry:
404 * NDR stream on return:
500 ndr_stream_t *nds = encl_ref->stream;
508 myref.stream = encl_ref->stream;
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c364 papi_job_ticket_t *job_ticket, papi_stream_t *stream)
370 if ((svc == NULL) || (printer == NULL) || (stream == NULL))
385 *stream = svc->connection;
395 papi_stream_t stream, void *buffer, size_t buflen)
403 handle, stream, buffer, buflen);
407 if ((svc == NULL) || (stream == NULL) || (buffer == NULL) ||
430 papi_stream_t stream, papi_job_t *job)
438 if ((svc == NULL) || (stream == NULL) || (job == NULL))
362 papiJobStreamOpen(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, papi_stream_t *stream) argument
394 papiJobStreamWrite(papi_service_t handle, papi_stream_t stream, void *buffer, size_t buflen) argument
429 papiJobStreamClose(papi_service_t handle, papi_stream_t stream, papi_job_t *job) argument
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_open.c40 #include <sys/stream.h>
56 * given transport (in the rare case when transport shuts down the stream with
58 * stream again since timod will emulate T_CAPABILITY_REQ behaviour.
108 * "timod" not already on stream, then push it
139 * assumed that it is always save to close and reopen the same stream
148 * try to reopen the stream in the hope that timod will emulate
H A Dt_unbind.c38 #include <sys/stream.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h47 #include <sys/stream.h>
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h31 #include <sys/stream.h>
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c222 fixup(FILE *stream) argument
224 fprintf(stream, "bad wtmpx: offset %lu.\n", ftell(stdin)-sizeof(wb));
225 fprintf(stream, "bad record is: %.*s\t%.*s\t%lu",
232 fprintf(stream, "\t%s", time_buf);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts_opt_data.c27 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/inet/
H A Dip_arp.h41 #include <sys/stream.h>
48 * The arl_s structure tracks the state of the associated ARP stream.
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c56 #include <sys/stream.h>
H A Dt_kgtstate.c58 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbkbm/
H A Dusbkbm.h36 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h34 #include <sys/stream.h>
H A Dddi.h40 #include <sys/stream.h>
136 /* STREAMS drivers and modules must include stream.h to pick up the */
140 /* drivers. The following #undefs allow drivers to include stream.h */
149 extern struct queue *OTHERQ(queue_t *); /* stream.h */
H A Dt_kuser.h48 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c26 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/io/
H A Dstrredirm.c33 * redirection driver. Its purpose in life is to detect when the stream that
35 * driver so that the driver can cancel redirection to the stream.
42 #include <sys/stream.h>
H A Dvcons_conf.c28 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk.c27 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h32 #include <sys/stream.h>
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dcmd1394.h53 #include <sys/stream.h>
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastwinsize.c45 #include <sys/stream.h>
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_util.h30 #include <sys/stream.h>
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h46 #include <sys/stream.h>

Completed in 136 milliseconds

1234567891011>>