Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c5172 uint_t lo_off, hi_off; local
5192 lo_off = idnop->rwmem.lo_off;
5198 if (((hi_off > (uint_t)MB2B(IDN_SMR_SIZE)) || (lo_off >= hi_off) ||
5199 (blksize <= 0) || (blksize > (hi_off - lo_off)) || (num <= 0)) &&
5263 if ((hi_off - lo_off) > blksize)
5264 rpos = RANDOM(lo_off, (hi_off - blksize));
5266 rpos = lo_off;
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3811 uint_t lo_off; /* input */ member