Home
last modified time | relevance | path

Searched refs:F_SETPIPE_SZ (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dmissing_fcntl.h10 #ifndef F_SETPIPE_SZ
11 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/systemd-251/src/shared/
Ddata-fd-util.c93 (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()
/systemd-251/src/socket-proxy/
Dsocket-proxyd.c149 (void) fcntl(buffer[0], F_SETPIPE_SZ, BUFFER_SIZE); in connection_create_pipes()
/systemd-251/src/core/
Dsocket.c1108 if (fcntl(fd, F_SETPIPE_SZ, s->pipe_size) < 0) in socket_apply_fifo_options()