Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c202 reqp->input_type = Strdup(p);
241 || STREQU(reqp->input_type, NAME_ANY)
242 || STREQU(reqp->input_type, NAME_TERMINFO)
257 if (!reqp->input_type || !*reqp->input_type) {
258 if (reqp->input_type)
259 Free (reqp->input_type);
260 reqp->input_type = Strdup(NAME_SIMPLE);
H A Dfreerequest.c72 if (reqbufp->input_type)
73 Free (reqbufp->input_type);
H A Dputrequest.c196 if (reqbufp->input_type)
197 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->input_type);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c61 TYPE input_type; member
93 PARM_INPUT, X_FIXED, &S.input_type.name,
118 char *input_type, in insfilter() argument
126 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter()
128 *input_type, in insfilter()
141 S.input_type.name = input_type;
142 S.input_type.info = isterminfo(input_type);
261 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c301 prs->request->input_type, in pickfilter()
306 pc->printer_type = Strdup(prs->request->input_type); in pickfilter()
311 prs->request->input_type, in pickfilter()
352 prs->request->input_type, in pickfilter()
382 prs->request->input_type, in pickfilter()
454 prs->request->input_type, in pickfilter()
H A Dvalidate.c103 strcmp(prs->request->input_type, "postscript") == 0) && in _validate()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h79 char *input_type; /* type of content */ member
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c157 req.input_type = formbuf.conttype;
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c123 r->input_type = strdup(mime_type_to_lp_type(s)); in job_attributes_to_lpsched_request()
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1100 int input_type, in consconfig_prepare_dev() argument
1138 if (input_type == CONSOLE_LOCAL) in consconfig_prepare_dev()