Searched refs:lastsec (Results 1 – 7 of 7) sorted by relevance
121 uint_t lastsec = sec + 1; in walk_partitions() local128 while (sec != lastsec) { in walk_partitions()132 lastsec = sec; in walk_partitions()145 if (is_dos_extended(systid) && (sec == lastsec)) { in walk_partitions()
315 uint32_t lastsec = sec + 1; in walk_partitions() local322 while (sec != lastsec) { in walk_partitions()326 lastsec = sec; in walk_partitions()339 if (is_dos_extended(systid) && (sec == lastsec)) { in walk_partitions()
2058 daddr32_t lastsec; in cmdk_bbh_gethandle() local2106 lastsec = GET_BP_SEC(bp) + d_count - 1; in cmdk_bbh_gethandle()2110 if (lastsec < altp->bad_start) in cmdk_bbh_gethandle()2137 if (lastsec < altp->bad_start) in cmdk_bbh_gethandle()2146 (lastsec <= altp->bad_end)) { in cmdk_bbh_gethandle()2154 if ((lastsec >= altp->bad_start) && in cmdk_bbh_gethandle()2155 (lastsec <= altp->bad_end)) { in cmdk_bbh_gethandle()2156 ckp[idx+1].ck_seclen = lastsec - altp->bad_start + 1; in cmdk_bbh_gethandle()2181 ckp[idx].ck_seclen = lastsec - altp->bad_end; in cmdk_bbh_gethandle()
45 enum mdoc_sec lastsec; member
159 mdoc->lastnamed = mdoc->lastsec = SEC_NONE; in mdoc_alloc1()434 p->sec = mdoc->lastsec; in node_alloc()
1933 if (SEC_NAME != mdoc->lastsec) in post_sh_body()2003 mdoc->lastsec = sec; in post_sh_head()
570 uint32_t firstsec, lastsec, last_free_sec; in fdisk_ext_overlapping_parts() local574 lastsec = firstsec + temp->logdrive_offset + temp->numsect - 1; in fdisk_ext_overlapping_parts()576 (begsec <= lastsec)) { in fdisk_ext_overlapping_parts()