Lines Matching refs:open_file
65 static int tftp_open(const char *, struct open_file *);
66 static int tftp_close(struct open_file *);
68 static int tftp_read(struct open_file *, void *, size_t, size_t *);
69 static off_t tftp_seek(struct open_file *, off_t, int);
71 static int tftp_stat(struct open_file *, struct stat *);
72 static int tftp_preload(struct open_file *);
441 tftp_open(const char *path, struct open_file *f) in tftp_open()
505 tftp_read(struct open_file *f, void *addr, size_t size, in tftp_read()
604 tftp_close(struct open_file *f) in tftp_close()
623 tftp_stat(struct open_file *f, struct stat *sb) in tftp_stat()
637 tftp_seek(struct open_file *f, off_t offset, int where) in tftp_seek()
657 tftp_preload(struct open_file *f) in tftp_preload()