Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c184 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
198 type = (type == S_MOUNT ? S_MOUNT_TRAY : S_UNMOUNT_TRAY);
H A Ddo_align.c264 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h69 # define S_MOUNT 27 macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c296 (void) getmessage(m, S_MOUNT, &printer, &form, &pwheel_name); in s_mount()