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

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c45 Sfoff_t lhere; member in struct:_dosdisc
78 dp->maptable[n].logical = dp->lhere;
133 dp->llast = dp->lhere;
144 dp->lhere++;
152 dp->lhere += n;
211 dp->lhere -= count;
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
298 return(dp->lhere);
306 if(offset<dp->llast || offset > dp->lhere)
[all...]

Completed in 53 milliseconds