Searched defs:hi_off (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c5172 uint_t lo_off, hi_off; local
5193 hi_off = idnop->rwmem.hi_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));
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3812 uint_t hi_off; /* input */ member in struct:idnop::__anon10105

Completed in 65 milliseconds