Searched refs:close_on_exec (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 365 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument 373 if (!close_on_exec) in os_pipe() 542 int os_create_unix_socket(const char *file, int len, int close_on_exec) in os_create_unix_socket() argument 551 if (close_on_exec) { in os_create_unix_socket()
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 157 extern int os_pipe(int *fd, int stream, int close_on_exec); 162 extern int os_create_unix_socket(const char *file, int len, int close_on_exec);
|
| /linux/fs/proc/ |
| H A D | fd.c | 43 if (close_on_exec(fd, files)) in seq_show()
|
| /linux/Documentation/filesystems/ |
| H A D | files.rst | 24 elements - the fd sets (open_fds and close_on_exec, the
|