Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c615 uint32_t altused, altbase, altlast; in xdfs_c_bb_check() local
640 altbase = ap->alts_ent_base; /* blk offset from begin slice */ in xdfs_c_bb_check()
643 if ((altused == 0) || (altbase < 1) || in xdfs_c_bb_check()
644 (altbase > altlast) || (altlast >= nblocks)) in xdfs_c_bb_check()
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1865 uint32_t altbase; in cmdk_bbh_reopen() local
1903 altbase = ap->alts_ent_base; /* blk offset from begin slice */ in cmdk_bbh_reopen()
1908 altbase < 1 || in cmdk_bbh_reopen()
1909 altbase > altlast || in cmdk_bbh_reopen()
1917 slcb + altbase, in cmdk_bbh_reopen()
1918 (altlast - altbase + 1) << SCTRSHFT, KM_SLEEP); in cmdk_bbh_reopen()