Searched refs:xbsd_dlabel (Results 1 – 1 of 1) sorted by relevance
273 struct xbsd_disklabel xbsd_dlabel; member279 #define xbsd_dlabel (bsd_globals_ptr->xbsd_dlabel) macro285 (display_in_cyl_units ? ((n)/xbsd_dlabel.d_secpercyl) + 1 : (n))446 i = xbsd_get_part_index(xbsd_dlabel.d_npartitions); in xbsd_delete_part()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()450 if (xbsd_dlabel.d_npartitions == i + 1) in xbsd_delete_part()451 while (xbsd_dlabel.d_partitions[xbsd_dlabel.d_npartitions-1].p_size == 0) in xbsd_delete_part()452 xbsd_dlabel.d_npartitions--; in xbsd_delete_part()[all …]