HomeSort by: relevance | last modified time | path
    Searched refs:mntdir (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/arch/luna68k/
md.c 180 const char *mntdir = "/mnt2"; local in function:copy_bootloader
184 "mount %s %s", diskdev, mntdir)) {
186 run_program(0, "/bin/cp /usr/mdec/boot %s", mntdir);
187 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir);
256 const char *mntdir = "/mnt2"; local in function:md_update
277 "mount -r %s %s", disk, mntdir)) {
279 snprintf(bootpath, sizeof(bootpath), "%s/%s", mntdir, "boot");
282 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir);
  /src/tests/lib/librumphijack/
t_vfs.sh 36 mntdir=$1
37 [ $# -eq 0 ] && mntdir=/rump/mnt
39 mount_ffs /img ${mntdir}
45 atf_check -s exit:0 umount -R ${mntdir}
84 dounmount ${mntdir}

Completed in 11 milliseconds