Home
last modified time | relevance | path

Searched refs:LINUX_O_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_event.h57 #define LINUX_TFD_CLOEXEC LINUX_O_CLOEXEC
H A Dlinux_event.c131 if ((args->flags & ~(LINUX_O_CLOEXEC)) != 0) in linux_epoll_create1()
135 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_epoll_create1()
593 if ((args->flags & ~(LINUX_O_CLOEXEC | LINUX_O_NONBLOCK | in linux_eventfd2()
597 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_eventfd2()
H A Dlinux_file.h99 #define LINUX_O_CLOEXEC 002000000 macro
H A Dlinux_socket.h118 #define LINUX_SOCK_CLOEXEC LINUX_O_CLOEXEC
H A Dlinux_file.c131 if (l_flags & LINUX_O_CLOEXEC) in linux_common_openflags()
1712 if ((args->flags & ~(LINUX_O_NONBLOCK | LINUX_O_CLOEXEC)) != 0) in linux_pipe2()
1718 if ((args->flags & LINUX_O_CLOEXEC) != 0) in linux_pipe2()
1741 if ((args->flags & ~LINUX_O_CLOEXEC) != 0) in linux_dup3()
1743 if (args->flags & LINUX_O_CLOEXEC) in linux_dup3()