Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 25 of 77) sorted by relevance

1234

/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()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dspawnveg.c192 fcntl(err[0], F_SETFD, FD_CLOEXEC);
193 fcntl(err[1], F_SETFD, FD_CLOEXEC);
H A Dfcntl.c77 op = ioctl(fd, n == FD_CLOEXEC ? FIOCLEX : FIONCLEX, 0);
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_dump.c76 (void) fcntl(dump_fd, F_SETFD, FD_CLOEXEC); in inuse_dump()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dprocopen.c232 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 Dshm.c59 fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) { in shm_open()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dopendir.c72 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
/titanic_41/usr/src/lib/libast/common/dir/
H A Dopendir.c58 fcntl(fd, F_SETFD, FD_CLOEXEC) ||
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfdopendir.c64 if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0) in fdopendir()
H A Dgetxby_door.c282 (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 Dfcntlcom.h118 #define FD_CLOEXEC 1 /* posix */ macro
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h210 #define FD_CLOEXEC 1 /* close on exec flag */ macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c87 (void) fcntl(zfd, F_SETFD, FD_CLOEXEC); in mdb_context_create()
H A Dmdb_shell.c78 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in closefd_walk()
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Diod_cl.c120 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in smb_iod_open_door()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_cache_door.c139 (void) fcntl(doorfd, F_SETFD, FD_CLOEXEC); in __ns_ldap_trydoorcall_getfd()
/titanic_41/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c55 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 Dsend.c102 if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1)
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h309 #define FD_CLOEXEC 1 /* close on exec flag */ macro
/titanic_41/usr/src/lib/libast/common/features/
H A Dfcntl.c101 #ifndef FD_CLOEXEC in main()
/titanic_41/usr/src/lib/libtsol/common/
H A Dcall_labeld.c152 (void) fcntl(doorfd, F_SETFD, FD_CLOEXEC); in __call_labeld()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmlog.c76 if (fcntl(ret, F_SETFD, FD_CLOEXEC) == 0) { in openttymonlog()
/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c258 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 Dsubshell.c113 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()

1234