Searched refs:f_setfd (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | pipe.c | 199 f_setfd(fd1, FD_CLOEXEC); in pipe() 200 f_setfd(fd2, FD_CLOEXEC); in pipe()
|
H A D | open.c | 233 f_setfd(fd, FD_CLOEXEC); in copen() 262 f_setfd(fd, FD_CLOEXEC); in copen()
|
H A D | fcntl.c | 178 f_setfd(retval, FD_CLOEXEC); in fcntl() 219 f_setfd(iarg, FD_CLOEXEC); in fcntl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | file.h | 200 extern void f_setfd(int, char);
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 161 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 D | fio.c | 1300 f_setfd(int fd, char flags) in f_setfd() function
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 403 f_setfd(fd, FD_CLOEXEC); in door_create()
|