Searched refs:FDISK_SECT_TO_CYL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 642 FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec); in fdisk_read_extpart() 644 FDISK_SECT_TO_CYL(epp, epp->ext_end_sec); in fdisk_read_extpart() 681 FDISK_SECT_TO_CYL(epp, temp->abs_secnum); in fdisk_read_extpart() 682 temp->endcyl = FDISK_SECT_TO_CYL(epp, in fdisk_read_extpart() 832 first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec); in fdisk_ext_validate_part_start() 896 temp->begcyl = FDISK_SECT_TO_CYL(epp, begsec); in fdisk_add_logical_drive() 897 temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec); in fdisk_add_logical_drive() 1331 epp->ext_beg_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_beg_sec); in fdisk_init_ext_part() 1332 epp->ext_end_cyl = FDISK_SECT_TO_CYL(epp, epp->ext_end_sec); in fdisk_init_ext_part()
|
H A D | libfdisk.h | 75 #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) +\
|
/titanic_41/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 5149 first_free_cyl = FDISK_SECT_TO_CYL(epp, first_free_sec); 5239 last_free_cyl = FDISK_SECT_TO_CYL(epp, last_free_sec);
|