Searched refs:O_CLOEXEC (Results 151 - 154 of 154) sorted by relevance

1234567

/linux-master/drivers/android/
H A Dbinder.c4351 int fd = get_unused_fd_flags(O_CLOEXEC);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c1510 obj->efile.fd = open(obj->path, O_RDONLY | O_CLOEXEC);
4823 * Like dup(), but make sure new FD is >= 3 and has O_CLOEXEC set.
10906 fd = open(file, O_WRONLY | O_APPEND | O_CLOEXEC, 0);
13624 fd = open(fcpu, O_RDONLY | O_CLOEXEC);
/linux-master/kernel/bpf/
H A Dbtf.c7474 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC);
/linux-master/kernel/events/
H A Dcore.c12506 f_flags |= O_CLOEXEC;

Completed in 237 milliseconds

1234567