Home
last modified time | relevance | path

Searched refs:serialclose (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/gdb/
H A Dserial.h17 extern int serialclose(int);
H A Dgdbcont.c63 if (serialclose(sfd) < 0) in main()
H A Dgdbsend.c113 if (serialclose(sfd) < 0) in main()
H A Dserial.c129 serialclose(int fd) in serialclose() function