Symbol: FS_UNUSED
sbin/disklabel/disklabel.c
429
if (pp->p_fstype != FS_UNUSED) {
sbin/disklabel/disklabel.c
439
case FS_UNUSED:
sbin/disklabel/disklabel.c
950
pp->p_fstype = FS_UNUSED;
sbin/disklabel/disklabel.c
967
v = FS_UNUSED;
sbin/disklabel/disklabel.c
973
case FS_UNUSED: /* XXX */
sbin/disklabel/editor.c
1016
pp->p_fstype == FS_UNUSED) {
sbin/disklabel/editor.c
1041
pp->p_fstype != FS_UNUSED;
sbin/disklabel/editor.c
1217
lp->d_partitions[DL_PARTNAME2NUM(line[0])].p_fstype = FS_UNUSED;
sbin/disklabel/editor.c
1254
if (i != ignore && lp->d_partitions[i].p_fstype != FS_UNUSED &&
sbin/disklabel/editor.c
1740
pp->p_fstype == FS_UNUSED ||
sbin/disklabel/editor.c
223
pp->p_fstype = FS_UNUSED;
sbin/disklabel/editor.c
536
if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED)
sbin/disklabel/editor.c
603
if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED)
sys/arch/amd64/stand/efiboot/dev_i386.c
117
int part_type = FS_UNUSED;
sys/arch/amd64/stand/efiboot/efidev.c
482
label->d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/amd64/stand/efiboot/efidev.c
487
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/amd64/stand/libsa/dev_i386.c
109
int part_type = FS_UNUSED;
sys/arch/amd64/stand/libsa/diskprobe.c
271
dip->disklabel.d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/amd64/stand/libsa/diskprobe.c
276
dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/arm64/stand/efiboot/efiboot.c
851
int part_type = FS_UNUSED;
sys/arch/arm64/stand/efiboot/efidev.c
472
label->d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/arm64/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/armv7/stand/efiboot/efidev.c
472
label->d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/armv7/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/hppa/hppa/disksubr.c
185
lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/i386/stand/libsa/dev_i386.c
109
int part_type = FS_UNUSED;
sys/arch/i386/stand/libsa/diskprobe.c
346
dip->disklabel.d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/i386/stand/libsa/diskprobe.c
351
dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/landisk/stand/xxboot/boot1.c
83
if (ptn_disklabel.d_partitions[0].p_fstype == FS_UNUSED)
sys/arch/luna88k/luna88k/disksubr.c
207
FS_UNUSED, /* c - whole disk */
sys/arch/luna88k/luna88k/disksubr.c
292
npp->p_fstype = FS_UNUSED;
sys/arch/luna88k/luna88k/disksubr.c
323
npp->p_fstype = FS_UNUSED;
sys/arch/luna88k/luna88k/disksubr.c
345
npp->p_fstype = FS_UNUSED;
sys/arch/luna88k/stand/boot/ufs_disksubr.c
176
npp->p_fstype = FS_UNUSED;
sys/arch/luna88k/stand/boot/ufs_disksubr.c
178
npp->p_fstype = i == 2 ? FS_UNUSED :
sys/arch/luna88k/stand/boot/ufs_disksubr.c
208
npp->p_fstype = FS_UNUSED;
sys/arch/luna88k/stand/boot/ufs_disksubr.c
230
npp->p_fstype = FS_UNUSED;
sys/arch/riscv64/stand/efiboot/efiboot.c
737
int part_type = FS_UNUSED;
sys/arch/riscv64/stand/efiboot/efidev.c
472
label->d_partitions[0].p_fstype = FS_UNUSED;
sys/arch/riscv64/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/sparc64/sparc64/disksubr.c
184
FS_UNUSED, /* c - whole disk */
sys/arch/sparc64/sparc64/disksubr.c
270
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/sparc64/disksubr.c
290
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/sparc64/disksubr.c
316
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/sparc64/disksubr.c
366
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/ofdev.c
319
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/ofdev.c
339
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/ofdev.c
365
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/ofdev.c
413
npp->p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/ofdev.c
615
if (pp->p_fstype == FS_UNUSED || pp->p_size == 0) {
sys/kern/subr_disk.c
1172
dk->dk_label->d_partitions[part].p_fstype == FS_UNUSED))
sys/kern/subr_disk.c
562
{ GPT_UUID_UNUSED, FS_UNUSED },
sys/kern/subr_disk.c
633
if (fstype == FS_UNUSED)
sys/kern/subr_disk.c
702
return FS_UNUSED;
sys/kern/subr_disk.c
900
if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) {
usr.sbin/installboot/bootstrap.c
100
case FS_UNUSED:
usr.sbin/installboot/landisk_installboot.c
185
case FS_UNUSED: