/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()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | spawnveg.c | 192 fcntl(err[0], F_SETFD, FD_CLOEXEC); 193 fcntl(err[1], F_SETFD, FD_CLOEXEC);
|
H A D | fcntl.c | 77 op = ioctl(fd, n == FD_CLOEXEC ? FIOCLEX : FIONCLEX, 0);
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_dump.c | 76 (void) fcntl(dump_fd, F_SETFD, FD_CLOEXEC); in inuse_dump()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 232 fcntl(m->save, F_SETFD, FD_CLOEXEC); in modify() 243 fcntl(arg1, F_SETFD, FD_CLOEXEC); in modify() 325 fcntl(m->arg.fd.child.fd, F_SETFD, FD_CLOEXEC); in restore() 817 fcntl(proc->rfd, F_SETFD, FD_CLOEXEC); in procopen() 819 fcntl(proc->wfd, F_SETFD, FD_CLOEXEC); in procopen()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | shm.c | 59 fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) { in shm_open()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | opendir.c | 72 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/titanic_41/usr/src/lib/libast/common/dir/ |
H A D | opendir.c | 58 fcntl(fd, F_SETFD, FD_CLOEXEC) ||
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | fdopendir.c | 64 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) in fdopendir()
|
H A D | getxby_door.c | 282 (void) fcntl(dp->doorfd, F_SETFD, FD_CLOEXEC); in _nsc_initdoor_fp() 560 (void) fcntl(backd->doorfd, F_SETFD, FD_CLOEXEC); in _nsc_trydoorcall_ext()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 118 #define FD_CLOEXEC 1 /* posix */ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 210 #define FD_CLOEXEC 1 /* close on exec flag */ macro
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_context.c | 87 (void) fcntl(zfd, F_SETFD, FD_CLOEXEC); in mdb_context_create()
|
H A D | mdb_shell.c | 78 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in closefd_walk()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | iod_cl.c | 120 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in smb_iod_open_door()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.c | 139 (void) fcntl(doorfd, F_SETFD, FD_CLOEXEC); in __ns_ldap_trydoorcall_getfd()
|
/titanic_41/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 55 if ((flags != -1) && (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) != -1)) in close_on_exec()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 102 if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 309 #define FD_CLOEXEC 1 /* close on exec flag */ macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 101 #ifndef FD_CLOEXEC in main()
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | call_labeld.c | 152 (void) fcntl(doorfd, F_SETFD, FD_CLOEXEC); in __call_labeld()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 76 if (fcntl(ret, F_SETFD, FD_CLOEXEC) == 0) { in openttymonlog()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 258 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) { in dapli_process_tavor_node() 513 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) { in dapls_ib_open_hca()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 113 fcntl(fd,F_SETFD,FD_CLOEXEC); in sh_subtmpfile() 149 sh_fcntl(sp->pipefd,F_SETFD,FD_CLOEXEC); in sh_subtmpfile() 627 fcntl(fd,F_SETFD,FD_CLOEXEC); in sh_subshell()
|