Home
last modified time | relevance | path

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

/freebsd/sbin/mdmfs/
H A Dmdmfs.c105 const char *mtpoint, *size_arg, *skel, *unitstr; in main() local
308 mtpoint = argv[1]; in main()
324 do_mount_tmpfs(mount_arg, mtpoint); in main()
367 do_mount_md(mount_arg, mtpoint); in main()
370 do_mtptsetup(mtpoint, &mi); in main()
372 do_copy(mtpoint, skel); in main()
531 do_mount_md(const char *args, const char *mtpoint) in do_mount_md() argument
536 mdname, unit, mdsuffix, mtpoint); in do_mount_md()
546 do_mount_tmpfs(const char *args, const char *mtpoint) in do_mount_tmpfs() argument
550 rv = run(NULL, "%s -t tmpfs %s tmp %s", _PATH_MOUNT, args, mtpoint); in do_mount_tmpfs()
[all …]