/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.h | 225 typedef int (*qchk_fnc_type)( RSTATUS * ); 239 RSTATUS * request_by_id ( char * ); 240 RSTATUS * request_by_id_num ( long ); 241 RSTATUS * request_by_jobid ( char * , char * ); 256 int cancel ( RSTATUS * , int ); 260 int one_printer_with_charsets ( RSTATUS * ); 263 int qchk_filter ( RSTATUS * ); 264 int qchk_form ( RSTATUS * ); 265 int qchk_pwheel ( RSTATUS * ); 266 int qchk_waiting ( RSTATUS * ); [all …]
|
H A D | rstatus.c | 41 insertr(RSTATUS *r) in insertr() 43 RSTATUS *prs; in insertr() 77 remover(RSTATUS *r) in remover() 97 RSTATUS * 100 register RSTATUS *prs; in request_by_id() 108 RSTATUS * 111 register RSTATUS *prs; in request_by_id_num() 127 static int later ( RSTATUS * , RSTATUS * ); 130 rsort (RSTATUS **p1, RSTATUS **p2) in rsort() 169 later(RSTATUS *prs1, RSTATUS *prs2) in later()
|
H A D | requeue.c | 67 queue_attract(PSTATUS *pps, int (*qchk_p)(RSTATUS *), int attract_just_one) in queue_attract() argument 69 register RSTATUS *prs; in queue_attract() 138 queue_repel(PSTATUS *pps, int move_off, int (*qchk_p)(RSTATUS *)) in queue_repel() argument 140 register RSTATUS *prs; in queue_repel() 209 queue_check(int (*qchk_p)( RSTATUS * )) in queue_check() argument 211 register RSTATUS *prs; in queue_check() 235 qchk_waiting(RSTATUS *prs) in qchk_waiting() 244 qchk_filter(RSTATUS *prs) in qchk_filter() 259 qchk_form(RSTATUS *prs) in qchk_form() 267 qchk_pwheel(RSTATUS *prs) in qchk_pwheel()
|
H A D | schedule.c | 45 RSTATUS * request; 56 static int ev_slowf(RSTATUS *); 57 static int ev_notify(RSTATUS *); 88 register RSTATUS * prs; in schedule() 122 prs = va_arg(ap, RSTATUS *); in schedule() 201 if ((prs = va_arg(ap, RSTATUS *)) != NULL) in schedule() 209 if ((prs = va_arg(ap, RSTATUS *)) != NULL) in schedule() 253 pl->arg.request = va_arg(ap, RSTATUS *); in schedule() 324 maybe_schedule(RSTATUS *prs) in maybe_schedule() 356 register RSTATUS *prs; in ev_message() [all …]
|
H A D | nodes.h | 38 typedef struct rstat_node RSTATUS; typedef 66 RSTATUS *request; 117 RSTATUS *request; 183 RSTATUS *next; 184 RSTATUS *prev;
|
H A D | init.c | 41 RSTATUS *Request_List = NULL; /* Queue of print requests */ 134 RSTATUS **table = NULL; in init_requests() 146 RSTATUS *rsp; in init_requests() 155 RSTATUS tmp; in init_requests() 166 RSTATUS tmp; in init_requests() 250 qsort((void *)table, i, sizeof(RSTATUS *), in init_requests()
|
H A D | daisyforms.c | 43 queue_form(RSTATUS *prs, FSTATUS *pfs) in queue_form() 58 unqueue_form(RSTATUS *prs) in unqueue_form() 76 queue_pwheel(RSTATUS *prs, char *name) in queue_pwheel() 102 unqueue_pwheel(RSTATUS *prs) in unqueue_pwheel() 381 RSTATUS * prs; in max_requests_needing_form_mounted() 416 RSTATUS * prs; in max_requests_needing_pwheel_mounted() 458 one_printer_with_charsets(RSTATUS *prs) in one_printer_with_charsets()
|
H A D | dowait.c | 48 static char * geterrbuf ( RSTATUS * ); 63 register RSTATUS *prs; in dowait() 429 schedule (EV_SLOWF, (RSTATUS *)0); in dowait() 448 schedule (EV_NOTIFY, (RSTATUS *)0); in dowait() 496 geterrbuf(RSTATUS *prs) in geterrbuf() 556 check_request(RSTATUS *prs) in check_request()
|
H A D | disp1.c | 34 static int mv_file(RSTATUS *, char *); 37 RSTATUS *NewRequest; 85 RSTATUS *rp; in s_print_request() 341 RSTATUS *rp; in s_start_change_request() 445 RSTATUS *rp; in s_end_change_request() 649 static RSTATUS *rp; in _cancel() 654 RSTATUS *crp; in _cancel() 799 RSTATUS *rp; in s_inquire_request_rank() 800 RSTATUS *found = NULL; in s_inquire_request_rank() 890 mv_file(RSTATUS *rp, char *dest) in mv_file() [all …]
|
H A D | flt.c | 44 RSTATUS * r1; 81 f->r1 = (RSTATUS *)va_arg(arg, RSTATUS *); in add_flt_act()
|
H A D | alerts.c | 84 RSTATUS *rp = va_arg(args, RSTATUS *); in alert() 150 pformat(char *file, char *text, PSTATUS *pr, RSTATUS *rp) in pformat() 311 RSTATUS *rp; in f_count() 332 RSTATUS *rp; in p_count()
|
H A D | faults.c | 76 printer_fault(register PSTATUS *pps, register RSTATUS *prs, char *alert_text, in printer_fault() 165 dial_problem(register PSTATUS *pps, RSTATUS *prs, int rc) in dial_problem()
|
H A D | cancel.c | 40 cancel (RSTATUS *prs, int spool) in cancel()
|
H A D | lpsched.c | 325 schedule (EV_NOTIFY, (RSTATUS *)0); in process() 326 schedule (EV_SLOWF, (RSTATUS *)0); in process()
|
H A D | disp2.c | 114 alert(A_PRINTER, pps, (RSTATUS *)0, in s_load_printer() 394 register RSTATUS *prs; in s_load_class() 465 RSTATUS *prs; in s_unload_class()
|
H A D | validate.c | 46 int pickfilter ( RSTATUS * , CANDIDATE * , FSTATUS * ); 58 static int _chkopts ( RSTATUS *, CANDIDATE * , FSTATUS * ); 69 _validate(RSTATUS *prs, PSTATUS *pps, PSTATUS *stop_pps, char **prefixp, in _validate() 836 _chkopts(RSTATUS *prs, CANDIDATE *pc, FSTATUS *pfs) in _chkopts()
|
H A D | disp3.c | 599 RSTATUS *prs; in s_unload_form() 683 register RSTATUS *prs; in s_load_printwheel() 718 register RSTATUS *prs; in _unload_pwheel()
|
H A D | files.c | 116 void rmfiles ( RSTATUS * rp, int log_it ) /* funcdef */ in rmfiles() 317 } while ( wrap != curr && ((RSTATUS *)request_by_id_num(ret)) ) ; in _alloc_req_id()
|
H A D | notify.c | 97 notify(register RSTATUS *prs, char *errbuf, int k, int e, int slow) in notify()
|
H A D | exec.c | 296 RSTATUS *request; in exec() 334 request = va_arg(args, RSTATUS *); in exec() 352 request = va_arg(args, RSTATUS *); in exec() 357 request = va_arg(args, RSTATUS *); in exec()
|
H A D | fncs.c | 392 free_rstatus(RSTATUS *rsp) in free_rstatus() 425 RSTATUS * 428 RSTATUS *result = calloc(1, sizeof (*result)); in new_rstatus()
|
H A D | pickfilter.c | 81 pickfilter(RSTATUS *prs, CANDIDATE *pc, FSTATUS *pfs) in pickfilter()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 117 #define RSTATUS 0x06 /* Receiver Line Status */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | asy.h | 114 #define RSTATUS 0x06 /* Receiver Line Status */ macro
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1708 case RSTATUS: in asyintr()
|