Searched refs:F_SETPIPE_SZ (Results 1 – 4 of 4) sorted by relevance
10 #ifndef F_SETPIPE_SZ11 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
93 (void) fcntl(pipefds[1], F_SETPIPE_SZ, isz); in acquire_data_fd()232 (void) fcntl(pipefds[1], F_SETPIPE_SZ, DATA_FD_MEMORY_LIMIT); in copy_data_fd()
149 (void) fcntl(buffer[0], F_SETPIPE_SZ, BUFFER_SIZE); in connection_create_pipes()
1108 if (fcntl(fd, F_SETPIPE_SZ, s->pipe_size) < 0) in socket_apply_fifo_options()