Lines Matching refs:tftp_handle
68 struct tftp_handle { struct
94 static int tftp_makereq(struct tftp_handle *); argument
95 static int tftp_getnextblock(struct tftp_handle *);
97 static void tftp_terminate(struct tftp_handle *);
99 static ssize_t tftp_size_of_file(struct tftp_handle *tftpfile);
153 tftp_makereq(struct tftp_handle *h) in tftp_makereq()
196 tftp_getnextblock(struct tftp_handle *h) in tftp_getnextblock()
229 tftp_terminate(struct tftp_handle *h) in tftp_terminate()
254 struct tftp_handle *tftpfile; in tftp_open()
258 tftpfile = (struct tftp_handle *)alloc(sizeof(*tftpfile)); in tftp_open()
281 struct tftp_handle *tftpfile; in tftp_read()
285 tftpfile = (struct tftp_handle *)f->f_fsdata; in tftp_read()
363 struct tftp_handle *tftpfile; in tftp_close()
364 tftpfile = (struct tftp_handle *)f->f_fsdata; in tftp_close()
384 tftp_size_of_file(struct tftp_handle *tftpfile) in tftp_size_of_file()
422 struct tftp_handle *tftpfile; in tftp_stat()
423 tftpfile = (struct tftp_handle *)f->f_fsdata; in tftp_stat()
445 struct tftp_handle *tftpfile; in tftp_seek()
446 tftpfile = (struct tftp_handle *)f->f_fsdata; in tftp_seek()