Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dgdbcont.c23 int c, sfd; in main() local
57 if ((sfd = serialopen(serialdev, speed)) < 0) in main()
60 remote_desc = sfd; in main()
64 if (serialclose(sfd) < 0) in main()
H A Dgdbsend.c27 int c, sfd, ifd; in main() local
101 if ((sfd = serialopen(serialdev, speed)) < 0) in main()
104 remote_desc = sfd; in main()
114 if (serialclose(sfd) < 0) in main()