Searched refs:output_type (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h57 char * output_type; member in struct:candidate
H A Dpickfilter.c90 char * output_type; local
112 output_type = (char *) NULL;
281 pc->output_type = 0;
354 (output_type = *pl),
384 (output_type = *pl),
456 output_type,
478 pc->output_type = Strdup (output_type);
H A Dnodes.h177 char *output_type; member in struct:rstat_node
H A Dvalidate.c772 * there is an output_type
775 load_str (&(prs->output_type), best_pc->output_type);
989 if (pc->output_type)
990 unload_str (&(pc->output_type));
H A Dfncs.c411 if (rsp->output_type)
412 Free (rsp->output_type);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c63 TYPE output_type; member in struct:S
95 PARM_OUTPUT, X_FIXED, &S.output_type.name,
120 char *output_type,
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp)
130 *output_type,
144 S.output_type.name = output_type;
145 S.output_type.info = isterminfo(output_type);
262 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
117 insfilter( char **pipes, char *input_type, char *output_type, char *printer_type, char *printer, char **parms, unsigned short *flagsp ) argument
[all...]
/illumos-gate/usr/src/tools/stabs/
H A Dmain.c85 char *output_type = NULL; local
96 output_type = "forth";
102 output_type = optarg;
122 if (strcmp(ops->type, output_type) == 0)
149 "{-t output_type} files\n", program);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h563 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enum
572 enum output_type type;
638 extern int output(enum output_type, struct sockaddr_in *,
644 enum output_type, int, int, boolean_t);
H A Doutput.c101 output(enum output_type type,
743 enum output_type type,
914 enum output_type type;
988 enum output_type type;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c282 * 'path', 'output_type' and 'transtolog'. The reference count for this
289 uint32_t output_type,
296 (output_type == tfp->trans_output_type) &&
358 uint32_t output_type,
365 transrec = nfslog_trans_file_find(transpath, output_type, transtolog);
442 transrec->trans_output_type = output_type;
287 nfslog_trans_file_find( char *path, uint32_t output_type, uint32_t transtolog) argument
356 nfslog_open_trans_file( char *transpath, uint32_t output_type, uint32_t transtolog, int *error) argument

Completed in 78 milliseconds