Home
last modified time | relevance | path

Searched refs:lastsec (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/hal/utils/
H A Dfsutils.c121 uint_t lastsec = sec + 1; in walk_partitions() local
128 while (sec != lastsec) { in walk_partitions()
132 lastsec = sec; in walk_partitions()
145 if (is_dos_extended(systid) && (sec == lastsec)) { in walk_partitions()
/titanic_50/usr/src/cmd/fstyp/
H A Dfstyp.c315 uint32_t lastsec = sec + 1; in walk_partitions() local
322 while (sec != lastsec) { in walk_partitions()
326 lastsec = sec; in walk_partitions()
339 if (is_dos_extended(systid) && (sec == lastsec)) { in walk_partitions()
/titanic_50/usr/src/cmd/mandoc/
H A Dlibmdoc.h45 enum mdoc_sec lastsec; member
H A Dmdoc_validate.c1728 switch (mdoc->lastsec) { in post_sh()
1790 const char *lastname, *lastsec, *lastpunct; in post_sh_see_also() local
1794 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()
H A Dmdoc.c138 mdoc->lastnamed = mdoc->lastsec = SEC_NONE; in mdoc_alloc1()
363 p->sec = mdoc->lastsec; in node_alloc()
/titanic_50/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c2058 daddr32_t lastsec; in cmdk_bbh_gethandle() local
2106 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()
/titanic_50/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c570 uint32_t firstsec, lastsec, last_free_sec; in fdisk_ext_overlapping_parts() local
574 lastsec = firstsec + temp->logdrive_offset + temp->numsect - 1; in fdisk_ext_overlapping_parts()
576 (begsec <= lastsec)) { in fdisk_ext_overlapping_parts()