/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/ |
H A D | network.c | 58 int (*open)(struct iss_net_private *lp); member 166 pr_err("%s: failed to open /dev/net/tun, returned %d (errno = %d)\n", in tuntap_open() 215 .open = tuntap_open, 353 err = lp->tp.net_ops->open(lp); in iss_net_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_wm.c | 369 .open = pri_wm_latency_open, 378 .open = spr_wm_latency_open, 387 .open = cur_wm_latency_open,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event-info.c | 51 fd = open(file, O_RDONLY); in record_file() 430 fd = open(evt_path, O_RDONLY); in tracepoint_id_to_path() 622 temp_fd = open(tdata->temp_file, O_RDWR); in tracing_data_get()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_fs.c | 202 .open = ima_measurements_open, 268 .open = ima_ascii_measurements_open, 290 pr_err("Unable to open file: %s (%d)", path, rc); in ima_read_policy() 446 .open = ima_open_policy,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hwdep.c | 101 if (!hw->ops.open) { in snd_hwdep_open() 105 err = hw->ops.open(hw, file); in snd_hwdep_open() 333 .open = snd_hwdep_open,
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | utils.c | 38 fd = open(path, O_RDONLY); in read_file() 76 fd = open(path, O_RDONLY); in read_file_alloc() 132 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in write_file()
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | proc_vfs.c | 378 if (S_ISREG(pde->mode) && (pde->procFileOps != NULL) && (pde->procFileOps->open != NULL)) { in VfsProcfsOpen() 379 (void)pde->procFileOps->open((struct Vnode *)pde, pde->pf); in VfsProcfsOpen() 469 .open = VfsProcfsOpen,
|
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront.c | 238 wavefront_synth->ops.open = snd_wavefront_synth_open; in snd_wavefront_new_synth() 261 fx_processor->ops.open = snd_wavefront_fx_open; in snd_wavefront_new_fx() 327 spin_lock_init(&acard->wavefront.midi.open); in snd_wavefront_card_new()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_irqsoff.c | 649 .open = irqsoff_trace_open, 695 .open = irqsoff_trace_open, 730 .open = irqsoff_trace_open,
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 157 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool, in kvp_update_file() 188 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool, in kvp_update_mem_state() 250 fd = open(fname, O_RDWR | O_CREAT | O_CLOEXEC, 0644 /* rw-r--r-- */); in kvp_file_init() 1332 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info() 1343 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info() 1597 kvp_fd = open("/dev/vmbus/hv_kvp", O_RDWR | O_CLOEXEC); in main() 1600 syslog(LOG_ERR, "open /dev/vmbus/hv_kvp failed; error: %d %s", in main()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_key.c | 31 .open = simple_open, \ 39 .open = simple_open, \ 54 .open = simple_open, \
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 393 with open(sfile, "r", encoding='utf-8', errors='replace') as stream: 441 with open(kfile, "r", encoding='utf-8', errors='replace') as stream: 476 devnull = os.open(os.devnull, os.O_WRONLY)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 181 with os.fdopen(os.open(file_path, flags, modes), mode) as fout: 193 with os.fdopen(os.open(file_path, flags, modes), mode) as fout: 319 fd = os.open(file_name, flags, 0o644)
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | spawnndk.cpp | 64 int fileDescribe = open(filepath, O_CREAT, PARAM_0777);
in PosixSpawn() 87 int fileDescribe = open(filepath, O_CREAT, PARAM_0777);
in PosixSpawnP() 114 int fileDescribe = open("/data/storage/el2/base/files/fzl.txt", O_CREAT, PARAM_0777);
in PosixSpawnFileActionsAddOpen()
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 94 fp.open(inFilename, std::fstream::in | std::fstream::binary); in read() 128 fp.open(inFilename, std::fstream::in); in read() 155 fp.open(outFile, std::fstream::out | std::fstream::binary); in write()
|
/third_party/EGL/api/ |
H A D | genheaders.py | 602 reg.dumpReg(filehandle = open('regdump.txt','w')) 606 errWarn = open(errFilename,'w') 609 diag = open(diagFilename, 'w')
|
/third_party/curl/lib/ |
H A D | file.c | 79 # define open_readonly(p,f) open((p),(f),(0)) 81 # define open_readonly(p,f) open((p),(f)) 244 failf(data, "Couldn't open file %s", data->state.up.path); in file_connect() 320 fd = open(file->path, mode, data->set.new_file_perms); in file_upload() 322 failf(data, "Can't open %s for writing", file->path); in file_upload()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 260 with open(data_filename, 'rb') as file: 264 with open(code_filename, 'rb') as file: 289 with open(data_filename, 'rb') as file:
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 89 // TODO: Replace with "open(root, out)" once happy with differences (it adds a blank line). in writeTo() 131 open(path.getSegment(depth - 1), out); in openNextPath() 135 private void open(String label, PrintWriter out) { in open() method in IcuTextWriter 243 open("", out); in appendValues()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 74 REAL_FUNCTION_POINTER(open); variable 215 GET_FUNCTION_POINTER(open); in init_shim() 275 /* Intercepts open(render_node_path) to redirect it to the simulator. */ 276 PUBLIC int open(const char *path, int flags, ...) in open() function 294 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | progress.py | 199 with open(self.options.ci_test_completion, "a") as f: 371 self.outfile = open(junitout, "wb") 493 with open(self.options.json_test_results, "w") as f:
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 176 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, in count_fuse_fs() 487 *currdir_fd = open(".", O_RDONLY); in check_perm() 489 fprintf(stderr, "%s: failed to open current directory: %s\n", in check_perm() 521 *mountpoint_fd = open(mnt, O_WRONLY); in check_perm() 523 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mnt, in check_perm() 558 fd = open(dev, O_RDWR); in try_open() 572 fprintf(stderr, "%s: failed to open %s: %s\n", progname, dev, in try_open()
|
/third_party/libfuse/example/ |
H A D | passthrough_fh.c | 364 fd = open(path, fi->flags, mode); in xmp_create() 376 fd = open(path, fi->flags); in xmp_open() 462 /* This is called from every close on an open file, so call the in xmp_flush() 464 called multiple times for an open file, this must not really in xmp_flush() 629 .open = xmp_open,
|
/third_party/libfuse/lib/ |
H A D | mount.c | 342 int fd = open("/dev/null", O_RDONLY); in setup_auto_unmount() 403 int fd = open("/dev/null", O_RDONLY); in fuse_mount_fusermount() 471 fd = open(devname, O_RDWR | O_CLOEXEC); in fuse_mount_sys() 476 fuse_log(FUSE_LOG_ERR, "fuse: failed to open %s: %s\n", in fuse_mount_sys()
|
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 197 with open(self._path) as f: 464 with open(f.LocalPath()) as j: 516 with open(f.LocalPath()) as fh:
|