Searched refs:output_type (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 90 char * output_type; in pickfilter() local 112 output_type = (char *) NULL; in pickfilter() 281 pc->output_type = 0; in pickfilter() 354 (output_type = *pl), in pickfilter() 384 (output_type = *pl), in pickfilter() 456 output_type, in pickfilter() 478 pc->output_type = Strdup (output_type); in pickfilter()
|
H A D | validate.h | 57 char * output_type; member
|
H A D | validate.c | 775 load_str (&(prs->output_type), best_pc->output_type); in _validate() 989 if (pc->output_type) in free_candidate() 990 unload_str (&(pc->output_type)); in free_candidate()
|
H A D | nodes.h | 177 char *output_type; member
|
H A D | fncs.c | 411 if (rsp->output_type) in free_rstatus() 412 Free (rsp->output_type); in free_rstatus()
|
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 63 TYPE output_type; member 95 PARM_OUTPUT, X_FIXED, &S.output_type.name, 120 char *output_type, in insfilter() argument 127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter() 130 *output_type, in insfilter() 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,
|
/titanic_41/usr/src/tools/stabs/ |
H A D | main.c | 85 char *output_type = NULL; in main() local 96 output_type = "forth"; in main() 102 output_type = optarg; in main() 122 if (strcmp(ops->type, output_type) == 0) in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 563 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 D | output.c | 101 output(enum output_type type, in output() 743 enum output_type type, in supply() 914 enum output_type type; in rip_bcast() 988 enum output_type type; in rip_query()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_trans.c | 289 uint32_t output_type, in nfslog_trans_file_find() argument 296 (output_type == tfp->trans_output_type) && in nfslog_trans_file_find() 358 uint32_t output_type, in nfslog_open_trans_file() argument 365 transrec = nfslog_trans_file_find(transpath, output_type, transtolog); in nfslog_open_trans_file() 442 transrec->trans_output_type = output_type; in nfslog_open_trans_file()
|