Searched refs:F_SETPIPE_SZ (Results 1 – 11 of 11) sorted by relevance
28 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
83 + (void) fcntl(return_pipe[1], F_SETPIPE_SZ, len);98 + (void) fcntl(json_pipe[1], F_SETPIPE_SZ, COREDUMP_PIPE_MAX);
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
203 # define F_SETPIPE_SZ 1031 /* Set pipe page size array. */ macro
387 #if defined(F_GETPIPE_SZ) && defined(F_SETPIPE_SZ) in incr_pipe_size()415 if (fcntl(fd, F_SETPIPE_SZ, max_pipe_size) >= 0) in incr_pipe_size()
423 case F_SETPIPE_SZ: in do_fcntl()
1398 case F_SETPIPE_SZ: in pipe_fcntl()