/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 1152 trace_fd = open(debug_tracefile, O_RDONLY); in print_tracefile() 1155 warn("open() failed on %s", debug_tracefile); in print_tracefile() 1641 ufd = open(DEV_URANDOM, O_RDONLY); in start_printthread()
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
H A D | los_load_elf.c | 66 ret = open(fileName, oflags);
in OsELFOpen() 221 PRINT_ERR("%s[%d], Failed to open ELF file: %s!\n", __FUNCTION__, __LINE__, fileName);
in OsReadEhdr() 796 loadInfo->randomDevFD = open("/dev/urandom", O_RDONLY);
in OsSetArgParams()
|
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688_lib.c | 677 .open = snd_es1688_playback_open, 685 .open = snd_es1688_capture_open,
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_pcm.c | 810 .open = snd_gf1_pcm_playback_open, 822 .open = snd_gf1_pcm_capture_open,
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | atiixp_modem.c | 194 /* called from open callback */ 243 struct mutex open_mutex; /* playback open mutex */ 932 .open = snd_atiixp_playback_open, 943 .open = snd_atiixp_capture_open,
|
H A D | fm801.c | 701 .open = snd_fm801_playback_open, 709 .open = snd_fm801_capture_open,
|
H A D | sis7019.c | 146 * We'll add a constraint upon open that limits the period and buffer sample 846 .open = sis_playback_open, 854 .open = sis_capture_open,
|
/kernel/linux/linux-6.6/sound/pci/nm256/ |
H A D | nm256.c | 805 * open 877 .open = snd_nm256_playback_open, 891 .open = snd_nm256_capture_open,
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.c | 489 /* the further opened streams will be limited to its frequency (see open) */ in snd_mixart_prepare() 909 .open = snd_mixart_playback_open, 919 .open = snd_mixart_capture_open,
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | pmac.c | 654 .open = snd_pmac_playback_open, 662 .open = snd_pmac_capture_open,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_functions_graph.c | 1355 .open = graph_trace_open, 1402 .open = tracing_open_generic,
|
H A D | trace_uprobe.c | 806 .open = probes_open, 848 .open = profile_open,
|
/kernel/linux/linux-6.6/mm/ |
H A D | nommu.c | 1353 if (new->vm_ops && new->vm_ops->open) in split_vma() 1354 new->vm_ops->open(new); in split_vma()
|
/kernel/linux/linux-6.6/sound/usb/misc/ |
H A D | ua101.c | 870 .open = capture_pcm_open, 879 .open = playback_pcm_open,
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | gen.c | 960 fd = open(file, O_RDONLY); in do_skeleton() 962 p_err("failed to open() %s: %s", file, strerror(errno)); in do_skeleton() 983 p_err("failed to open BPF object file: %s", err_buf); in do_skeleton() 1087 static inline struct %1$s *open(const struct bpf_object_open_opts *opts = nullptr);\n\ in do_skeleton() 1240 struct %1$s *%1$s::open(const struct bpf_object_open_opts *opts) { return %1$s__open_opts(opts); }\n\ in do_skeleton() 1339 fd = open(file, O_RDONLY); in do_subskeleton() 1341 p_err("failed to open() %s: %s", file, strerror(errno)); in do_subskeleton() 1362 p_err("failed to open BPF object file: %s", err_buf); in do_subskeleton() 1457 static inline struct %1$s *open(const struct bpf_object *src);\n\ in do_subskeleton() 1558 struct %1$s *%1$s::open(cons in do_subskeleton() [all...] |
/kernel/linux/linux-6.6/sound/sparc/ |
H A D | amd7930.c | 725 .open = snd_amd7930_playback_open, 733 .open = snd_amd7930_capture_open,
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 1166 .open = q6asm_dai_compr_open, 1209 .open = q6asm_dai_open,
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | rpc_pipe.c | 131 * read on an open file for this inode. It is up to the caller to 393 .open = rpc_pipe_open, 451 .open = rpc_info_open, 1294 * Create a dummy set of directories and a pipe that gssd can hold open to
|
/kernel/liteos_a/apps/tftp/src/ |
H A D | tftpc.c | 820 fp = open((char *)pszTempDestName, (O_WRONLY | O_CREAT | O_TRUNC), DEFFILEMODE); in lwip_tftp_get_file_by_filename() 1077 fp = open((char *)szSrcFileName, O_RDONLY); in lwip_tftp_put_file_by_filename() 1082 "File open error.", in lwip_tftp_put_file_by_filename()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 110 int fd = open(pathname, flags, mode); in xopen() 113 die_errno("Failed to open %s", pathname); in xopen() 197 fd = open(argv[1], O_RDWR); in do_set_verity() 1256 " 1. open(source)\n" \
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 454 with open(self.outfile, 'wb') as f: 600 with open(infile, 'rb') as f:
|
/third_party/backends/backend/ |
H A D | dll.c | 212 extern SANE_Status BE_ENTRY(name,open) (SANE_String_Const, SANE_Handle *); \ 234 BE_ENTRY(name,open), \ 283 "init", "exit", "get_devices", "open", "close", "get_option_descriptor", 382 DBG(2, "open dir %s error\n", backends_dir); in find_libname_by_drivername() 552 DBG (4, "load: couldn't open `%s' (%s)\n", libname, strerror (errno)); in load() 563 DBG (4, "load: couldn't open `%s' (%s)\n", libname, strerror (errno)); in load() 818 DBG (1, "sane_init/read_config: Couldn't open config file (%s): %s\n", in read_config() 878 DBG(4, "sane_init/read_dlld: attempting to open directory `%s'\n", dlldir); in read_dlld() 1226 DBG (3, "sane_open: trying to open `%s'\n", full_name); in sane_open() 1294 backend device name will cause us to open th in sane_open() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_bld.cpp | 214 less overhead than an algorithmic open. We don't cache non-algorithmic converters 241 /* in use by open converters. */ 752 /* In case "name" is NULL we want to open the default converter. */ in ucnv_loadSharedData() 837 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open converter %s", converterName); in ucnv_createConverter() 867 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "test if can open converter %s", converterName); in ucnv_canCreateConverter() 892 UTRACE_DATA1(UTRACE_OPEN_CLOSE, "open algorithmic converter type %d", (int32_t)type); in ucnv_createAlgorithmicConverter() 934 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "open converter %s from package %s", converterName, packageName); in ucnv_createConverterFromPackage() 949 /* open the data, unflatten the shared structure */ in ucnv_createConverterFromPackage() 1016 if(mySharedConverterData->impl->open != NULL) { in ucnv_createConverterFromSharedData() 1017 mySharedConverterData->impl->open(myUConverte in ucnv_createConverterFromSharedData() [all...] |
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 1336 is.open(TEST_DATA_DIRECTORY "/regression/working_file.json"); 1349 is.open(TEST_DATA_DIRECTORY "/json_nlohmann_tests/all_unicode.json.cbor",
|
/third_party/jinja2/ |
H A D | environment.py | 857 with open(os.path.join(target, filename), "wb") as f: 1609 fp = open(fp, "wb")
|