/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | debug.c | 126 .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 D | sof-client-probes.c | 302 .open = simple_open, 350 .open = simple_open,
|
/kernel/linux/linux-6.6/sound/usb/bcd2000/ |
H A D | bcd2000.c | 247 .open = bcd2000_midi_output_open, 253 .open = bcd2000_midi_input_open,
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | getdelays.c | 393 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 D | rc80211_minstrel_ht_debugfs.c | 187 .open = minstrel_ht_stats_open, 323 .open = minstrel_ht_stats_csv_open,
|
/kernel/linux/linux-6.6/samples/qmi/ |
H A D | qmi_sample_client.c | 332 .open = simple_open, 428 .open = simple_open,
|
/kernel/linux/linux-6.6/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 344 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 D | process_plimits_test.cpp | 574 int fd = open(filepath, O_WRONLY); in WriteFile() 649 infile.open("/proc/process"); in GetProcessInfo()
|
/third_party/elfutils/src/ |
H A D | findtextrel.c | 192 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 D | daemon.c | 279 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 D | pcm_null.c | 387 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 D | subcmd-transfer.c | 201 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 D | topology.c | 96 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 D | sanei_ab306.c | 284 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 D | session_config_test.cpp | 318 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 D | curl_setup.h | 398 # define open curlx_win32_open macro 421 # define open curlx_win32_open macro
|
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_test_runner.rb | 74 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 D | StatisticsTool.java | 156 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 D | config.py | 400 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 D | c_wrapper_generator.py | 324 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 D | core.py | 377 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 D | lava_job_submitter.py | 149 with open(args.first_stage_init, 'r') as init_sh: 153 with open(args.jwt_file) as jwt_file:
|
/third_party/jinja2/ |
H A D | loaders.py | 63 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 D | minimal-http-client-multi.c | 83 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 D | test-server.c | 213 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()
|