Searched defs:start_cyl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h55 uint_t start_cyl; member in struct:partition_defaults
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c89 int32_t start_head, end_head, start_cyl, end_cyl; local
379 start_cyl = 0;
384 start_cyl = ft->track_no;
394 for (cyl = start_cyl; cyl < (int32_t)end_cyl; cyl++) {

Completed in 86 milliseconds