Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/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_41/usr/src/cmd/mandoc/
H A Dlibmdoc.h45 enum mdoc_sec lastsec; member
H A Dmdoc.c159 mdoc->lastnamed = mdoc->lastsec = SEC_NONE; in mdoc_alloc1()
434 p->sec = mdoc->lastsec; in node_alloc()
H A Dmdoc_validate.c1933 if (SEC_NAME != mdoc->lastsec) in post_sh_body()
2003 mdoc->lastsec = sec; in post_sh_head()
/titanic_41/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()