Searched refs:file_read (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-file-test.cpp96 tftp_status file_read(void* data, size_t* length, off_t offset, function
269 file_read,
346 file_read,
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c67 tftp_status file_read(void* data, size_t* length, off_t offset, void* cookie) { function
242 tftp_file_interface file_ifc = {file_open_read, NULL, file_read, NULL, file_close};
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c76 static tftp_status file_read(void* data, size_t* length, off_t offset, void* file_cookie) { function
206 file_read, file_write, file_close};
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c341 static tftp_status file_read(void* data, size_t* length, off_t offset, void* cookie) { function
440 file_read, file_write, file_close};

Completed in 104 milliseconds