Searched refs:lkboot_txn (Results 1 – 3 of 3) sorted by relevance
/lk-master/tools/ |
A D | lkboot.c | 65 return lkboot_txn(host, cmd, fd, ""); in main() 67 return lkboot_txn(host, cmd + 1, fd, ""); in main() 87 if (lkboot_txn(host, cmd, -1, args) == 0) { in main() 95 return lkboot_txn(host, cmd + 1, -1, args); in main() 105 return lkboot_txn(host, cmd, fd, args); in main()
|
A D | liblkboot.h | 13 int lkboot_txn(const char *host, const char *cmd, int txfd, const char *args);
|
A D | liblkboot.c | 180 int lkboot_txn(const char *host, const char *_cmd, int txfd, const char *args) { in lkboot_txn() function
|
Completed in 3 milliseconds