Home
last modified time | relevance | path

Searched refs:endcyl (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c2038 Table[i].endcyl == (uchar_t)(ecyl & 0xff) && in load()
2067 temp->parts[0].endcyl == (uchar_t)(ecyl & 0xff) && in load()
2279 Table[ti].endcyl = cy & 0xff; in Set_Table_CHS_Values()
2340 Table[i].endcyl = ecyl & 0xff; in insert_tbl()
2387 Old_Table[i].endcyl == (uchar_t)(ecyl & 0xff) && in entry_from_old_table()
2513 Table[i].endcyl, in verify_tbl()
2523 Table[j].endcyl, in verify_tbl()
3661 unsigned int startcyl, endcyl, length, percent, remainder; local
3816 endcyl = Numcyl - 1;
3817 length = endcyl - startcyl + 1;
[all …]
/titanic_41/usr/src/uts/common/sys/dktp/
H A Dfdisk.h83 unsigned char endcyl; /* are in endsect. */ member
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dpartition.c512 ((iparts[part_num - 1].endcyl & 0xff) | in get_attrs()
679 iparts[j].endcyl = log_drv->parts[0].endcyl; in get_parts()
/titanic_41/usr/src/cmd/format/
H A Dmenu_fdisk.c134 partp->endcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()
548 ip.endhead = ip.endsect = ip.endcyl = 0xff;
766 ip.endhead = ip.endsect = ip.endcyl = 0xff;
/titanic_41/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h159 uint32_t begcyl, endcyl; member
H A Dlibfdisk.c682 temp->endcyl = FDISK_SECT_TO_CYL(epp, in fdisk_read_extpart()
845 (begcyl <= temp->endcyl)) { in fdisk_ext_validate_part_start()
897 temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec); in fdisk_add_logical_drive()
1066 part->endcyl = cy & 0xff; in fdisk_set_CHS_values()
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib746 typeset -i endcyl=$($PRTVTOC -h /dev/rdsk/${disk}s2 |
749 ((endcyl = (endcyl + 1) / ratio))
750 echo $endcyl
/titanic_41/usr/src/cmd/rmformat/
H A Drmf_slice.c1398 parts[0].endcyl = (char)(unixend & 0x00ff); in write_default_label()
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c3549 (fdp->endcyl == LBA_MAX_CYL) &&