HomeSort by: relevance | last modified time | path
    Searched refs:last_blk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
pdc.c 150 if (blk < dp->last_blk) {
165 dp->last_blk = 0;
172 printf("seek %d ", (int) dp->last_blk);
174 for (; (dp->last_blk + dp->last_read) <= blk;
177 dp->last_blk += dp->last_read;
180 pdcbuf, (unsigned) dp->last_blk, dp->buf, IODC_MAXIOSIZ,
197 printf("> %d[%d]\n", (int)dp->last_blk, (int)dp->last_read);
203 if (dp->last_blk <= blk && (dp->last_blk + dp->last_read) > blk) {
205 offset = blk - dp->last_blk;
    [all...]
dev_hppa.h 14 u_long last_blk; /* byte offset for last read blk */ member in struct:hppa_dev

Completed in 39 milliseconds