Searched refs:printer (Results 76 - 100 of 161) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c73 * Print job entries for remote windows printer start with:
118 * (printer) is ready
201 * Since a job has been found so the printer state is either
267 "printer-name", queue_name_from_uri(svc->uri));
285 "printer-name", queue_name_from_uri(svc->uri));
289 "printer-uri-supported", status);
294 * printer-state-reason, we accumulate the text until we hit the
335 "printer-state-reasons", status);
340 * It is a remote windows printer
342 * Set the printer
425 lpd_find_printer_info(service_t *svc, printer_t **printer) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h71 PSTATUS *printer; member in union:exec_node::ex
75 #define EX_INTERF 1 /* exec interface for ex.printer */
77 #define EX_ALERT 3 /* exec alert for ex.printer */
118 short status; /* Current Status of printer */
120 PRINTER *printer; member in struct:pstat_node
172 PSTATUS *printer; member in struct:rstat_node
H A Dvalidate.c136 * If we are trying to avoid a printer, but the request
137 * was destined for just that printer, we're out.
147 * If a remote printer was specified, then don't use any local
171 * so it has to evaluate carefully: E.g. user wants ANY printer,
216 * printer.
229 * This macro checks that the form is allowed on the printer,
233 * character set, against the printer's capabilities, ASSUMING,
236 * the printer!
250 * for the printer or is mounted. Note: If the printer does
996 tsol_check_printer_label_range(char *slabel, const char *printer) argument
[all...]
H A Dschedule.c44 PSTATUS * printer; member in union:later::arg
167 * The EV_ENABLE event is used to get a printer going again
171 * queued for class, queued for ``any''), a printer is
173 * assignments, not possibilities, so a printer with no
181 * printer going, while it is waiting for auto-retry, is to
242 pl->arg.printer = va_arg(ap, PSTATUS *);
243 if (pl->arg.printer)
244 pl->arg.printer->status |= PS_LATER;
291 pl->arg.printer->status &= ~PS_LATER;
292 schedule (pl->event, pl->arg.printer);
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dprinter.c28 /* $Id: printer.c 146 2006-03-24 00:26:54Z njacobs $ */
40 papiPrinterFree(papi_printer_t printer) argument
42 printer_t *tmp = printer;
117 "printer-attributes-group", &op);
139 papi_printer_t *printer)
146 if ((svc == NULL) || (name == NULL) || (printer == NULL))
154 if ((*printer = p = calloc(1, sizeof (*p))) == NULL)
177 "printer-attributes-group", &op);
207 "printer-message-from-operator", message);
211 "printer
136 papiPrinterQuery(papi_service_t handle, char *name, char **requested_attrs, papi_attribute_t **job_attributes, papi_printer_t *printer) argument
261 papiPrinterAdd(papi_service_t handle, char *name, papi_attribute_t **attributes, papi_printer_t *printer) argument
268 papiPrinterModify(papi_service_t handle, char *name, papi_attribute_t **attributes, papi_printer_t *printer) argument
421 papiPrinterGetAttributeList(papi_printer_t printer) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.h51 extern void get_printer_id(papi_attribute_t **attributes, char **printer,
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpapi_impl.h74 papi_printer_t *printer; member in struct:__anon4686
H A Dnss.c64 "printer-name", &bsd[1]);
91 char *printer = NULL; local
99 "printer-uri-supported", &printer);
100 /* if there is no printer-uri-supported, there is nothing to do */
101 if (printer == NULL) {
105 if (uri_from_string(printer, &uri) < 0) {
119 printer = "";
121 if ((printer = strrchr(uri->path, '/')) == NULL)
122 printer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPrintUtil.java42 * Prints an object to either file or printer. Uses the toString()
89 * to print to a file and which file, if so, or to the printer
100 private Checkbox printer; field in class:PrintUtil.PrintFrame
126 printer.setState(true);
164 printer = new Checkbox();
166 printer.setCheckboxGroup(options);
168 options.setSelectedCheckbox(printer);
170 printer.addItemListener(new PrintSelectedListener());
176 add(printer, gbc);
241 if (cb == printer) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c2500 lcp_printpkt(p, plen, printer, arg)
2503 void (*printer) __P((void *, const char *, ...));
2520 printer(arg, " %s id=0x%x", code_name(code,1), id);
2535 printer(arg, " <");
2543 printer(arg, "mru %d", cishort);
2550 printer(arg, "asyncmap 0x%x", cilong);
2556 printer(arg, "auth ");
2560 printer(arg, "pap");
2563 printer(arg, "chap");
2567 printer(ar
[all...]
H A Dupap.c664 upap_printpkt(p, plen, printer, arg)
667 void (*printer) __P((void *, const char *, ...));
685 printer(arg, " %s", upap_codenames[code-1]);
687 printer(arg, " code=0x%x", code);
688 printer(arg, " id=0x%x", id);
704 printer(arg, " user=");
705 print_string(user, ulen, printer, arg);
706 printer(arg, " password=");
708 print_string(pwd, wlen, printer, arg);
710 printer(ar
[all...]
H A Dchap.c934 ChapPrintPkt(p, plen, printer, arg)
937 void (*printer) __P((void *, const char *, ...));
953 printer(arg, " %s", ChapCodenames[code-1]);
955 printer(arg, " code=0x%x", code);
956 printer(arg, " id=0x%x", id);
968 printer(arg, " <");
971 printer(arg, "%.2x", x);
973 printer(arg, ">, name = ");
974 print_string((char *)p, nlen, printer, arg);
978 printer(ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dnetstandard28 ## Network Standard printer interface program.
60 # the description of a printer fault to the Spooler,
72 "unknown printer/interface failure" \
159 # ${SPOOLDIR}/.../printer request-id user title copies options files...
177 printer=`basename $0`
195 logger -p lpr.debug -t "netstandard: ${request_id}" " printer : ${printer}"
363 # file to the printer.
374 # output and the use postio to talk to the printer
403 -p ${printer}
[all...]
H A Dtsol_netstandard_foomatic30 ## Network Standard printer interface program for foomatic.
62 # the description of a printer fault to the Spooler,
74 "unknown printer/interface failure" \
183 # ${SPOOLDIR}/.../printer request-id user title copies options files...
201 printer=`basename $0`
220 " printer : ${printer}"
319 printer-resolution=* | print-quality=* )
414 # file to the printer.
427 # output and the use postio to talk to the printer
[all...]
H A Dstandard29 ## Standard printer interface program.
34 # Until we get to the point below where the printer port
35 # and physical printer are initialized, we can't do much
50 "The connection to the printer dropped; perhaps the printer went off-line?" \
51 | ${LPTELL} ${printer}
59 "Received an interrupt from the printer. The reason is unknown,
61 | ${LPTELL} ${printer}
76 # Open another channel to the printer port, for use when the
130 # the description of a printer faul
[all...]
H A Duri28 # printer interface script for printers with a URI instead of
33 # streamed to the output device (printer).
37 # the output device (printer). If no DEVICE_URI is present or the value
75 fail ${EXIT_RETRY} "connection to the printer dropped; off-line?"
79 fail ${EXIT_RETRY} "interrupt from the printer; baud-rate issues?"
99 # Generate an ASCII burst page and pass it to the printer
107 Printer: ${printer}
127 (${printer}) 30 600 /Times-Bold 16 PrintLine
145 printer=$(basename $0)
222 # the output device (printer
[all...]
H A Dtsol_standard_foomatic30 ## Standard printer interface program.
36 # Until we get to the point below where the printer port
37 # and physical printer are initialized, we can't do much
52 "The connection to the printer dropped; perhaps the printer went off-line?" \
53 | ${LPTELL} ${printer}
61 "Received an interrupt from the printer. The reason is unknown,
63 | ${LPTELL} ${printer}
78 # Open another channel to the printer port, for use when the
132 # the description of a printer faul
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c74 * Map table can be associated with a printer model (e.g. a LaserWriter), a
75 * printer destination, or whatever - the choice is up to an administrator.
79 * a single printer should only be used on that printer.
106 char *residentfonts = NULL; /* list of printer resident fonts */
107 char *printer = NULL; /* printer name - only for Unix 4.0 lp */ variable
213 case 'm': /* printer map table name */
217 case 'p': /* printer name - for Unix 4.0 lp */
218 printer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dlut.c171 printer(const char *lhs, void *rhs, void *arg) function
200 lut_walk(r, printer, r);
207 lut_walk(dupr, printer, dupr);
/opensolaris-onvv-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management.desktop29 Comment=Manage your printer queues and jobs
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-ipp/
H A DMakefile.com30 OBJECTS = ipp-support.o job.o printer.o service.o
/opensolaris-onvv-gate/usr/src/uts/intel/usbprn/
H A DMakefile121 %.ll: $(UTSBASE)/common/io/usb/clients/printer/%.c \
122 $(UTSBASE)/common/sys/usb/clients/printer/usbprn.h
/opensolaris-onvv-gate/usr/src/uts/sparc/usbprn/
H A DMakefile116 %.ll: $(UTSBASE)/common/io/usb/clients/printer/%.c \
117 $(UTSBASE)/common/sys/usb/clients/printer/usbprn.h
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.h115 void (*printer)(); /* Value printing function */ member in struct:tree
/opensolaris-onvv-gate/usr/src/cmd/lp/terminfo/
H A D47x.ti37 470|att470|AT&T 470; C.Itoh 8510; 8"; parallel matrix printer,
64 471|att471|AT&T 471; C.Itoh 1550; 14"; parallel matrix printer,
70 475|att475|AT&T 475; C.Itoh 8510; 8"; serial matrix printer,
74 476|att476|AT&T 475; C.Itoh 1550; 14"; serial matrix printer,
104 478|att478|AT&T 478; 8"; parallel matrix printer,
128 479|att479|AT&T 479; 14"; IBM parallel; matrix printer,

Completed in 309 milliseconds

1234567