Home
last modified time | relevance | path

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

/openbsd/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c176 npp->p_fstype = FS_UNUSED; in readdisklabel()
178 npp->p_fstype = i == 2 ? FS_UNUSED : in readdisklabel()
208 npp->p_fstype = FS_UNUSED; in readdisklabel()
230 npp->p_fstype = FS_UNUSED; in readdisklabel()
/openbsd/sys/arch/sparc64/sparc64/
H A Ddisksubr.c184 FS_UNUSED, /* c - whole disk */
270 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
290 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
316 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
366 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
/openbsd/sys/arch/luna88k/luna88k/
H A Ddisksubr.c207 FS_UNUSED, /* c - whole disk */
292 npp->p_fstype = FS_UNUSED; in disklabel_om_to_bsd()
323 npp->p_fstype = FS_UNUSED; in disklabel_om_to_bsd()
345 npp->p_fstype = FS_UNUSED; in disklabel_om_to_bsd()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c319 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
339 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
365 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
413 npp->p_fstype = FS_UNUSED; in disklabel_sun_to_bsd()
617 if (pp->p_fstype == FS_UNUSED || pp->p_size == 0) { in devopen()
/openbsd/usr.sbin/installboot/
H A Dbootstrap.c100 case FS_UNUSED: in bootstrap()
H A Dlandisk_installboot.c185 case FS_UNUSED: in md_bootstrap()
/openbsd/sys/arch/landisk/stand/xxboot/
H A Dboot1.c83 if (ptn_disklabel.d_partitions[0].p_fstype == FS_UNUSED) in boot1()
/openbsd/sbin/disklabel/
H A Ddisklabel.c429 if (pp->p_fstype != FS_UNUSED) { in makedisktab()
439 case FS_UNUSED: in makedisktab()
948 pp->p_fstype = FS_UNUSED; in getasciilabel()
965 v = FS_UNUSED; in getasciilabel()
971 case FS_UNUSED: /* XXX */ in getasciilabel()
H A Deditor.c223 pp->p_fstype = FS_UNUSED; in editor()
535 if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED) in editor_allocspace()
602 if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED) in allocate_partition()
1017 pp->p_fstype == FS_UNUSED) { in getpartno()
1042 pp->p_fstype != FS_UNUSED; in getpartno()
1218 lp->d_partitions[line[0] - 'a'].p_fstype = FS_UNUSED; in has_overlap()
1255 if (i != ignore && lp->d_partitions[i].p_fstype != FS_UNUSED && in sort_partitions()
1740 pp->p_fstype == FS_UNUSED || in get_mp()
/openbsd/sys/arch/amd64/stand/libsa/
H A Ddiskprobe.c271 dip->disklabel.d_partitions[0].p_fstype = FS_UNUSED; in cdprobe()
276 dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED; in cdprobe()
H A Ddev_i386.c109 int part_type = FS_UNUSED; in devboot()
/openbsd/sys/arch/i386/stand/libsa/
H A Ddiskprobe.c346 dip->disklabel.d_partitions[0].p_fstype = FS_UNUSED; in cdprobe()
351 dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED; in cdprobe()
H A Ddev_i386.c109 int part_type = FS_UNUSED; in devboot()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Ddev_i386.c117 int part_type = FS_UNUSED; in devboot()
H A Defidev.c482 label->d_partitions[0].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
487 label->d_partitions[RAW_PART].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c472 label->d_partitions[0].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
477 label->d_partitions[RAW_PART].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c472 label->d_partitions[0].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
477 label->d_partitions[RAW_PART].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
H A Defiboot.c733 int part_type = FS_UNUSED; in devboot()
/openbsd/sys/kern/
H A Dsubr_disk.c573 return FS_UNUSED; in gpt_get_fstype()
714 return FS_UNUSED; in mbr_get_fstype()
912 if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) { in setdisklabel()
1185 dk->dk_label->d_partitions[part].p_fstype == FS_UNUSED)) in disk_openpart()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defidev.c472 label->d_partitions[0].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
477 label->d_partitions[RAW_PART].p_fstype = FS_UNUSED; in efi_getdisklabel_cd9660()
H A Defiboot.c847 int part_type = FS_UNUSED; in devboot()
/openbsd/sys/arch/hppa/hppa/
H A Ddisksubr.c185 lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED; in readliflabel()
/openbsd/sys/sys/
H A Ddisklabel.h241 #define FS_UNUSED 0 /* unused */ macro