Searched refs:O_CREAT (Results 51 - 75 of 105) sorted by path

12345

/linux-master/kernel/
H A Dusermode_driver.c29 file = file_open_root_mnt(mnt, name, O_CREAT | O_WRONLY, 0700);
/linux-master/scripts/dtc/
H A Dutil.c311 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/linux-master/scripts/kconfig/
H A Dconfdata.c144 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/linux-master/scripts/
H A Drecordmcount.c344 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode);
/linux-master/security/apparmor/include/
H A Dfile.h122 if (flags & O_CREAT)
/linux-master/security/integrity/ima/
H A Dima_crypto.c551 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL);
/linux-master/tools/accounting/
H A Dgetdelays.c393 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC,
H A Dprocacct.c320 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE);
/linux-master/tools/bpf/bpftool/
H A Dprog.c748 fd = open(filepath, O_WRONLY | O_CREAT | O_TRUNC, 0600);
/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c75 O_RDWR | O_CREAT | O_TRUNC | O_CLOEXEC, 0744);
H A Dhv_kvp_daemon.c261 fd = open(fname, O_RDWR | O_CREAT | O_CLOEXEC, 0644 /* rw-r--r-- */);
/linux-master/tools/include/nolibc/
H A Dsys.h766 if (flags & O_CREAT) {
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h23 #ifndef O_CREAT
24 #define O_CREAT 00000100 /* not fcntl */ macro
/linux-master/tools/lib/bpf/
H A Dlinker.c305 linker->fd = open(file, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644);
/linux-master/tools/objtool/
H A Dobjtool.c38 d = open(name, O_CREAT|O_WRONLY|O_TRUNC, 0644);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c363 fd = open(SESSION_OUTPUT, O_RDWR|O_CREAT|O_TRUNC, 0644);
1150 fd = open(path, O_RDWR|O_CREAT|O_CLOEXEC, 0640);
1204 fd = open("output", O_RDWR|O_CREAT|O_TRUNC, 0644);
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c284 fd = open(dump_path, O_CREAT|O_TRUNC|O_RDWR, 0666);
/linux-master/tools/perf/util/
H A Ddata-convert-json.c361 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666);
H A Ddata.c60 ret = open(file->path, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR);
306 fd = open(data->file.path, O_CREAT|O_RDWR|O_TRUNC|O_CLOEXEC,
H A Djitdump.c89 fd = open(filename, O_CREAT|O_TRUNC|O_WRONLY, 0644);
H A Dprobe-file.c501 fd = open(cpath, O_CREAT | O_RDWR, 0644);
H A Dsymbol-elf.c2031 kcore->fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0400);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c644 sem_open(semaphore_name, O_EXCL | O_CREAT, 0755,
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c203 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);

Completed in 381 milliseconds

12345