Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c253 epp->first_ebr_is_null = 1; in libfdisk_reset()
662 epp->first_ebr_is_null = 0; in fdisk_read_extpart()
942 epp->first_ebr_is_null = 0; in fdisk_add_logical_drive()
1014 epp->first_ebr_is_null = 1; in fdisk_delete_logical_drive()
1218 if (epp->first_ebr_is_null) { in fdisk_commit_ext_part()
1263 if (epp->first_ebr_is_null) { in fdisk_commit_ext_part()
1347 epp->first_ebr_is_null = 1; in fdisk_init_ext_part()
1361 epp->first_ebr_is_null = 1; in fdisk_delete_ext_part()
H A Dlibfdisk.h235 int first_ebr_is_null; member