/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | dispatch.h | 36 void s_accept_dest ( char * , MESG * ); 37 void s_alloc_files ( char * , MESG * ); 38 void s_cancel ( char * , MESG * ); 39 void s_cancel_request ( char * , MESG * ); 40 void s_complete_job ( char * , MESG * ); 41 void s_disable_dest ( char * , MESG * ); 42 void s_enable_dest ( char * , MESG * ); 43 void s_end_change_request ( char * , MESG * ); 44 void s_inquire_class ( char * , MESG * ); 45 void s_inquire_printer_status ( char * , MESG * ); [all …]
|
H A D | disp4.c | 40 s_accept_dest(char *m, MESG *md) in s_accept_dest() 89 s_reject_dest(char *m, MESG *md) in s_reject_dest() 143 s_enable_dest(char *m, MESG *md) in s_enable_dest() 173 s_disable_dest(char *m, MESG *md) in s_disable_dest() 230 s_load_filter_table(char *m, MESG *md) in s_load_filter_table() 257 s_unload_filter_table(char *m, MESG *md) in s_unload_filter_table() 277 s_load_user_file(char *m, MESG *md) in s_load_user_file() 295 s_unload_user_file(char *m, MESG *md) in s_unload_user_file() 309 s_shutdown(char *m, MESG *md) in s_shutdown() 337 s_quiet_alert(char *m, MESG *md) in s_quiet_alert() [all …]
|
H A D | msgs.c | 58 MESG *Net_md; 68 MESG * md; in take_message() 154 do_msg(MESG *md) in do_msg() 219 MESG * md; in init_messages() 247 MESG *md; in shutdown_messages()
|
H A D | flt.c | 45 MESG * ident; 49 static void do_flt_acts ( MESG * ); 55 add_flt_act(MESG * md, ...) in add_flt_act() 93 del_flt_act(MESG *md, ...) in del_flt_act() 117 do_flt_acts(MESG *md) in do_flt_acts()
|
H A D | disp2.c | 56 s_load_printer(char *m, MESG *md) in s_load_printer() 215 s_unload_printer(char *m, MESG *md) in s_unload_printer() 304 local_printer_status(MESG *md, PSTATUS *pps, short status) in local_printer_status() 332 s_inquire_printer_status(char *m, MESG *md) in s_inquire_printer_status() 367 s_load_class(char *m, MESG *md) in s_load_class() 461 s_unload_class(char *m, MESG *md) in s_unload_class() 533 s_inquire_class(char *m, MESG *md) in s_inquire_class() 572 s_paper_allowed(char *m, MESG *md) in s_paper_allowed()
|
H A D | disp3.c | 235 s_max_trays(char *m, MESG *md) in s_max_trays() 289 s_mount(char *m, MESG *md) in s_mount() 335 s_mount_tray(char *m, MESG *md) in s_mount_tray() 388 s_unmount(char *m, MESG *md) in s_unmount() 438 s_unmount_tray(char *m, MESG *md) in s_unmount_tray() 487 s_load_form(char *m, MESG *md) in s_load_form() 595 s_unload_form(char *m, MESG *md) in s_unload_form() 652 s_load_printwheel(char *m, MESG *md) in s_load_printwheel() 758 s_unload_printwheel(char *m, MESG *md) in s_unload_printwheel()
|
H A D | disp5.c | 38 extern MESG * Net_md; 45 s_child_done(char *m, MESG *md) in s_child_done()
|
H A D | disptab.c | 304 dispatch(int type, char *m, MESG *md) in dispatch() 340 r_H(MESG *md, int type) in r_H() 346 r_HS(MESG *md, int type) in r_HS()
|
H A D | disp1.c | 44 s_alloc_files(char *m, MESG *md) /* funcdef */ in s_alloc_files() 77 s_print_request(char *m, MESG *md) in s_print_request() 336 s_start_change_request(char *m, MESG *md) in s_start_change_request() 442 s_end_change_request(char *m, MESG *md) in s_end_change_request() 647 _cancel(MESG *md, char *dest, char *user, char *req_id) in _cancel() 729 s_cancel_request(char *m, MESG *md) in s_cancel_request() 749 s_cancel(char *m, MESG *md) in s_cancel() 792 s_inquire_request_rank(char *m, MESG *md) in s_inquire_request_rank() 991 s_move_request(char *m, MESG *md) in s_move_request() 1036 s_move_dest(char *m, MESG *md) in s_move_dest() [all …]
|
H A D | nodes.h | 63 MESG *md; 160 MESG *md;
|
H A D | lpsched.h | 277 void add_flt_act ( MESG * , ... ); 284 void del_flt_act ( MESG * , ... ); 286 void dispatch ( int , char * , MESG * );
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | msgs.h | 328 } MESG; typedef 330 # define MDSIZE (sizeof(MESG)) 369 MESG * mcreate ( char * ); 370 int mlisteninit ( MESG * ); 371 MESG * mlisten ( void ); 372 int mlistenadd ( MESG *, short ); 373 int mon_discon ( MESG *, void (*)()); 374 MESG * mlistenreset ( void ); 375 int mdestroy ( MESG * ); 380 MESG * mconnect ( char *, int, int ); [all …]
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | llib-llpmsg | 64 } MESG; 75 MESG * mcreate ( char * ); 76 int mlisteninit ( MESG * ); 77 MESG * mlisten ( void ); 78 int mlistenadd ( MESG *, short ); 79 int mon_discon ( MESG *, void (*)()); 80 MESG * mlistenreset ( void ); 81 int mdestroy ( MESG * ); 83 MESG * mconnect ( char *, int, int ); 84 int mgetm ( MESG *, int, ... ); [all …]
|
H A D | mlisten.c | 52 static MESG ** Connections = NULL; 56 mlisteninit(MESG * md) in mlisteninit() 71 Connections = (MESG **) Malloc(ConsSize * MDSIZE); in mlisteninit() 87 mlistenadd(MESG * md, short events) in mlistenadd() 103 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd() 115 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd() 137 MESG * 141 MESG * md; in mlistenreset() 164 MESG * 169 MESG * mdp; in mlisten() [all …]
|
H A D | mconnect.c | 57 MESG * mconnect ( char * path, int id1, int id2 ) in mconnect() 59 MESG * mconnect () in mconnect() 68 MESG *md; 120 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) 126 memset(md, 0, sizeof (MESG)); 144 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) 150 memset(md, 0, sizeof (MESG));
|
H A D | mcreate.c | 43 MESG * mcreate ( char * path ) in mcreate() 45 MESG * mcreate (path) in mcreate() 50 MESG *md; 63 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) 66 memset(md, 0, sizeof (MESG));
|
H A D | mgetputm.c | 62 int mgetm ( MESG * md, int type, ... ) in mgetm() 65 MESG *md; in mgetm() 107 int mputm ( MESG * md, int type, ... ) in mputm() 110 MESG *md; in mputm() 171 short mpeek ( MESG * md ) in mpeek() 174 MESG *md; in mpeek()
|
H A D | mdisconnect.c | 37 static void disconnect3_2 ( MESG * ); 43 int mdisconnect ( MESG * md ) in mdisconnect() 46 MESG *md; in mdisconnect() 107 static void disconnect3_2 ( MESG * md ) in disconnect3_2() 110 MESG *md; in disconnect3_2()
|
H A D | streamio.c | 54 Putmsg (MESG *mdp, strbuf_t *ctlp, strbuf_t *datap, int flags) in Putmsg() 81 Getmsg (MESG *mdp, strbuf_t *ctlp, strbuf_t *datap, int *flagsp) in Getmsg() 104 int read3_2 ( MESG * md, char *msgbuf, int size ) in read3_2() 154 int write3_2 ( MESG * md, char * msgbuf, int size ) in write3_2()
|
H A D | mwrite.c | 43 static int _mwrite ( MESG * md , char * msgbuf , int ); 54 mflush(MESG *md) in mflush() 87 int mwrite ( MESG * md, char * msgbuf ) in mwrite() 163 int _mwrite ( MESG * md, char * msgbuf , int size ) in _mwrite()
|
H A D | mclose.c | 36 extern MESG *lp_Md; 40 MESG *md = lp_Md; in mclose()
|
H A D | mread.c | 58 int mread ( MESG * md, char * msgbuf, int size ) in mread() 61 MESG *md; in mread()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | ckrange.c | 45 #define MESG "Please enter a base %d integer between %ld and %ld." macro 53 (void) sprintf(msg, MESG, base, lower, upper); in setmsg()
|
H A D | ckgid.c | 44 #define MESG "Please enter the name of an existing group." macro 61 return (MESG); in setmsg()
|
H A D | ckuid.c | 44 #define MESG "Please enter the login name of an existing user." macro 61 return (MESG); in setmsg()
|