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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c3215 uint_t total_sec_count, sec_count, start_sec = 0; local
3250 total_sec_count = size >> SCTRSHFT;
3251 if (total_sec_count > MAX_FWFILE_SIZE_ONECMD) {
3254 total_sec_count));
3259 " subcommand\n", total_sec_count));
3280 for (; total_sec_count > 0; ) {
3305 sec_count = min(total_sec_count, MAX_FWFILE_SIZE_ONECMD);
3331 total_sec_count -= sec_count;

Completed in 65 milliseconds