Searched defs:fuser (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh65 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint
66 # /usr/sbin/fuser -k, to kill processes keeping a mount point busy
134 fuser () { function
135 echo "fuser $*" 1>&2
202 if [ ! -x /usr/sbin/fuser ]; then
203 fuser () { function
204 echo "umountall: fuser -k skipped (no /usr)" 1>&2
208 : # no point in sleeping if fuser is doing nothing
213 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2
352 fuser
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c990 static char fuser[BUFSIZ], fsystem[MAXBASENAME+1]; /* from first From */ local
993 *fuser = NULLCHAR;
1002 if ( !*fuser) {
1003 (void) strcpy(fuser, luser);
1016 if (!*fuser) /* didn't find all information */
1018 *user = fuser;

Completed in 56 milliseconds