Home
last modified time | relevance | path

Searched refs:start_cyl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c87 int32_t start_head, end_head, start_cyl, end_cyl; in format_floppy() local
377 start_cyl = 0; in format_floppy()
382 start_cyl = ft->track_no; in format_floppy()
392 for (cyl = start_cyl; cyl < (int32_t)end_cyl; cyl++) { in format_floppy()
/illumos-gate/usr/src/cmd/format/
H A Dio.c545 cylno = part_deflt->start_cyl; in input()
546 } else if (part_deflt->start_cyl == 0) { in input()
550 part_deflt->start_cyl) - 1; in input()
1356 if (cylno < part_deflt->start_cyl) { in input()
1359 part_deflt->start_cyl); in input()
1367 i = (bn2c(bounds->upper) + part_deflt->start_cyl - 1); in input()
1379 cyls = ((cylno - part_deflt->start_cyl) + 1); in input()
H A Dio.h55 uint_t start_cyl; member
H A Dpartition.c260 p_deflt.start_cyl = i; in change_partition()