Home
last modified time | relevance | path

Searched refs:open (Results 4226 - 4250 of 9329) sorted by relevance

1...<<161162163164165166167168169170>>...374

/kernel/linux/linux-6.6/sound/soc/sof/
H A Ddebug.c126 .open = simple_open,
294 /* allocate buffer memory only in first open run, to save memory when unused */ in memory_info_open()
306 .open = memory_info_open,
H A Dsof-client-probes.c302 .open = simple_open,
350 .open = simple_open,
/kernel/linux/linux-6.6/sound/usb/bcd2000/
H A Dbcd2000.c247 .open = bcd2000_midi_output_open,
253 .open = bcd2000_midi_input_open,
/kernel/linux/linux-6.6/tools/accounting/
H A Dgetdelays.c393 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
396 perror("Cannot open output file\n"); in main()
450 cfd = open(containerpath, O_RDONLY); in main()
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c187 .open = minstrel_ht_stats_open,
323 .open = minstrel_ht_stats_csv_open,
/kernel/linux/linux-6.6/samples/qmi/
H A Dqmi_sample_client.c332 .open = simple_open,
428 .open = simple_open,
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c344 enclave_image_fd = open(enclave_image_path, O_RDONLY); in ne_load_enclave_image()
346 printf("Error in open enclave image file [%m]\n"); in ne_load_enclave_image()
789 ne_dev_fd = open(NE_DEV_NAME, O_RDWR | O_CLOEXEC); in main()
791 printf("Error in open NE device [%m]\n"); in main()
/kernel/liteos_a/testsuites/unittest/process/plimits/
H A Dprocess_plimits_test.cpp574 int fd = open(filepath, O_WRONLY); in WriteFile()
649 infile.open("/proc/process"); in GetProcessInfo()
/third_party/elfutils/src/
H A Dfindtextrel.c192 int fd = open (real_fname, O_RDONLY); in open_rootdir_file()
194 error (0, errno, _("cannot open '%s'"), fname); in open_rootdir_file()
365 fd2 = open (difname, O_RDONLY); in process_file()
/third_party/alsa-utils/alsactl/
H A Ddaemon.c279 fd = open(pidfile, O_RDONLY); in read_pid_file()
298 fd = open(pidfile, O_WRONLY|O_CREAT|O_EXCL, 0600); in write_pid_file()
/third_party/alsa-lib/src/pcm/
H A Dpcm_null.c387 fd = open("/dev/null", O_WRONLY); in snd_pcm_null_open()
389 SYSERR("Cannot open /dev/null"); in snd_pcm_null_open()
393 fd = open("/dev/full", O_RDONLY); in snd_pcm_null_open()
395 SYSERR("Cannot open /dev/full"); in snd_pcm_null_open()
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c201 fd = open(path, O_RDWR | O_CREAT | O_TRUNC, 0644); in capture_pre_process()
255 fd = open(path, O_RDONLY); in playback_pre_process()
/third_party/alsa-utils/topology/
H A Dtopology.c96 fd = open(source_file, O_RDONLY); in load()
98 fprintf(stderr, _("Unable to open input file '%s': %s\n"), in load()
177 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in save()
179 fprintf(stderr, _("Unable to open output file '%s': %s\n"), in save()
/third_party/backends/sanei/
H A Dsanei_ab306.c284 port[i].port_fd = open (PORT_DEV, O_RDWR); in sanei_ab306_open()
346 dev_io_fd = open ("/dev/io", O_RDONLY); in sanei_ab306_get_io_privilege()
/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp318 in.open(path); in read_file_to_string()
330 out.open(path); in write_string_to_file()
332 throw std::runtime_error("Could not open output file: " + path); in write_string_to_file()
/third_party/curl/lib/
H A Dcurl_setup.h398 # define open curlx_win32_open macro
421 # define open curlx_win32_open macro
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb74 File.open(output_file, 'w') do |output|
86 File.open(@options[:header_file], 'w') do |output|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DStatisticsTool.java156 System.out.println("? Could not open " + outputFileName + " for writing."); in dumpNGrams()
203 System.out.println("? Could not open " + outputFileName + " for writing."); in writeStatistics()
272 if (!file.open()) { in collectStatistics()
396 file.open(); in main()
/third_party/mbedtls/scripts/
H A Dconfig.py400 with open(filename, 'r', encoding='utf-8') as file:
481 with open(filename, 'w', encoding='utf-8') as output:
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py324 with open(filename, 'w', encoding='utf-8') as out:
339 with open(filename, 'w', encoding='utf-8') as out:
/third_party/mesa3d/bin/pick/
H A Dcore.py377 with pick_status_json.open('r') as f:
384 with pick_status_json.open('wt') as f:
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py149 with open(args.first_stage_init, 'r') as init_sh:
153 with open(args.jwt_file) as jwt_file:
/third_party/jinja2/
H A Dloaders.py63 with open(path) as f:
206 with open(filename, encoding=self.encoding) as f:
346 with open(p, "rb") as f:
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c83 fd = open(path, LWS_O_WRONLY | O_CREAT | O_TRUNC, 0600); in sess_save_cb()
85 lwsl_warn("%s: cannot open %s\n", __func__, path); in sess_save_cb()
105 fd = open(path, LWS_O_RDONLY); in sess_load_cb()
495 * open the connections at 100ms intervals, with the in stagger_cb()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c213 fop_fd = fops_plat.open(fops, vfs_path, vpath, flags); in test_server_fops_open()
220 lwsl_info("%s: open %s failed\n", __func__, vfs_path); in test_server_fops_open()
673 lws_get_fops(context)->open = test_server_fops_open; in main()

Completed in 22 milliseconds

1...<<161162163164165166167168169170>>...374