Home
last modified time | relevance | path

Searched refs:f_setfd (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c199 f_setfd(fd1, FD_CLOEXEC); in pipe()
200 f_setfd(fd2, FD_CLOEXEC); in pipe()
H A Dopen.c234 f_setfd(fd, FD_CLOEXEC); in copen()
263 f_setfd(fd, FD_CLOEXEC); in copen()
H A Dfcntl.c179 f_setfd(retval, FD_CLOEXEC); in fcntl()
220 f_setfd(iarg, FD_CLOEXEC); in fcntl()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h219 extern void f_setfd(int, char);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c153 f_setfd(fd, FD_CLOEXEC); in so_socket()
525 f_setfd(nfd, FD_CLOEXEC); in so_socketpair()
733 f_setfd(nfd, FD_CLOEXEC); in accept()
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1319 f_setfd(int fd, char flags) in f_setfd() function
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c405 f_setfd(fd, FD_CLOEXEC); in door_create()