Home
last modified time | relevance | path

Searched refs:f_setfd_or (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c199 f_setfd_or(fd1, FD_CLOEXEC); in pipe()
200 f_setfd_or(fd2, FD_CLOEXEC); in pipe()
204 f_setfd_or(fd1, FD_CLOFORK); in pipe()
205 f_setfd_or(fd2, FD_CLOFORK); in pipe()
H A Dopen.c234 f_setfd_or(fd, FD_CLOEXEC); in copen()
238 f_setfd_or(fd, FD_CLOFORK); in copen()
267 f_setfd_or(fd, FD_CLOEXEC); in copen()
271 f_setfd_or(fd, FD_CLOFORK); in copen()
H A Dfcntl.c202 f_setfd_or(retval, FD_CLOEXEC); in fcntl()
206 f_setfd_or(retval, FD_CLOFORK); in fcntl()
249 f_setfd_or(iarg, FD_CLOEXEC); in fcntl()
251 f_setfd_or(iarg, FD_CLOFORK); in fcntl()
253 f_setfd_or(iarg, (int)arg1); in fcntl()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h220 extern void f_setfd_or(int, short);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c161 f_setfd_or(fd, FD_CLOEXEC); in so_socket()
164 f_setfd_or(fd, FD_CLOFORK); in so_socket()
536 f_setfd_or(nfd, orig_flags & (FD_CLOEXEC | FD_CLOFORK)); in so_socketpair()
744 f_setfd_or(nfd, FD_CLOEXEC); in accept()
748 f_setfd_or(nfd, FD_CLOFORK); in accept()
H A Dsocksubr.c772 f_setfd_or(fd, FD_CLOEXEC); in fdbuf_extract()
775 f_setfd_or(fd, FD_CLOFORK); in fdbuf_extract()
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1359 f_setfd_or(int fd, short flags) in f_setfd_or() function
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c405 f_setfd_or(fd, FD_CLOEXEC); in door_create()