Searched refs:bootmount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/usr.sbin/bsdinstall/partedit/ |
| HD | gpart_ops.c | 914 const char *bootmount = NULL; in add_boot_partition() local 921 if (strcmp(gc->lg_val, bootpart_type(scheme, &bootmount)) != 0) in add_boot_partition() 929 if (bootmount == NULL && (md == NULL || !md->bootcode)) in add_boot_partition() 933 if (bootmount != NULL && md != NULL && md->fstab != NULL in add_boot_partition() 935 && strcmp(md->fstab->fs_file, bootmount) != 0) in add_boot_partition() 939 if (bootmount != NULL && md == NULL) in add_boot_partition() 941 gc->lg_val, bootmount, NULL); in add_boot_partition() 957 const char *bootmount = NULL; in add_boot_partition() local 965 gpart_create(pp, bootpart_type(scheme, &bootmount), in add_boot_partition() 966 sizestr, bootmount, &bootpartname, 0); in add_boot_partition() [all …]
|