Home
last modified time | relevance | path

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

/titanic_41/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.c233 f_setfd(fd, FD_CLOEXEC); in copen()
262 f_setfd(fd, FD_CLOEXEC); in copen()
H A Dfcntl.c178 f_setfd(retval, FD_CLOEXEC); in fcntl()
219 f_setfd(iarg, FD_CLOEXEC); in fcntl()
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h200 extern void f_setfd(int, char);
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c161 f_setfd(fd, FD_CLOEXEC); in so_socket()
532 f_setfd(nfd, FD_CLOEXEC); in so_socketpair()
739 f_setfd(nfd, FD_CLOEXEC); in accept()
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1300 f_setfd(int fd, char flags) in f_setfd() function
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c403 f_setfd(fd, FD_CLOEXEC); in door_create()