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

  /src/usr.sbin/sysinst/arch/ofppc/
md.c 205 pm->bsdlabel[part].pi_fstype = FS_UNUSED;
224 pm->bsdlabel[PART_BOOT_FAT12].pi_fstype = FS_MSDOS;
233 pm->bsdlabel[PART_BOOT_BINFO].pi_fstype = FS_OTHER;
238 pm->bsdlabel[PART_BOOT_PREP].pi_fstype = FS_BOOT;
254 if (p->pi_fstype == FS_UNUSED || p->pi_size == 0)
264 if (p->pi_fstype == FS_SWAP)
  /src/usr.sbin/sysinst/arch/x68k/
md.c 206 pm->bsdlabel[C].pi_fstype = FS_UNUSED;
221 pm->bsdlabel[j].pi_fstype = (i == 1) ? FS_SWAP : FS_BSDFFS;
  /src/sys/kern/
subr_disk_open.c 168 strlcpy(dkw->dkw_ptype, getfstypename(pi.pi_fstype),
subr_disk.c 604 pi->pi_fstype = dp->p_fstype;
  /src/sys/sys/
disklabel.h 489 uint8_t pi_fstype; member in struct:partinfo
  /src/sys/rump/librump/rumpvfs/
rumpblk.c 440 pi->pi_fstype = dp->p_fstype;
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 487 if (pm->bsdlabel[i].pi_fstype != updated_label.d_partitions[i].p_fstype)
505 fst[pm->bsdlabel[i].pi_fstype],

Completed in 16 milliseconds