Searched refs:pipe_buf (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 175 char pipe_buf[10]; /*Pipe buffer. */ variable 313 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() 315 strncpy(buf_tmp1, pipe_buf, 1); in parent_rout() 318 while ((read(pipe2_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() 321 strncpy(buf_tmp2, pipe_buf, 1); in parent_rout() 367 read1_stat = read(pipe1_fd[0], pipe_buf, 1); in parent_rout() 370 read2_stat = read(pipe2_fd[0], pipe_buf, 1); in parent_rout() 373 readA_stat = read(pipeA_fd[0], pipe_buf, 1); in parent_rout() 376 readB_stat = read(pipeB_fd[0], pipe_buf, 1); in parent_rout() 434 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() [all …]
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 672 struct fuse_bufvec pipe_buf = FUSE_BUFVEC_INIT(len); local 736 pipe_buf.buf[0].flags = FUSE_BUF_IS_FD; 737 pipe_buf.buf[0].fd = llp->pipe[1]; 739 res = fuse_buf_copy(&pipe_buf, buf,
|