Home
last modified time | relevance | path

Searched refs:txfd (Results 1 – 2 of 2) sorted by relevance

/lk-master/tools/
A Dliblkboot.c40 static int upload(int s, int txfd, size_t txlen, int do_endian_swap) { in upload() argument
48 if (readx(txfd, buf, txlen)) { in upload()
180 int lkboot_txn(const char *host, const char *_cmd, int txfd, const char *args) { in lkboot_txn() argument
191 if (txfd != -1) { in lkboot_txn()
192 txlen = lseek(txfd, 0, SEEK_END); in lkboot_txn()
197 lseek(txfd, 0, SEEK_SET); in lkboot_txn()
204 txlen = trim_fpga_image(txfd, txlen); in lkboot_txn()
257 if (upload(fd_out, txfd, txlen, do_endian_swap)) { in lkboot_txn()
A Dliblkboot.h13 int lkboot_txn(const char *host, const char *cmd, int txfd, const char *args);

Completed in 3 milliseconds