Home
last modified time | relevance | path

Searched refs:S_MOUNT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c187 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
201 type = (type == S_MOUNT ? S_MOUNT_TRAY : S_UNMOUNT_TRAY);
H A Ddo_align.c265 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
/titanic_44/usr/src/cmd/lp/include/
H A Dmsgs.h72 # define S_MOUNT 27 macro
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c296 (void) getmessage(m, S_MOUNT, &printer, &form, &pwheel_name); in s_mount()