Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c91 char mnt_front[PATH_MAX]; in main() local
120 strcpy(mnt_front, argv[2]); in main()
122 strcpy(mnt_front, argv[1]); in main()
136 strcpy(mnt_frontns, mnt_front); in main()
181 strcpy(mnt_front, mget.mnt_mountp); in main()
193 xx = daemon_unmount(mnt_front, flag); in main()
197 pr_err(gettext("%s %s"), mnt_front, strerror(xx)); in main()
202 if (umount2(mnt_front, flag) == -1) { in main()
203 pr_err(gettext("%s %s"), mnt_front, strerror(errno)); in main()