Searched refs:open (Results 701 - 725 of 2545) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c94 int fd = open("/proc/sys/vm/memfd_noexec", O_WRONLY | O_CLOEXEC);
97 printf("open sysctl failed: %m\n");
109 int fd = open("/proc/sys/vm/memfd_noexec", O_WRONLY | O_CLOEXEC);
112 printf("open sysctl failed: %m\n");
126 int fd = open("/proc/sys/vm/memfd_noexec", O_RDONLY | O_CLOEXEC);
129 printf("open sysctl failed: %m\n");
157 fd = open(path, O_RDWR);
159 printf("re-open of existing fd %d failed\n", fd_in);
308 r = open(buf, flags, mode);
310 printf("open(
[all...]
/linux-master/kernel/sched/
H A Ddebug.c162 .open = sched_feat_open,
210 .open = sched_scaling_open,
272 .open = sched_dynamic_open,
318 .open = simple_open,
330 .open = sched_debug_open,
405 .open = sd_flags_open,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c231 .open = cim_la_open,
274 .open = cim_pif_la_open,
320 .open = cim_ma_la_open,
413 .open = cim_ibq_open,
442 .open = cim_obq_open,
688 .open = tp_la_open,
724 .open = ulprx_la_open,
814 .open = pm_stats_open,
1138 .open = devlog_open,
1236 .open
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c166 err(-1, "cannot open /proc/cpuinfo\n");
195 err(1, "%s: open failed", path);
463 fd = open(buffer, O_RDONLY);
495 fd = open(buffer, O_WRONLY);
503 err(-1, "%s open failed", buffer);
759 fd = open(pathname, O_RDWR);
761 err(-1, "%s open failed", pathname);
887 fd = open("/sys/fs/cgroup/cgroup.subtree_control", O_RDWR, 0);
927 fd = open(cpuset_cpus, O_RDWR, 0);
981 fd = open(cpuset_cpu
[all...]
/linux-master/drivers/input/misc/
H A Dcm109.c116 unsigned open:1; member in struct:cm109_dev
534 if (dev->open) {
578 dev->open = 1;
601 dev->open = 0;
787 input_dev->open = cm109_input_open;
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c226 if (!--list->hiddev->open) {
258 if (!hiddev->open++) {
279 hiddev->open--;
285 * open file op
852 .open = hiddev_open,
937 if (hiddev->open) {
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c387 /* open coded SIOCINQ, the "relevant" part */
391 /* open coded SIOCOUTQ, the "relevant" part */
417 /* make sure at *open* time that the respective object won't go away. */
459 .open = in_flight_summary_open,
567 .open = callback_history_open,
614 .open = connection_oldest_requests_open,
759 .open = device_ ## name ## _open, \
860 .open = drbd_version_open,
/linux-master/drivers/net/
H A Drionet.c62 bool open; member in struct:rionet_private
318 printk(KERN_INFO "%s: open\n", DRV_NAME);
360 rnet->open = true;
379 rnet->open = false;
501 rnet->open = false;
629 if (rnet->open)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c831 .open = simple_open,
874 .open = simple_open,
916 .open = simple_open,
959 .open = simple_open,
1002 .open = simple_open,
/linux-master/drivers/bluetooth/
H A Dhci_h5.c111 void (*open)(struct h5 *h5); member in struct:h5_vnd
241 if (h5->vnd && h5->vnd->open)
242 h5->vnd->open(h5);
810 .open = h5_open,
1070 .open = h5_btrtl_open,
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c950 .open = scmi_dbg_raw_mode_open,
958 .open = scmi_dbg_raw_mode_open,
975 .open = scmi_dbg_raw_mode_open,
1000 .open = scmi_dbg_raw_mode_open,
1024 .open = scmi_dbg_raw_mode_open,
/linux-master/kernel/trace/
H A Dtrace.c3986 if (iter->trace->open)
3987 iter->trace->open(iter);
4681 if (iter->trace->open)
4682 iter->trace->open(iter);
4886 /* If this file was open for write, then erase contents */
5044 .open = tracing_open,
5054 .open = show_traces_open,
5158 .open = tracing_open_generic_tr,
5395 .open = tracing_trace_options_open,
5703 .open
[all...]
H A Dtrace_sched_wakeup.c756 .open = wakeup_trace_open,
776 .open = wakeup_trace_open,
796 .open = wakeup_trace_open,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1925 * This routine is the entry point for the debugfs open file operation. It gets
1975 * This routine is the entry point for the debugfs open file operation. It gets
2025 * This routine is the entry point for the debugfs open file operation. It gets
2067 * This routine is the entry point for the debugfs open file operation. It gets
2112 * This routine is the entry point for the debugfs open file operation. It gets
2236 * This routine is the entry point for the debugfs open file operation. It gets
2296 * This routine is the entry point for the debugfs open file operation. It gets
2338 * This routine is the entry point for the debugfs open file operation. It gets
2478 * This routine is the entry point for the debugfs open file operation. It gets
3177 * lpfc_idiag_open - idiag open debugf
[all...]
/linux-master/scripts/dtc/
H A Ddt_to_config264 2 unable to open or read kernel config file
265 3 unable to open or process input device tree file(s)
550 if (!open(MAKEFILE_FILE, "<", "$makefile")) {
873 if (!open(DT_FILE, "-|", "$dtx_diff $file")) {
950 if (!open(CONFIG_FILE, "<", "$config_file")) {
951 print STDERR "open $config_file failed\n";
/linux-master/drivers/usb/serial/
H A Dvisor.c171 .open = visor_open,
191 .open = visor_open,
210 .open = visor_open,
/linux-master/sound/isa/wavefront/
H A Dwavefront.c238 wavefront_synth->ops.open = snd_wavefront_synth_open;
261 fx_processor->ops.open = snd_wavefront_fx_open;
327 spin_lock_init(&acard->wavefront.midi.open);
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py202 # if not db.open():
203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text())
325 db.open()
336 db.open()
740 file = open(path_name, "wb+")
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c81 new_net = open("/proc/self/ns/net", O_RDONLY);
83 perror("open(/proc/self/ns/net)");
635 saved_net = open("/proc/self/ns/net", O_RDONLY);
637 perror("open(/proc/self/ns/net");
641 init_net = open("/proc/1/ns/net", O_RDONLY);
643 perror("open(/proc/1/ns/net)");
/linux-master/net/mac80211/
H A Ddebugfs_key.c31 .open = simple_open, \
39 .open = simple_open, \
54 .open = simple_open, \
/linux-master/fs/
H A Dchar_dev.c413 if (filp->f_op->open) {
414 ret = filp->f_op->open(inode, filp);
449 * is contain the open that then fills in the correct operations
453 .open = chrdev_open,
541 * NOTE: Callers must assume that userspace was able to open the cdev and
575 * or runnable, however any cdevs already open will remain and their fops
598 * opened, however any cdevs already open will remain and their fops will
/linux-master/tools/perf/util/
H A Dtrace-event-info.c51 fd = open(file, O_RDONLY);
431 fd = open(evt_path, O_RDONLY);
623 temp_fd = open(tdata->temp_file, O_RDWR);
/linux-master/Documentation/sphinx/
H A Dkfigure.py88 with open(fname, "r") as src:
354 with open(out_fname, "w") as out:
538 with open(tmp_fname, "w") as out:
/linux-master/drivers/media/platform/amphion/
H A Dvpu_dbg.c400 .open = vpu_dbg_inst_open,
408 .open = vpu_dbg_core_open,
416 .open = vpu_dbg_fwlog_open,
/linux-master/sound/core/seq/
H A Dseq_ports.c106 grp->open = NULL;
432 if (grp->open && grp->count == 1) {
433 err = grp->open(port->private_data, info);

Completed in 503 milliseconds

<<21222324252627282930>>