Searched refs:PRINTER (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dllib-llpprt37 typedef struct PRINTER {
69 } PRINTER;
78 PRINTER * getprinter ( char * );
84 int putprinter ( char *, PRINTER *);
90 int okprinter ( char * , PRINTER * , int );
94 void freeprinter ( PRINTER * );
H A Dokprinter.c44 static int okinterface ( char * , PRINTER * );
47 ** okprinter() - SEE IF PRINTER STRUCTURE IS SOUND
51 okprinter(char *name, PRINTER *prbufp, int isput)
136 okinterface(char *name, PRINTER *prbufp)
H A Dfreeprinter.c42 ** freeprinter() - FREE MEMORY ALLOCATED FOR PRINTER STRUCTURE
46 PRINTER *pp;
H A Dgetprinter.c51 ** getprinter() - EXTRACT PRINTER STRUCTURE FROM DISK FILE
54 PRINTER *
59 PRINTER *prp;
H A Dputprinter.c64 static int addPrintersPPD(char *name, PRINTER *prbufp);
87 ** putprinter() - WRITE PRINTER STRUCTURE TO DISK FILES
91 putprinter(char *name, PRINTER *prbufp)
548 addPrintersPPD(char *name, PRINTER *prbufp)
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lp71 for PRINTER in ${PRINTERS} # for each printer get config info
73 if [ "${PRINTER}" = "*" ] ; then
77 RNAME=${PRINTER}
81 if [ -f ${PRINTER}/comment ] ; then
82 DESC=`cat ${PRINTER}/comment`
85 REMOTE=`grep Remote: ${PRINTER}/configuration 2>/dev/null | sed -e "s/^Remote: //"`
86 DEVICE=`grep Device: ${PRINTER}/configuration 2>/dev/null | sed -e "s/^Device: //"`
98 ${PRINTER}
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h90 typedef struct PRINTER { struct
125 } PRINTER; typedef in typeref:struct:PRINTER
188 PRINTER * getprinter ( char * );
194 int putprinter ( char *, PRINTER *);
200 int okprinter ( char * , PRINTER * , int );
204 void freeprinter ( PRINTER * );
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h163 * evaluate_request() - TRY REQUEST ON A PARTICULAR PRINTER
164 * reevaluate_request() - TRY TO MOVE REQUEST TO ANOTHER PRINTER
232 PRINTER * Getprinter ( char * );
261 int open_dialup ( char * , PRINTER * );
262 int open_direct ( char * , PRINTER * );
336 extern PSTATUS *new_pstatus(PRINTER *);
343 extern void pstatus_add_printer(PSTATUS *, PRINTER *);
H A Dports.c45 * open_dialup() - OPEN A PORT TO A ``DIAL-UP'' PRINTER
49 open_dialup(char *ptype, PRINTER *pp)
150 * open_direct() - OPEN A PORT TO A DIRECTLY CONNECTED PRINTER
154 open_direct(char *ptype, PRINTER *pp)
H A Dnodes.h118 PRINTER *printer;
H A Dinit.c80 PRINTER *p;
H A Ddisp2.c60 register PRINTER *pp;
83 PRINTER *op = pps->printer;
H A Dfncs.c228 pstatus_add_printer(PSTATUS *ps, PRINTER *p)
249 new_pstatus(PRINTER *p)
441 ** search_pstatus() - SEARCH PRINTER TABLE
666 PRINTER *
669 register PRINTER *ret;
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.h100 extern PRINTER *oldp;
H A Dlpadmin.c68 PRINTER *printer_pointer = 0;
H A Ddo_printer.c73 ** do_printer() - CREATE OR CHANGE PRINTER
323 ** configure_printer() - SET OR CHANGE CONFIGURATION OF PRINTER
329 register PRINTER *prbufp;
331 PRINTER printer_struct;
699 * update_dev_dbs - ADD/REMOVE ENTRIES FOR THE PRINTER IN DEVICE
H A Dchkopts.c52 extern PRINTER *printer_pointer;
71 PRINTER *oldp = 0;
810 ** verify_form() - SEE IF PRINTER CAN HANDLE FORM
1103 ** sum_chkprinter() - CHECK TERMINFO STUFF FOR A LIST OF PRINTER TYPES
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c557 PRINTER *p;
590 PRINTER *p;
H A Dlpsched-printers.c138 PRINTER *tmp;
432 attributes_to_printer(papi_attribute_t **attributes, PRINTER *tmp)

Completed in 101 milliseconds