Searched refs:F_SETPIPE_SZ (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dmissing.h65 #ifndef F_SETPIPE_SZ
66 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/systemd/src/socket-proxy/
H A Dsocket-proxyd.c125 (void) fcntl(buffer[0], F_SETPIPE_SZ, BUFFER_SIZE);
/systemd/src/core/
H A Dsocket.c973 if (fcntl(fd, F_SETPIPE_SZ, s->pipe_size) < 0)

Completed in 2870 milliseconds