/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);
|
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);
|
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);
|
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);
|