Home
last modified time | relevance | path

Searched refs:mputm (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp4.c80 mputm (md, R_ACCEPT_DEST, status); in s_accept_dest()
134 mputm (md, R_REJECT_DEST, status); in s_reject_dest()
164 mputm (md, R_ENABLE_DEST, status); in s_enable_dest()
218 mputm (md, R_DISABLE_DEST, status, NB(req_id)); in s_disable_dest()
248 mputm (md, R_LOAD_FILTER_TABLE, status); in s_load_filter_table()
268 mputm (md, R_UNLOAD_FILTER_TABLE, MOK); in s_unload_filter_table()
286 mputm (md, R_LOAD_USER_FILE, MOK); in s_load_user_file()
301 mputm (md, R_UNLOAD_USER_FILE, MOK); in s_unload_user_file()
320 mputm (md, R_SHUTDOWN, MOK); in s_shutdown()
419 mputm (md, R_QUIET_ALERT, status); in s_quiet_alert()
[all …]
H A Ddisp1.c61 mputm(md, R_ALLOC_FILES, MOK, file_prefix); in s_alloc_files()
64 mputm(md, R_ALLOC_FILES, MERRDEST, ""); in s_alloc_files()
66 mputm(md, R_ALLOC_FILES, MNOMEM, ""); in s_alloc_files()
328 mputm(md, R_PRINT_REQUEST, status, NB(req_id), chkprinter_result); in s_print_request()
434 mputm(md, R_START_CHANGE_REQUEST, status, req_file); in s_start_change_request()
638 mputm(md, R_END_CHANGE_REQUEST, status, chkprinter_result); in s_end_change_request()
741 mputm(md, R_CANCEL_REQUEST, status); in s_cancel_request()
774 mputm(md, R_CANCEL, MOKMORE, oerrno, rid); in s_cancel()
779 mputm(md, R_CANCEL, MOK, oerrno, rid); in s_cancel()
784 mputm(md, R_CANCEL, MOK, MUNKNOWN, ""); in s_cancel()
[all …]
H A Ddisptab.c312 mputm(md, R_BAD_MESSAGE); in dispatch()
315 mputm(md, R_BAD_MESSAGE); in dispatch()
321 mputm(md, R_BAD_MESSAGE); in dispatch()
328 mputm(md, R_BAD_MESSAGE); in dispatch()
342 mputm(md, type, MNOPERM); in r_H()
348 mputm(md, type, MNOPERM, ""); in r_HS()
H A Ddisp3.c281 mputm(md, R_MAX_TRAYS, status); in s_max_trays()
327 mputm(md, R_MOUNT, status); in s_mount()
380 mputm (md, R_MOUNT_TRAY, status); in s_mount_tray()
430 mputm (md, R_UNMOUNT, status); in s_unmount()
478 mputm (md, R_UNMOUNT_TRAY, status); in s_unmount_tray()
565 mputm (md, R_LOAD_FORM, status); in s_load_form()
643 mputm (md, R_UNLOAD_FORM, status); in s_unload_form()
706 mputm (md, R_LOAD_PRINTWHEEL, status); in s_load_printwheel()
802 mputm (md, R_UNLOAD_PRINTWHEEL, status); in s_unload_printwheel()
H A Ddisp2.c172 mputm (md, R_LOAD_PRINTER, status); in s_load_printer()
266 mputm (md, R_UNLOAD_PRINTER, status); in s_unload_printer()
356 mputm(md, R_INQUIRE_PRINTER_STATUS, MNODEST, "", "", "", "", in s_inquire_printer_status()
441 mputm (md, R_LOAD_CLASS, status); in s_load_class()
524 mputm (md, R_UNLOAD_CLASS, status); in s_unload_class()
562 mputm (md, R_INQUIRE_CLASS, MNODEST, "", 0, "", 0L); in s_inquire_class()
609 mputm(md, R_PAPER_ALLOWED, MNODEST, "", ""); in s_paper_allowed()
H A Dnodes.h155 #define send mputm
H A Dlpsched.c257 mputm (Net_md, S_SHUTDOWN, 1); in lpshut()
H A Dexec.c1420 mputm (ChildMd, S_CHILD_DONE, key, status, err); in done()
/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dmgetputm.c107 int mputm ( MESG * md, int type, ... ) in mputm() function
109 int mputm (md, type, va_alist) in mputm()
H A Dllib-llpmsg86 int mputm ( MESG *, int, ... );
/titanic_41/usr/src/cmd/lp/include/
H A Dmsgs.h383 int mputm ( MESG *, int, ... );