Searched refs:open (Results 151 - 175 of 2525) sorted by relevance

1234567891011>>

/linux-master/tools/power/cpupower/debug/i386/
H A Dcentrino-decode.c42 fd = open(file, O_RDONLY);
H A Dpowernow-k8-decode.c39 fd = open(file, O_RDONLY);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c23 fd = open(path, O_RDONLY);
70 fd = open(path, O_RDONLY);
134 fd = open(path, O_RDONLY);
169 fd = open(path, O_WRONLY);
/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dauthenticate.c45 fd = open(capdev, O_RDWR);
47 printf("Failed to open: %s\n", capdev);
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-002.c60 fd = open("/dev/zero", O_RDONLY);
/linux-master/tools/lib/symbol/
H A Dkallsyms.c39 io.fd = open(filename, O_RDONLY, 0);
/linux-master/tools/testing/selftests/timens/
H A Dtimens.h74 fd = open("/proc/self/timens_offsets", O_WRONLY);
/linux-master/drivers/char/tpm/
H A Dtpmrm-dev.c50 .open = tpmrm_open,
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h88 struct vc_audio_open open; member in union:vc_audio_msg::__anon1008
/linux-master/include/media/
H A Dmedia-devnode.h43 * @open: pointer to the function that implements open() syscall
45 * by the @open function.
54 int (*open) (struct file *); member in struct:media_file_operations
122 * This clears the passed device register bit. Future open calls will be met
124 * races with unregister and device file open calls.
135 * This unregisters the passed device. Future open calls will be met with
/linux-master/net/caif/
H A Dcfsrvl.c37 service->open = true;
42 service->open = false;
166 service->open = false;
179 if (!service->open) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.c41 .open = simple_open,
77 .open = simple_open,
175 .open = simple_open,
251 .open = simple_open,
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.c48 cg_fd = open(argv[1], O_DIRECTORY | O_RDONLY);
50 printf("Failed to open cgroup path: '%s'\n", strerror(errno));
H A Dtest_cgrp2_array_pin.c59 cg2_fd = open(cg2, O_RDONLY);
61 fprintf(stderr, "open(%s,...): %s(%d)\n",
/linux-master/arch/powerpc/boot/
H A Dns16550.c77 scdp->open = ns16550_open;
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py35 with open(csv_fname, 'w') as F_csv:
H A Dcsv_collection.py27 with open(fname) as F:
/linux-master/scripts/
H A Ddocumentation-file-ref-check50 open IN, "git grep ':doc:\`' Documentation/|"
83 open IN, "git grep 'Documentation/'|"
/linux-master/tools/counter/
H A Dcounter_example.c49 fd = open("/dev/counter0", O_RDWR);
51 perror("Unable to open /dev/counter0");
/linux-master/arch/um/include/shared/
H A Dnet_kern.h34 int (*open)(void *); member in struct:uml_net_private
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsubprogs.c35 ctx.fd = open("/proc/sys/net/core/bpf_jit_harden", O_RDWR);
36 if (!ASSERT_GE(ctx.fd, 0, "open bpf_jit_harden"))
50 if (!ASSERT_OK_PTR(skel, "skel open"))
H A Dtest_bprm_opts.c38 null_fd = open("/dev/null", O_WRONLY);
/linux-master/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c44 fd = open(devname, O_RDWR);
/linux-master/tools/perf/python/
H A Dtracepoint.py24 evlist.open()
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h16 .open = __name ## _open, \

Completed in 300 milliseconds

1234567891011>>