Searched refs:cmd_sock (Results 1 – 1 of 1) sorted by relevance
1957 int cmd_sock[2]; in start_child() local1991 if (socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, cmd_sock)) { in start_child()2001 if (close(cmd_sock[0])) { in start_child()2005 return child_f(nr, test_desc_fd[0], cmd_sock[1], data_map); in start_child()2007 if (close(cmd_sock[1])) { in start_child()2011 return grand_child_f(nr, cmd_sock[0], data_map); in start_child()