Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bsdinstall/partedit/
HDgpart_ops.c949 const char *bootmount = NULL; in add_boot_partition() local
956 if (strcmp(gc->lg_val, bootpart_type(scheme, &bootmount)) != 0) in add_boot_partition()
964 if (bootmount == NULL && (md == NULL || !md->bootcode)) in add_boot_partition()
968 if (bootmount != NULL && md != NULL && md->fstab != NULL in add_boot_partition()
970 && strcmp(md->fstab->fs_file, bootmount) != 0) in add_boot_partition()
974 if (bootmount != NULL && md == NULL) in add_boot_partition()
976 gc->lg_val, bootmount, NULL); in add_boot_partition()
995 const char *bootmount = NULL; in add_boot_partition() local
1003 gpart_create(pp, bootpart_type(scheme, &bootmount), in add_boot_partition()
1004 sizestr, bootmount, &bootpartname, 0); in add_boot_partition()
[all …]