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

/barrelfish-2018-10-04/include/tftp/
H A Dtftp.h78 errval_t tftp_client_read_file(char *path, void *buf, size_t buflen, size_t *ret_size);
/barrelfish-2018-10-04/usr/tests/tftpclient/
H A Dmain.c73 err = tftp_client_read_file(file, buffer, TFTP_BUF_SIZE, &size);
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dboot.c328 return download_bootloader_generic(phi, bootloader, tftp_client_read_file,
479 tftp_client_read_file, TFTP_BUF_SIZE_MODULES);
584 err = tftp_client_read_file(mod_list, buf, TFTP_BUF_SIZE, size);
/barrelfish-2018-10-04/lib/tftp/
H A Dclient.c265 errval_t tftp_client_read_file(char *path, void *buf, size_t buflen, size_t *ret_size) function

Completed in 82 milliseconds