HomeSort by relevance Sort by last modified time
    Searched full:actualbytepos (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
childmain.c 161 OFF_T ActualBytePos = 0;
164 ActualBytePos = Seek(fd, 0);
165 if (ActualBytePos != 0) {
596 OFF_T ActualBytePos = 0, TargetBytePos = 0, mask = 1, delayMask = 1;
761 ActualBytePos = Seek(fd, TargetBytePos);
762 if (ActualBytePos != TargetBytePos) {
767 target.lba, TargetBytePos, ActualBytePos,
935 ActualBytePos = Seek(fd, TargetBytePos);
936 if (ActualBytePos == TargetBytePos) {
988 ActualBytePos);
    [all...]

Completed in 592 milliseconds