Home
last modified time | relevance | path

Searched refs:altlast (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c615 uint32_t altused, altbase, altlast; in xdfs_c_bb_check() local
641 altlast = ap->alts_ent_end; /* blk offset to last block */ in xdfs_c_bb_check()
644 (altbase > altlast) || (altlast >= nblocks)) in xdfs_c_bb_check()
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1866 uint32_t altlast; in cmdk_bbh_reopen() local
1904 altlast = ap->alts_ent_end; /* blk offset to last block */ in cmdk_bbh_reopen()
1909 altbase > altlast || in cmdk_bbh_reopen()
1910 altlast >= slcn) { in cmdk_bbh_reopen()
1918 (altlast - altbase + 1) << SCTRSHFT, KM_SLEEP); in cmdk_bbh_reopen()