Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c265 char mntpath[PATH_MAX + 1]; in main() local
318 if (do_realpath(argv[optind++], mntpath) == NULL) in main()
320 mountpt = mntpath; in main()
/titanic_41/usr/src/cmd/svc/shell/
H A Dfs_include.sh293 while read mntspec mntpath mnttype mntopts on; do
294 [ "$mntpath" = "$path" ] || continue
/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dmetainterfaces.c170 get_rootmetadevice(char *mntpath, char **mdname) in get_rootmetadevice() argument
183 if (snprintf(vfstab_name, PATH_MAX + 1, "%s%s", mntpath, VFSTAB) < 0) in get_rootmetadevice()
186 debug_printf("get_rootmetadevice(): mntpath %s %s\n", mntpath, in get_rootmetadevice()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4137 is_v4_mount(char *mntpath) in is_v4_mount() argument
4146 if ((mntp = mnttab_find(mntpath)) == NULL) in is_v4_mount()