Home
last modified time | relevance | path

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

/src/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()
359 do_mount_md(mount_arg, mtpoint); in main()
362 do_mtptsetup(mtpoint, &mi); in main()
364 do_copy(mtpoint, skel); in main()
523 do_mount_md(const char *args, const char *mtpoint) in do_mount_md() argument
528 mdname, unit, mdsuffix, mtpoint); in do_mount_md()
538 do_mount_tmpfs(const char *args, const char *mtpoint) in do_mount_tmpfs() argument
542 rv = run(NULL, "%s -t tmpfs %s tmp %s", _PATH_MOUNT, args, mtpoint); in do_mount_tmpfs()
[all …]