Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c252 epp->first_ebr_is_null = 1; in libfdisk_reset()
661 epp->first_ebr_is_null = 0; in fdisk_read_extpart()
921 epp->first_ebr_is_null = 0; in fdisk_add_logical_drive()
993 epp->first_ebr_is_null = 1; in fdisk_delete_logical_drive()
1197 if (epp->first_ebr_is_null) { in fdisk_commit_ext_part()
1242 if (epp->first_ebr_is_null) { in fdisk_commit_ext_part()
1326 epp->first_ebr_is_null = 1; in fdisk_init_ext_part()
1340 epp->first_ebr_is_null = 1; in fdisk_delete_ext_part()
H A Dlibfdisk.h235 int first_ebr_is_null; member