Lines Matching refs:O_CLOEXEC
104 pci_sys->mtrr_fd = open("/proc/mtrr", O_WRONLY | O_CLOEXEC);
164 fd = open(name, O_RDONLY | O_CLOEXEC);
315 fd = open( name, O_RDONLY | O_CLOEXEC);
377 fd = open( name, O_RDWR | O_CLOEXEC);
458 fd = open( name, O_RDONLY | O_CLOEXEC);
518 fd = open( name, O_WRONLY | O_CLOEXEC);
569 fd = open(name, open_flags | O_CLOEXEC);
634 fd = open(name, open_flags | O_CLOEXEC);
757 fd = open( name, O_RDWR | O_CLOEXEC);
789 fd = open( name, O_RDONLY | O_CLOEXEC);
832 ret->fd = open(name, O_RDWR | O_CLOEXEC);
856 ret->fd = open(name, O_RDWR | O_CLOEXEC);
1003 fd = open(name, flags | O_CLOEXEC);
1012 fd = open("/dev/mem", flags | O_CLOEXEC);