HomeSort by: relevance | last modified time | path
    Searched refs:last_mounted (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/sysinst/
disklabel.c 46 char last_mounted[MAXPARTITIONS][MOUNTLEN]; member in struct:disklabel_disk_partitions
280 strlcpy(parts->last_mounted[part], lm,
281 sizeof(parts->last_mounted[part]));
286 parts->last_mounted[part]);
785 if (parts->last_mounted[part][0] != 0)
786 info->last_mounted = parts->last_mounted[part];
859 if (info->last_mounted != NULL &&
860 info->last_mounted != parts->last_mounted[part]
    [all...]
target.c 206 if (!is_root_part_mount(info.last_mounted))
224 is_root_part_mount(const char *last_mounted)
226 if (last_mounted == NULL)
229 return strcmp(last_mounted, "/") == 0 ||
230 strcmp(last_mounted, "/targetroot") == 0 ||
231 strcmp(last_mounted, "/altroot") == 0;
mbr.h 68 const char *last_mounted[MBR_PART_COUNT]; member in struct:mbr_info_t
mbr.c 305 free(__UNCONST(m->last_mounted[i]));
633 mbri->last_mounted[i] = p;
1378 if (mb->last_mounted[i] != NULL && mb->last_mounted[i][0] != 0)
1379 info->last_mounted = mb->last_mounted[i];
1510 if (mb->last_mounted[i])
1511 strlcpy(str, mb->last_mounted[i], data->avail_space);
1788 if (data.last_mounted && m->last_mounted[i] &
    [all...]
gpt.c 136 const char *last_mounted; /* last mounted if known */ member in struct:gpt_part_entry
410 p->last_mounted = path;
522 info->last_mounted = p->last_mounted;
1059 if (info->last_mounted != NULL && info->last_mounted !=
1060 p->last_mounted) {
1061 free(__UNCONST(p->last_mounted));
1062 p->last_mounted = strdup(info->last_mounted);
    [all...]
bsddisklabel.c 894 info->last_mounted != NULL && info->last_mounted[0] != 0 &&
895 strcmp(info->last_mounted, wanted->infos[i].mount) != 0)
906 info->last_mounted != NULL &&
907 info->last_mounted[0] != 0)
933 if (info->last_mounted != NULL && info->last_mounted[0] != 0)
934 strlcpy(infos->mount, info->last_mounted,
1515 infos[i].last_mounted = want->mount;
1602 infos[i].last_mounted = want->mount
    [all...]
partitions.h 153 const char *last_mounted; /* last mount point or NULL */ member in struct:disk_part_info
label.c 995 edit.info.last_mounted = edit.wanted->mount;
1528 flag_str[0] == 0 && (info.last_mounted == NULL ||
1529 info.last_mounted[0] == 0))
1538 (inst_flags & PUIINST_MOUNT) && info.last_mounted &&
1539 info.last_mounted[0] ? info.last_mounted : "");
partman.c 1185 if (info.last_mounted == NULL ||
1186 info.last_mounted[0] == 0)
1188 mpath = info.last_mounted;
2882 if (info.last_mounted != NULL) {
2884 info.last_mounted, fstype,
util.c 2453 if (info.last_mounted != NULL && *info.last_mounted != 0) {
2454 strlcpy((*list)[no].mount, info.last_mounted,
  /src/usr.sbin/sysinst/arch/arc/
md.c 280 .last_mounted = PART_BOOT_MOUNT,
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 295 .last_mounted = PART_BOOT_MOUNT,
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 314 info.last_mounted = mountpoint;

Completed in 35 milliseconds