Lines Matching defs:physical
36 Sfoff_t physical;
77 dp->maptable[n].physical = dp->phere;
95 dummy.logical = dummy.physical = offset;
101 dummy.physical = dummy.logical+1;
104 while((++mp)->logical && (whence==SEEK_CUR?mp->physical:mp->logical) <= offset);
177 dp->maptable[0].physical = dp->maptable[0].logical+1;
226 * if <whence> is SEEK_CUR, physical offset converted to logical offset
227 * otherwise, logical offset is converted to physical offset
287 Sfoff_t physical;
313 mp->physical = dp->plast;
323 sfsk(iop,mp->physical,SEEK_SET,disc);
324 dp->phere = mp->physical;
353 physical = cur_offset(dp,offset,iop,whence);
356 sfsk(iop, physical ,SEEK_SET,disc);
357 dp->phere = physical;
361 offset = physical;