Home
last modified time | relevance | path

Searched refs:S_UNMOUNT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c79 mount_unmount (S_UNMOUNT, printer, NAME_NONE, NAME_ANY);
83 mount_unmount (S_UNMOUNT, printer, NAME_NONE, "");
86 mount_unmount (S_UNMOUNT, printer, "", NAME_ANY);
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h71 # define S_UNMOUNT 29 macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c396 (void)getmessage (m, S_UNMOUNT, &printer, &form, &pwheel_name); in s_unmount()