dosfs.c | 157 static int ioget(struct open_file *, u_int, void *, u_int); 187 (err = ioget(fs->fd, 0, fs->buf, 1)) || 550 if ((err = ioget(fs->fd, lsec + sec, dir, 1))) 762 if ((err = ioget(fs->fd, bytsec(offset), s, bytsec(nbyte)))) 784 if ((err = ioget(fs->fd, lsec, fs->buf, 1))) 795 ioget(struct open_file *fd, u_int lsec, void *buf, u_int nsec) function in typeref:typename:int
|