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()
45 enum mdoc_sec lastsec; member
1728 switch (mdoc->lastsec) { in post_sh()1790 const char *lastname, *lastsec, *lastpunct; in post_sh_see_also() local1794 lastname = lastsec = lastpunct = NULL; in post_sh_see_also()1803 if (lastsec != NULL) { in post_sh_see_also()1809 cmp = strcmp(lastsec, sec); in post_sh_see_also()1814 sec, lastname, lastsec); in post_sh_see_also()1822 lastsec = sec; in post_sh_see_also()1842 lastpunct, lastname, lastsec); in post_sh_see_also()1905 mdoc->lastsec = sec; in post_sh_head()
138 mdoc->lastnamed = mdoc->lastsec = SEC_NONE; in mdoc_alloc1()363 p->sec = mdoc->lastsec; in node_alloc()
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()
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()