Searched refs:endcyl (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | fdisk.h | 82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */ 83 unsigned char endcyl; /* are in endsect. */ member in struct:ipart
|
/illumos-gate/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.h | 159 uint32_t begcyl, endcyl; member in struct:logical_drive
|
H A D | libfdisk.c | 682 temp->endcyl = FDISK_SECT_TO_CYL(epp, 845 (begcyl <= temp->endcyl)) { 897 temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec); 1066 part->endcyl = cy & 0xff;
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 2038 Table[i].endcyl == (uchar_t)(ecyl & 0xff) && 2067 temp->parts[0].endcyl == (uchar_t)(ecyl & 0xff) && 2279 Table[ti].endcyl = cy & 0xff; 2340 Table[i].endcyl = ecyl & 0xff; 2387 Old_Table[i].endcyl == (uchar_t)(ecyl & 0xff) && 2513 Table[i].endcyl, 2523 Table[j].endcyl, 3661 unsigned int startcyl, endcyl, length, percent, remainder; local 3816 endcyl = Numcyl - 1; 3817 length = endcyl 5460 unsigned int startcyl, endcyl, length, percent, remainder; local [all...] |
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 512 ((iparts[part_num - 1].endcyl & 0xff) | 679 iparts[j].endcyl = log_drv->parts[0].endcyl;
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_fdisk.c | 135 partp->endcyl = getbyte((uchar_t **)&bootptr); 549 ip.endhead = ip.endsect = ip.endcyl = 0xff; 777 ip.endhead = ip.endsect = ip.endcyl = 0xff;
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 1398 parts[0].endcyl = (char)(unixend & 0x00ff);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 3582 (fdp->endcyl == LBA_MAX_CYL) &&
|
Completed in 105 milliseconds