Home
last modified time | relevance | path

Searched refs:BSD_FS_UNUSED (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfdisk_osf.c168 #define BSD_FS_UNUSED 0 /* unused */ macro
449 xbsd_dlabel.d_partitions[i].p_fstype = BSD_FS_UNUSED; in xbsd_delete_part()
490 xbsd_dlabel.d_partitions[i].p_fstype = BSD_FS_UNUSED; in xbsd_new_part()
571 case BSD_FS_UNUSED: in xbsd_print_disklabel()
894 pp->p_fstype = BSD_FS_UNUSED; in xbsd_initlabel()
899 pp->p_fstype = BSD_FS_UNUSED; in xbsd_initlabel()
905 pp->p_fstype = BSD_FS_UNUSED; in xbsd_initlabel()
946 d->d_partitions[t].p_fstype = BSD_FS_UNUSED; in xbsd_readlabel()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dpt-bsd.h5 #define BSD_FS_UNUSED 0 macro
121 #define BSD_FS_UNUSED 0 /* unused */ macro
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dpt-bsd.h5 #define BSD_FS_UNUSED 0 macro
121 #define BSD_FS_UNUSED 0 /* unused */ macro
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Dbsd.c44 {BSD_FS_UNUSED, "unused"},
291 d->d_partitions[i].p_fstype = BSD_FS_UNUSED; in bsd_add_partition()
350 d->d_partitions[partnum].p_fstype = BSD_FS_UNUSED; in bsd_delete_part()
434 if (p->p_fstype == BSD_FS_UNUSED || p->p_fstype == BSD_FS_BSDFFS) { in bsd_get_partition()
653 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
658 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
665 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
708 d->d_partitions[t].p_fstype = BSD_FS_UNUSED; in bsd_readlabel()
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dbsd.c50 {BSD_FS_UNUSED, "unused"},
317 d->d_partitions[i].p_fstype = BSD_FS_UNUSED; in bsd_add_partition()
415 d->d_partitions[partnum].p_fstype = BSD_FS_UNUSED; in bsd_delete_part()
564 if (p->p_fstype == BSD_FS_UNUSED || p->p_fstype == BSD_FS_BSDFFS) { in bsd_get_partition()
803 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
808 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
815 pp->p_fstype = BSD_FS_UNUSED; in bsd_initlabel()
858 d->d_partitions[t].p_fstype = BSD_FS_UNUSED; in bsd_readlabel()
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/partitions/
H A Dbsd.c100 if (p->p_fstype == BSD_FS_UNUSED) in probe_bsd_pt()
/dports/devel/util-linux/util-linux-2.36/libblkid/src/partitions/
H A Dbsd.c101 if (p->p_fstype == BSD_FS_UNUSED) in probe_bsd_pt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/partitions/
H A Dmsdos.c307 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */ macro
383 if (p->p_fstype == BSD_FS_UNUSED) in parse_bsd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/partitions/
H A Dmsdos.c307 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */ macro
383 if (p->p_fstype == BSD_FS_UNUSED) in parse_bsd()
/dports/multimedia/libv4l/linux-5.13-rc2/block/partitions/
H A Dmsdos.c307 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */ macro
383 if (p->p_fstype == BSD_FS_UNUSED) in parse_bsd()
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dsfdisk.c1443 #define BSD_FS_UNUSED 0 macro
1489 if (bp->p_fstype != BSD_FS_UNUSED) { in bsd_partition()