Searched refs:bootmount (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 950 const char *bootmount = NULL; in add_boot_partition() local 957 if (strcmp(gc->lg_val, bootpart_type(scheme, &bootmount)) != 0) in add_boot_partition() 965 if (bootmount == NULL && (md == NULL || !md->bootcode)) in add_boot_partition() 969 if (bootmount != NULL && md != NULL && md->fstab != NULL in add_boot_partition() 971 && strcmp(md->fstab->fs_file, bootmount) != 0) in add_boot_partition() 975 if (bootmount != NULL && md == NULL) in add_boot_partition() 977 gc->lg_val, bootmount, NULL); in add_boot_partition() 996 const char *bootmount = NULL; in add_boot_partition() local 1004 gpart_create(pp, bootpart_type(scheme, &bootmount), in add_boot_partition() 1005 sizestr, bootmount, &bootpartname, 0); in add_boot_partition() [all …]
|