Searched refs:output_type (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | pickfilter.c | 89 char * output_type; in pickfilter() local 111 output_type = (char *) NULL; in pickfilter() 280 pc->output_type = 0; in pickfilter() 353 (output_type = *pl), in pickfilter() 383 (output_type = *pl), in pickfilter() 455 output_type, in pickfilter() 477 pc->output_type = Strdup (output_type); in pickfilter()
|
H A D | validate.h | 54 char * output_type; member
|
H A D | validate.c | 776 load_str (&(prs->output_type), best_pc->output_type); in _validate() 990 if (pc->output_type) in free_candidate() 991 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()
|
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 62 TYPE output_type; member 94 PARM_OUTPUT, X_FIXED, &S.output_type.name, 119 char *output_type, in insfilter() argument 126 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter() 129 *output_type, in insfilter() 143 S.output_type.name = output_type; 144 S.output_type.info = isterminfo(output_type); 261 if (!instantiate(&pipeline, &S.input_type, &S.output_type,
|
/illumos-gate/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 | 99 output(enum output_type type, in output() 741 enum output_type type, in supply() 912 enum output_type type; in rip_bcast() 986 enum output_type type; in rip_query()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_trans.c | 287 uint32_t output_type, in nfslog_trans_file_find() argument 294 (output_type == tfp->trans_output_type) && in nfslog_trans_file_find() 356 uint32_t output_type, in nfslog_open_trans_file() argument 363 transrec = nfslog_trans_file_find(transpath, output_type, transtolog); in nfslog_open_trans_file() 440 transrec->trans_output_type = output_type; in nfslog_open_trans_file()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 116 enum output_type { enum 123 static enum output_type otype = OT_EXEC;
|