Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Ddtype.h80 #define FS_UNUSED 0 /* unused */ macro
/dragonfly/sbin/gpt/
H A Dmigrate.c87 if (dl->d_partitions[i].p_fstype == FS_UNUSED) in migrate_disklabel()
98 case FS_UNUSED: in migrate_disklabel()
/dragonfly/sbin/disklabel32/
H A Ddisklabel.c1165 v = FS_UNUSED;
1470 if (pp->p_fstype != FS_UNUSED)
1477 if ((pp->p_fstype != FS_UNUSED) || (pp->p_offset != 0) ||
1621 pp->p_fstype = FS_UNUSED;
1623 if (pp->p_fstype != FS_UNUSED) {
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c399 ((fstype == FS_UNUSED) && in print_partition()
406 ((fstype == FS_BSDFFS) || (fstype == FS_UNUSED) || in print_partition()
423 ((fstype == FS_BSDFFS) || (fstype == FS_UNUSED) || in print_partition()
714 if ((lp->d_partitions[dev->d_kind.biosdisk.partition].p_fstype == FS_UNUSED) && in bd_opendisk()
/dragonfly/sys/kern/
H A Dsubr_disklabel32.c291 if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) { in l32_setdisklabel()
/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c1184 v = FS_UNUSED; in getasciipartspec()