Searched refs:FD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
276 error = fcntl(pfd[1], F_SETFD, fdflags | FD_CLOEXEC); in skywalk_mptest_driver_run()
110 error = fcntl(utun_fd, F_SETFD, FD_CLOEXEC); in reass_init()
1166 error = fcntl(tunsock, F_SETFD, FD_CLOEXEC); in sktu_create_interface()
402 #define FD_CLOEXEC 1 /* close-on-exec flag */ macro
556 ofl |= FD_CLOEXEC; in change_fdguard_np()674 if (nfdflags & FD_CLOEXEC) { in change_fdguard_np()
2847 *retval = (fp->fp_flags & FP_CLOEXEC) ? FD_CLOEXEC : 0; in sys_fcntl_nocancel()2853 if (uap->arg & FD_CLOEXEC) { in sys_fcntl_nocancel()