Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h59 enum roff_sec lastsec; /* Last section seen. */ member
H A Dmdoc_state.c237 if ((mdoc->lastsec = n->sec) == SEC_SYNOPSIS) { in state_sh()
H A Dmdoc_validate.c1409 (mdoc->lastsec == SEC_NAME && n->child == NULL)) in post_nm()
2274 switch (mdoc->lastsec) { in post_sh()
2345 const char *lastname, *lastsec, *lastpunct; in post_sh_see_also() local
2349 lastname = lastsec = lastpunct = NULL; in post_sh_see_also()
2360 if (lastsec != NULL) { in post_sh_see_also()
2365 cmp = strcmp(lastsec, sec); in post_sh_see_also()
2369 name, sec, lastname, lastsec); in post_sh_see_also()
2376 lastsec = sec; in post_sh_see_also()
2396 lastpunct, lastname, lastsec); in post_sh_see_also()
2503 mdoc->lastsec = sec; in post_sh_head()
H A Droff.c838 man->lastsec = man->lastnamed = SEC_NONE; in roff_state_reset()
894 n->sec = man->lastsec; in roff_node_alloc()
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c2022 daddr32_t lastsec; in cmdk_bbh_gethandle() local
2070 lastsec = GET_BP_SEC(bp) + d_count - 1; in cmdk_bbh_gethandle()
2074 if (lastsec < altp->bad_start) in cmdk_bbh_gethandle()
2101 if (lastsec < altp->bad_start) in cmdk_bbh_gethandle()
2110 (lastsec <= altp->bad_end)) { in cmdk_bbh_gethandle()
2118 if ((lastsec >= altp->bad_start) && in cmdk_bbh_gethandle()
2119 (lastsec <= altp->bad_end)) { in cmdk_bbh_gethandle()
2120 ckp[idx+1].ck_seclen = lastsec - altp->bad_start + 1; in cmdk_bbh_gethandle()
2145 ckp[idx].ck_seclen = lastsec - altp->bad_end; in cmdk_bbh_gethandle()
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c571 uint32_t firstsec, lastsec, last_free_sec; in fdisk_ext_overlapping_parts() local
575 lastsec = firstsec + temp->logdrive_offset + temp->numsect - 1; in fdisk_ext_overlapping_parts()
577 (begsec <= lastsec)) { in fdisk_ext_overlapping_parts()