Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh292 while read mntspec mntpath mnttype mntopts on; do
293 [ "$mntpath" = "$path" ] || continue
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4048 is_v4_mount(char *mntpath) in is_v4_mount() argument
4057 if ((mntp = mnttab_find(mntpath)) == NULL) in is_v4_mount()