Home
last modified time | relevance | path

Searched refs:f_raoffset (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/lib/libstand/
H A Dread.c101 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount); in read()
102 f->f_raoffset += ccount; in read()
121 f->f_raoffset = 0; in read()
H A Dlseek.c119 f->f_raoffset += target - bufpos; in lseek()
H A Dopen.c88 f->f_raoffset = 0; in o_rainit()
H A Dstand.h185 off_t f_raoffset; /* consumer offset in readahead buffer */ member