Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c643 FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec); in fdisk_read_extpart()
645 FDISK_SECT_TO_CYL(epp, epp->ext_end_sec); in fdisk_read_extpart()
682 FDISK_SECT_TO_CYL(epp, temp->abs_secnum); in fdisk_read_extpart()
683 temp->endcyl = FDISK_SECT_TO_CYL(epp, in fdisk_read_extpart()
853 first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec); in fdisk_ext_validate_part_start()
917 temp->begcyl = FDISK_SECT_TO_CYL(epp, begsec); in fdisk_add_logical_drive()
918 temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec); in fdisk_add_logical_drive()
1352 epp->ext_beg_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec); in fdisk_init_ext_part()
1353 epp->ext_end_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_end_sec); in fdisk_init_ext_part()
H A Dlibfdisk.h75 #define FDISK_SECT_TO_CYL(epp, x) ((x) / (FDISK_SECTS_PER_CYL(epp))) macro
77 #define FDISK_ABS_CYL_NUM(epp, x) (FDISK_SECT_TO_CYL(x) +\
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c5159 first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec);
5249 last_free_cyl = FDISK_SECT_TO_CYL(epp, last_free_sec);