Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_osf.c128 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */ member
447 xbsd_dlabel.d_partitions[i].p_size = 0; in xbsd_delete_part()
448 xbsd_dlabel.d_partitions[i].p_offset = 0; in xbsd_delete_part()
449 xbsd_dlabel.d_partitions[i].p_fstype = BSD_FS_UNUSED; in xbsd_delete_part()
451 while (xbsd_dlabel.d_partitions[xbsd_dlabel.d_npartitions-1].p_size == 0) in xbsd_delete_part()
488 xbsd_dlabel.d_partitions[i].p_size = end - begin + 1; in xbsd_new_part()
489 xbsd_dlabel.d_partitions[i].p_offset = begin; in xbsd_new_part()
490 xbsd_dlabel.d_partitions[i].p_fstype = BSD_FS_UNUSED; in xbsd_new_part()
543 pp = lp->d_partitions; in xbsd_print_disklabel()
785 xbsd_dlabel.d_partitions[i].p_fstype = read_hex(xbsd_fstypes); in xbsd_change_fstype()
[all …]