Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-bridge-helper.c184 static int send_fd(int c, int fd) in send_fd() function
442 if (send_fd(unixfd, fd) == -1) { in main()
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c203 static int send_fd(int sockfd, int fd) in send_fd() function
824 if (send_fd(sock, retval) < 0) { in process_reply()