Searched refs:input_type (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/requests/ |
H A D | getrequest.c | 204 reqp->input_type = Strdup(p); 243 || STREQU(reqp->input_type, NAME_ANY) 244 || STREQU(reqp->input_type, NAME_TERMINFO) 259 if (!reqp->input_type || !*reqp->input_type) { 260 if (reqp->input_type) 261 Free (reqp->input_type); 262 reqp->input_type = Strdup(NAME_SIMPLE);
|
H A D | freerequest.c | 74 if (reqbufp->input_type) 75 Free (reqbufp->input_type);
|
H A D | putrequest.c | 198 if (reqbufp->input_type) 199 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->input_type);
|
H A D | llib-llpreq | 50 char *input_type; /* type of content */
|
/titanic_44/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 62 TYPE input_type; member 94 PARM_INPUT, X_FIXED, &S.input_type.name, 119 char *input_type, in insfilter() argument 127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter() 129 *input_type, in insfilter() 142 S.input_type.name = input_type; 143 S.input_type.info = isterminfo(input_type); 262 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 302 prs->request->input_type, in pickfilter() 307 pc->printer_type = Strdup(prs->request->input_type); in pickfilter() 312 prs->request->input_type, in pickfilter() 353 prs->request->input_type, in pickfilter() 383 prs->request->input_type, in pickfilter() 455 prs->request->input_type, in pickfilter()
|
H A D | validate.c | 102 strcmp(prs->request->input_type, "postscript") == 0) && in _validate()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | requests.h | 82 char *input_type; /* type of content */ member
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 158 req.input_type = formbuf.conttype;
|
/titanic_44/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-jobs.c | 123 r->input_type = strdup(mime_type_to_lp_type(s)); in job_attributes_to_lpsched_request()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 1081 int input_type, in consconfig_prepare_dev() argument 1119 if (input_type == CONSOLE_LOCAL) in consconfig_prepare_dev()
|