Searched refs:open (Results 501 - 525 of 2526) sorted by relevance

<<21222324252627282930>>

/linux-master/scripts/
H A Dcheckkconfigsymbols.py393 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)
H A Dcleanpatch105 if (!open(FILE, '+<', $f)) {
106 print STDERR "$name: Cannot open file: $f: $!\n";
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c38 fd = open(path, O_RDONLY);
76 fd = open(path, O_RDONLY);
132 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/linux-master/kernel/trace/
H A Dtrace_irqsoff.c649 .open = irqsoff_trace_open,
695 .open = irqsoff_trace_open,
730 .open = irqsoff_trace_open,
H A Dtrace_sched_switch.c512 .open = tracing_saved_tgids_open,
591 .open = tracing_saved_cmdlines_open,
662 .open = tracing_open_generic,
/linux-master/arch/xtensa/platforms/iss/
H A Dnetwork.c58 int (*open)(struct iss_net_private *lp); member in struct:iss_net_ops
166 pr_err("%s: failed to open /dev/net/tun, returned %d (errno = %d)\n",
215 .open = tuntap_open,
353 err = lp->tp.net_ops->open(lp);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dspectral.c359 .open = simple_open,
406 .open = simple_open,
461 .open = simple_open,
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_linux.c20 /** The device name for the device node open to everyone. */
181 .open = vbg_misc_device_open,
190 .open = vbg_misc_device_user_open,
212 * Called if all open handles to the input device are closed.
239 input->open = vbg_input_open;
/linux-master/arch/um/drivers/
H A Dchan_kern.c73 .open = not_configged_open,
91 if (chan->ops->open == NULL)
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary,
234 /* Close in reverse order as open in case more than one of them
/linux-master/sound/core/
H A Dhwdep.c101 if (!hw->ops.open) {
105 err = hw->ops.open(hw, file);
332 .open = snd_hwdep_open,
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c168 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool,
199 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool,
261 fd = open(fname, O_RDWR | O_CREAT | O_CLOEXEC, 0644 /* rw-r--r-- */);
1421 syslog(LOG_ERR, "Failed to open config file; error: %d %s",
1432 syslog(LOG_ERR, "Failed to open config file; error: %d %s",
1728 kvp_fd = open("/dev/vmbus/hv_kvp", O_RDWR | O_CLOEXEC);
1731 syslog(LOG_ERR, "open /dev/vmbus/hv_kvp failed; error: %d %s",
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c679 .open = simple_open,
731 .open = simple_open,
769 .open = simple_open,
867 .open = simple_open,
943 .open = simple_open,
947 .open = simple_open,
958 .open = wil_pmcring_seq_open,
998 .open = simple_open,
1035 .open = simple_open,
1545 .open
[all...]
/linux-master/drivers/char/
H A Dadi.c209 .open = adi_open,
/linux-master/arch/m68k/bvme6000/
H A Drtc.c133 * We enforce only one user at a time here with the open/close.
156 .open = rtc_open,
/linux-master/arch/m68k/mvme16x/
H A Drtc.c121 * We enforce only one user at a time here with the open/close.
145 .open = rtc_open,
/linux-master/lib/xz/
H A Dxz_dec_test.c180 .open = &xz_dec_test_open,
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h107 u32 open; member in struct:gssx_ctx
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c197 fd = open(file_name, O_RDWR);
199 perror("failed to open file");
/linux-master/tools/testing/selftests/proc/
H A Dfd-003-kthread.c48 dir_fd = open(buf, O_RDONLY|O_DIRECTORY);
/linux-master/drivers/atm/
H A Dadummy.c136 .open = adummy_open,
/linux-master/drivers/input/mouse/
H A Dmaplemouse.c96 input_dev->open = dc_mouse_open;
/linux-master/sound/isa/msnd/
H A Dmsnd_midi.c39 * input/output open/close - protected by open_mutex in rawmidi.c
131 .open = snd_msndmidi_input_open,
/linux-master/drivers/input/touchscreen/
H A Dmk712.c27 * Fixed multi open race, fixed memory checks, fixed resource
181 mk712_dev->open = mk712_open;
/linux-master/tools/wmi/
H A Ddell-smbios-example.c47 fd = open(ioctl_devfs, O_NONBLOCK);
68 printf("failed to open %s\n", value_sysfs);
82 printf("failed to open %s\n", location_sysfs);
/linux-master/tools/power/acpi/tools/ec/
H A Dec_access.c220 fd = open(SYSFS_PATH, file_mode);

Completed in 236 milliseconds

<<21222324252627282930>>