Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/arch/sparc64/
H A Dmd.c171 msg_fmt_display(MSG_doofwboot, "%s", targetroot_mnt); in install_ofwboot()
173 targetroot_mnt); in install_ofwboot()
/netbsd/usr.sbin/sysinst/
H A Dmain.c88 char targetroot_mnt[SSTRSIZE]; variable
150 {"targetroot mount", "/targetroot", targetroot_mnt, sizeof targetroot_mnt},
307 mkdir(targetroot_mnt, S_IRWXU | S_IRGRP|S_IXGRP | S_IROTH|S_IXOTH); in main()
H A Dtarget.c281 return(target_already_root() ? "" : targetroot_mnt); in target_prefix()
H A Ddefs.h629 extern char targetroot_mnt[SSTRSIZE];
H A Dlabel.c2059 len = strlen(targetroot_mnt); in get_last_mounted()
2060 if (memcmp(mnt, targetroot_mnt, len) == 0) { in get_last_mounted()
H A Ddisks.c2048 targetroot_mnt[0] = 0; in mount_disks()
H A Dpartman.c2633 FILE *file_tmp = fopen(concat_paths(targetroot_mnt, "/etc/fstab"), "r");
/netbsd/usr.sbin/sysinst/arch/sparc/
H A Dmd.c127 targetroot_mnt)); in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/evbarm/
H A Dmd.c254 snprintf(kernelbin, 100, "%s/netbsd.img", targetroot_mnt); in evbarm_extract_finalize()