Home
last modified time | relevance | path

Searched refs:lkboot_txn (Results 1 – 3 of 3) sorted by relevance

/lk-master/tools/
A Dlkboot.c65 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 Dliblkboot.h13 int lkboot_txn(const char *host, const char *cmd, int txfd, const char *args);
A Dliblkboot.c180 int lkboot_txn(const char *host, const char *_cmd, int txfd, const char *args) { in lkboot_txn() function

Completed in 3 milliseconds