Searched refs:pipeB_fd (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 173 int pipeB_fd[2]; /*Pipe file descriptors used for communication */ variable 222 maybe_run_child(&childB_rout_uclinux, "nd", 2, &pipeB_fd[1]); in main() 224 &pipeA_fd[0], &pipeA_fd[1], &pipeB_fd[0], &pipeB_fd[1]); in main() 270 pipeA_fd[0], pipeA_fd[1], pipeB_fd[0], in main() 271 pipeB_fd[1]) < 0) { in main() 376 readB_stat = read(pipeB_fd[0], pipe_buf, 1); in parent_rout() 462 if (self_exec(argv0, "nd", 2, pipeB_fd[1]) < 0) { in child1_rout() 543 while ((read(pipeB_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in child1_rout() 660 write(pipeB_fd[1], CHAR_SET_PASSED, 1); in childB_rout() 680 (void)write(pipeB_fd[1], CHAR_SET_FAILED, 1); in childB_rout_uclinux() [all …]
|