Searched refs:printer (Results 101 - 125 of 161) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h99 char *printer, int job_id);
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h64 printer_t *printer; member in struct:__anon4695
70 uri_t *uri; /* printer uri */
71 cache_t *cache; /* printer/job cache */
H A Dlpd-port.c149 if ((sp = getservbyname("printer", "tcp")) == NULL) {
496 submit_job(int sock, char *printer, int job_id, char *path) argument
511 sock, printer, job_id, path);
518 sock, printer, job_id, path);
526 sock, printer, job_id, path);
534 sock, printer, job_id, path);
552 if (send_lpd_message(sock, "\002%s\n", printer) < 0) {
609 query(int fd, char *printer, int ac, char **av) argument
615 snprintf(buf, sizeof (buf), "\04%s", printer);
630 cancel(int fd, char *printer, in argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c57 char *pattrs[] = { "printer-state", "printer-state-reasons",
58 "printer-is-accepting-jobs", NULL };
70 "printer-is-accepting-jobs", &accepting);
75 "printer-state", &state);
403 char *printer = av[1]; local
405 if ((printer != NULL) && (expected != 0)) {
406 status = papiServiceCreate(&svc, printer, NULL, NULL,
411 printer, verbose_papi_message(svc, status));
460 char *printer local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java59 String printer = null; field in class:pmAccess
196 printer = pnameText.getText().trim();
200 if (printer.equals("")) {
207 if (!Valid.remotePrinterName(printer)) {
209 Debug.message("CLNT:pmAccess:Printer name invalid: " + printer);
251 exist = PrinterUtil.exists(printer, mytop.ns);
288 // Set the printer attributes
289 newpr.setPrinterName(printer);
348 "Continue.creating.access.for.this.printer?"));
393 Debug.warning("CLNT:pmAccess:printer exist
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c163 if (rp->printer && rp->printer->printer)
164 fdprintf(fd, "z %s\n", rp->printer->printer->name);
H A Dstatus.c224 if (pps->printer->login) {
256 if (PStatus[i]->printer->name && !PStatus[i]->rej_reason) {
291 printerName = pps->printer->name;
579 if (pps->printer->name)
586 NB(pps->printer->name));
634 printerName = pps->printer->name;
H A Ddisp1.c263 * passed to the slow-filters and printer
312 rp->printer);
376 terminate(rp->printer->exec);
817 if (rp->printer && !(rp->request->outcome & RS_DONE))
818 rp->printer->nrequests++;
824 if (!rp->printer)
826 if (!STREQU(dest, rp->printer->printer->name))
859 found->printer->printer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c65 char *printer; member in struct:S
97 PARM_PRINTER, X_FIXED, &S.printer,
122 char *printer,
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp)
132 *printer,
148 S.printer = printer;
177 n += NFIXED; /* for fixed parms (in/out/printer types) */
247 if (printer && !searchlist(printer, p
117 insfilter( char **pipes, char *input_type, char *output_type, char *printer_type, char *printer, char **parms, unsigned short *flagsp ) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dtsol_standard29 ## 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...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME28 status queries while the files are being transmitted to the printer (-q option),
31 The parsing of lines returned by the printer has been improved and should do a
50 are being sent to the printer. You can turn off the status query stuff with
66 where /dev/tty?? is the line that's connected to the printer, 9600 (or B9600) is
67 the baud rate, and log is a file used to record printer status. You should always
68 use the -l option to select the printer line, and if you don't choose a log file
69 everything coming back from the printer goes to stderr. The following command line
/opensolaris-onvv-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management-prefs.desktop39 Comment=Set printer detection and connection behavior
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com29 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/papi/
H A DMakefile33 OBJECTS = $(LPSCHED_OBJS) service.o printer.o job.o ppd.o library.o
/opensolaris-onvv-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h53 #define XFER_REQUEST 2 /* \2printer\n */
57 #define PRINT_REQUEST 1 /* \1printer\n */
58 #define REMOVE_REQUEST 5 /* \5printer person [users|jobs ...]\n */
59 #define SHOW_QUEUE_SHORT_REQUEST 3 /* \3printer [users|jobs ...]\n */
60 #define SHOW_QUEUE_LONG_REQUEST 4 /* \4printer [users|jobs ...]\n */
107 char *printer; member in struct:job
H A Dnetpr.c64 * net_open() opens a tcp connection to the printer port on the host specified
105 if ((sp = getservbyname("printer", "tcp")) == NULL) {
106 syslog(LOG_DEBUG|LOG_ERR, "printer/tcp: unknown service");
216 job_data->printer = alloc_str((char *)optarg);
217 syslog(LOG_DEBUG, "printer: %s",
218 job_data->printer);
220 case 'd': /* server for printer */
267 (job_data->printer == NULL) || (job_data->username == NULL))
394 * We are now ready to open a connection to the printer
466 gettext("Usage: netpr -I request_id -p printer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/
H A DMakefile39 printer-info \
/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A Dns.h42 #define NS_KEY_PRINTER_TYPE "printer-type"
69 * get unique or full list of printer bindings
78 char *printer; /* printer name or NULL */ member in struct:ns_bsd_addr
80 char *pname; /* Local printer name */
106 NSL_ERR_KVP = 10, /* sun-printer-kvp not allowed */
107 NSL_ERR_BSDADDR = 11, /* sun-printer-bsdaddr not allowed */
108 NSL_ERR_PNAME = 12, /* printer-name not allowed */
146 char *name; /* primary name of printer */
147 char **aliases; /* aliases for printer */
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-header-header-usb.mf41 dir path=usr/include/sys/usb/clients/printer
55 file path=usr/include/sys/usb/clients/printer/usb_printer.h
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1784 ipcp_printpkt(p, plen, printer, arg)
1787 void (*printer) __P((void *, const char *, ...));
1804 printer(arg, " %s id=0x%x", code_name(code, 1), id);
1819 printer(arg, " <");
1827 printer(arg, "addrs %I", cilong);
1829 printer(arg, " %I", cilong);
1836 printer(arg, "compress ");
1839 printer(arg, "VJ");
1842 printer(arg, "old-VJ");
1845 printer(ar
[all...]
H A Dipv6cp.c1415 ipv6cp_printpkt(p, plen, printer, arg)
1418 void (*printer) __P((void *, const char *, ...));
1436 printer(arg, " %s id=0x%x", code_name(code, 1), id);
1451 printer(arg, " <");
1459 printer(arg, "compress 0x%x", cishort);
1466 printer(arg, "addr %s", llv6_ntoa(ifaceid));
1470 printer(arg, "%8.*B>", optend-p, p);
1478 printer(arg, " ");
1479 print_string((char *)p, len, printer, arg);
1487 printer(ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4189 attributetypes: ( 1.3.18.0.2.4.1140 NAME 'printer-uri' DESC 'A URI supported by this printer. This URI SHOULD be used as a relative distinguished name (RDN). If printer-xri-supported is implemented, then this URI value MUST be listed in a member value of printer-xri-supported.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
4190 attributetypes: ( 1.3.18.0.2.4.1107 NAME 'printer-xri-supported' DESC 'The unordered list of XRI (extended resource identifiers) supported by this printer. Each member of the list consists of a URI (uniform resource identifier) followed by optional authentication and security metaparameters.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4191 attributetypes: ( 1.3.18.0.2.4.1135 NAME 'printer-name' DESC 'The site-specific administrative name of this printer, more end-user friendly than a URI.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE )
4192 attributetypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured' DESC 'The configured language in which error and status messages will be generated (by default) by this printer
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/terminfo/
H A D477.ti30 # Entries for the AT&T 477 printer
61 477ibmc|att477ibmc|AT&T 477 IBM Color printer emulation,
83 477ibmg|att477ibmg|AT&T 477 IBM Graphics printer emulation,
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A DREADME52 unpack when the bitmap finally gets to the printer.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A DREADME26 is a very optimistic upper bound on a 300 dpi printer using 5 shades of gray and
35 scale appropriate for your printer.

Completed in 288 milliseconds

1234567