Home
last modified time | relevance | path

Searched refs:open (Results 3476 - 3500 of 9314) sorted by relevance

1...<<131132133134135136137138139140>>...373

/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_ftrace.c35 pr_err("Failed to open func latency skeleton\n"); in perf_ftrace__latency_prepare_bpf()
103 return open("/dev/null", O_RDONLY); in perf_ftrace__latency_prepare_bpf()
H A Dsrccode.c113 fd = open(fn, O_RDONLY); in find_srcfile()
115 pr_debug("cannot open source file %s\n", fn); in find_srcfile()
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_dump.c89 fd = open(objname, O_RDONLY); in orc_dump()
91 perror("open"); in orc_dump()
/kernel/linux/linux-6.6/samples/bpf/
H A Dcpustat_user.c157 fd = open(CPUFREQ_MAX_SYSFS_PATH, O_WRONLY); in cpu_stat_inject_cpu_frequency_event()
159 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event()
165 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event()
171 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h107 u32 open; member
/kernel/linux/linux-6.6/samples/auxdisplay/
H A Dcfag12864b-example.c48 * Unable to open: return = -1
53 cfag12864b_fd = open(path, O_RDWR); in cfag12864b_init()
/kernel/linux/linux-6.6/net/qrtr/
H A Dtun.c143 .open = qrtr_tun_open,
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-utils.c72 fd = open(chrdev_name, 0); in gpiotools_request_line()
75 fprintf(stderr, "Failed to open %s, %s\n", in gpiotools_request_line()
H A Dgpio-event-mon.c44 cfd = open(chrdev_name, 0); in monitor_device()
47 fprintf(stderr, "Failed to open %s\n", chrdev_name); in monitor_device()
148 " -d Set line as open drain\n" in print_usage()
149 " -s Set line as open source\n" in print_usage()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c55 fd = open("/dev/null", O_RDWR); in sleeping_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c167 fd = open(path, O_CREAT | O_RDWR, 0777); in main()
169 err(1, "Failed to open file."); in main()
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/
H A Dec_access.c220 fd = open(SYSFS_PATH, file_mode); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c197 fd = open(file_name, O_RDWR); in test_file()
199 perror("failed to open file"); in test_file()
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
H A Dsync.c168 return open("/sys/kernel/debug/sync/sw_sync", O_RDWR); in sw_sync_timeline_create()
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py128 with open('vgnd-{}.log'.format(self.args.testid)) as vfd:
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_attach.c63 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in record_connection()
89 err("open vhci_driver (is vhci_hcd loaded?)"); in import_device()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dsecurityfs_if.c125 * tomoyo_open - open() for /sys/kernel/security/tomoyo/ interface.
202 * Some files under /sys/kernel/security/tomoyo/ directory accept open(O_RDWR).
206 .open = tomoyo_open,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c19 fd = open(file, 0); in read_iter()
H A Dtp_attach_query.c26 efd = open(buf, O_RDONLY, 0); in serial_test_tp_attach_query()
27 if (CHECK(efd < 0, "open", "err %d errno %d\n", efd, errno)) in serial_test_tp_attach_query()
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c141 power_state_fd = open("/sys/power/state", O_RDWR); in suspend()
144 "open(\"/sys/power/state\") failed %s)\n", in suspend()
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c168 cfd = open(chip, 0); in main()
170 fprintf(stderr, "Failed to open %s: %s\n", chip, strerror(errno)); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtun.c47 fd = open("/dev/net/tun", O_RDWR); in tun_alloc()
49 fprintf(stderr, "can't open tun: %s\n", strerror(errno)); in tun_alloc()
79 fprintf(stderr, "can't open rtnl: %s\n", strerror(errno)); in tun_delete()
/kernel/linux/linux-6.6/tools/verification/dot2/
H A Dautomata.py46 dot_file = open(self.__dot_path)
48 raise Exception("Cannot open the file: %s" % self.__dot_path)
/kernel/linux/linux-6.6/tools/wmi/
H A Ddell-smbios-example.c47 fd = open(ioctl_devfs, O_NONBLOCK); in run_wmi_smbios_cmd()
68 printf("failed to open %s\n", value_sysfs); in find_token()
82 printf("failed to open %s\n", location_sysfs); in find_token()
/kernel/linux/linux-6.6/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,

Completed in 13 milliseconds

1...<<131132133134135136137138139140>>...373