Searched refs:O_CLOEXEC (Results 1 – 9 of 9) sorted by relevance
15 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
18 #define O_CLOEXEC 010000000 /* set close_on_exec */ macro
21 #define O_CLOEXEC 0x400000 macro
146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
216 fd = get_unused_fd_flags(O_RDONLY | O_CLOEXEC); in papr_rtas_setup_file_interface()
337 fd = get_unused_fd_flags(O_RDONLY | O_CLOEXEC); in papr_platform_dump_create_handle()
422 stub_exe_fd = open(tmpfile, O_RDONLY | O_CLOEXEC | O_NOFOLLOW); in init_stub_exe_fd()
334 stt, O_RDWR | O_CLOEXEC); in kvm_vm_ioctl_create_spapr_tce()
1956 ret = anon_inode_getfd("kvm-htab", &kvm_htab_fops, ctx, rwflag | O_CLOEXEC); in kvm_vm_ioctl_get_htab_fd()
Completed in 19 milliseconds