Searched refs:PRINTER (Results 1 - 19 of 19) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | llib-llpprt | 37 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 D | okprinter.c | 44 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 D | freeprinter.c | 42 ** freeprinter() - FREE MEMORY ALLOCATED FOR PRINTER STRUCTURE 46 PRINTER *pp;
|
H A D | getprinter.c | 51 ** getprinter() - EXTRACT PRINTER STRUCTURE FROM DISK FILE 54 PRINTER * 59 PRINTER *prp;
|
H A D | putprinter.c | 64 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 D | conv_lp | 71 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 D | printers.h | 90 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 D | lpsched.h | 163 * 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 D | ports.c | 45 * 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 D | nodes.h | 118 PRINTER *printer;
|
H A D | init.c | 80 PRINTER *p;
|
H A D | disp2.c | 60 register PRINTER *pp; 83 PRINTER *op = pps->printer;
|
H A D | fncs.c | 228 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 D | lpadmin.h | 100 extern PRINTER *oldp;
|
H A D | lpadmin.c | 68 PRINTER *printer_pointer = 0;
|
H A D | do_printer.c | 73 ** 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 D | chkopts.c | 52 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 D | lpsched-msgs.c | 557 PRINTER *p; 590 PRINTER *p;
|
H A D | lpsched-printers.c | 138 PRINTER *tmp; 432 attributes_to_printer(papi_attribute_t **attributes, PRINTER *tmp)
|
Completed in 87 milliseconds