Home
last modified time | relevance | path

Searched refs:filename (Results 226 – 250 of 1426) sorted by relevance

12345678910>>...58

/openbmc/linux/tools/perf/arch/x86/util/
H A Dmachine.c74 char filename[PATH_MAX]; in machine__create_extra_kernel_maps() local
78 machine__get_kallsyms_filename(machine, filename, PATH_MAX); in machine__create_extra_kernel_maps()
80 if (symbol__restricted_filename(filename, "/proc/kallsyms")) in machine__create_extra_kernel_maps()
83 ret = kallsyms__parse(filename, &mi, find_extra_kernel_maps); in machine__create_extra_kernel_maps()
/openbmc/linux/kernel/gcov/
H A Dclang.c60 const char *filename; member
107 current_info->filename = orig_filename; in llvm_gcda_start_file()
154 return info->filename; in gcov_info_filename()
212 return within_module((unsigned long)info->filename, mod); in gcov_info_within_module()
325 dup->filename = kstrdup(info->filename, GFP_KERNEL); in gcov_info_dup()
326 if (!dup->filename) in gcov_info_dup()
357 kfree(info->filename); in gcov_info_free()
/openbmc/u-boot/tools/
H A Dzynqmpimage.c342 const char *filename) in zynqmpimage_pmufw() argument
357 fprintf(stderr, "Cannot read PMUFW file: %s\n", filename); in zynqmpimage_pmufw()
366 const char *filename) in zynqmpimage_parse_initparams() argument
375 fp = fopen(filename, "r"); in zynqmpimage_parse_initparams()
377 fprintf(stderr, "Cannot open initparams file: %s\n", filename); in zynqmpimage_parse_initparams()
434 char *filename = params->imagename; in zynqmpimage_vrec_header() local
442 if (strlen(filename) == 0) in zynqmpimage_vrec_header()
445 fpmu = fopen(filename, "r"); in zynqmpimage_vrec_header()
447 fprintf(stderr, "Cannot open PMUFW file: %s\n", filename); in zynqmpimage_vrec_header()
/openbmc/u-boot/arch/arm/dts/
H A Dtegra-u-boot.dtsi13 filename = "u-boot-tegra.bin";
24 filename = "u-boot-dtb-tegra.bin";
34 filename = "u-boot-nodtb-tegra.bin";
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp22 std::string filename = file.path().filename().string(); in findFiles() local
23 if (std::regex_search(filename, search)) in findFiles()
/openbmc/qemu/tests/qemu-iotests/
H A D27364 -blockdev file,node-name=base,filename="$TEST_IMG.base" \
65 -blockdev file,node-name=midf,filename="$TEST_IMG.mid" \
67 -blockdev file,node-name=topf,filename="$TEST_IMG" \
/openbmc/openpower-occ-control/
H A Dsensor_gen.py32 if args.filename:
33 yaml_file = os.path.join(yaml_dir, args.filename)
40 t = Template(filename=template)
/openbmc/linux/scripts/dtc/
H A Dfdtget.c236 static int do_fdtget(struct display_info *disp, const char *filename, in do_fdtget() argument
243 blob = utilfdt_read(filename); in do_fdtget()
293 char *filename = NULL; in main() local
334 filename = argv[optind++]; in main()
335 if (!filename) in main()
349 if (do_fdtget(&disp, filename, argv, argc, args_per_step)) in main()
H A Dutil.h98 char *utilfdt_read(const char *filename, size_t *len);
110 int utilfdt_read_err(const char *filename, char **buffp, size_t *len);
120 int utilfdt_write(const char *filename, const void *blob);
131 int utilfdt_write_err(const char *filename, const void *blob);
/openbmc/linux/samples/bpf/
H A Dlathist_user.c86 char filename[256]; in main() local
89 snprintf(filename, sizeof(filename), "%s_kern.o", argv[0]); in main()
90 obj = bpf_object__open_file(filename, NULL); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D05_gcc.diff14 WvUnixDGSocket::WvUnixDGSocket(WvStringParm filename, bool _server, int perms)
15 : socketfile(filename)
29 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
/openbmc/linux/tools/perf/util/
H A Dunwind-libdw.c84 char filename[PATH_MAX]; in __report_module() local
86 __symbol__join_symfs(filename, sizeof(filename), dso->long_name); in __report_module()
87 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1, in __report_module()
91 char filename[PATH_MAX]; in __report_module() local
93 if (dso__build_id_filename(dso, filename, sizeof(filename), false)) in __report_module()
94 mod = dwfl_report_elf(ui->dwfl, dso->short_name, filename, -1, in __report_module()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py40 def check_spdx_json(filename): argument
41 with open(filename) as f:
48 result = runCmd("{} {} -i {}".format(python, validator, filename))
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c140 filename, err->message); in read_splashfile()
175 "or 24 bit BMP", filename); in read_splashfile()
182 char *filename, *file_data; in fw_cfg_bootsplash() local
207 if (filename == NULL) { in fw_cfg_bootsplash()
215 g_free(filename); in fw_cfg_bootsplash()
229 g_free(filename); in fw_cfg_bootsplash()
885 if (!strcmp(filename, ACPI_BUILD_TABLE_FILE)) { in fw_cfg_acpi_mr_save()
889 } else if (!strcmp(filename, ACPI_BUILD_RSDP_FILE)) { in fw_cfg_acpi_mr_save()
943 order = get_fw_cfg_order(s, filename); in fw_cfg_add_file_callback()
993 fw_cfg_acpi_mr_save(s, filename, len); in fw_cfg_add_file_callback()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_uprobe.c62 char *filename; member
285 len = strlen(tu->filename); in trace_uprobe_match_command_head()
364 kfree(tu->filename); in free_trace_uprobe()
567 if (!filename) in __trace_uprobe_create()
571 arg = strrchr(filename, ':'); in __trace_uprobe_create()
573 kfree(filename); in __trace_uprobe_create()
584 kfree(filename); in __trace_uprobe_create()
681 tu->filename = filename; in __trace_uprobe_create()
714 kfree(filename); in __trace_uprobe_create()
1432 *filename = tu->filename; in bpf_get_uprobe_info()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch20 @@ -352,7 +352,7 @@ void generate_proxy(Xml::Document &doc, const char *filename)
29 @@ -445,7 +445,7 @@ void generate_proxy(Xml::Document &doc, const char *filename)
38 @@ -569,7 +569,7 @@ void generate_proxy(Xml::Document &doc, const char *filename)
47 @@ -605,7 +605,7 @@ void generate_proxy(Xml::Document &doc, const char *filename)
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py48 self.filename = None
566 if filename == "cpu.log":
568 elif filename == "memory.log":
721 paths = filename.split("/")
753 name = os.path.basename(filename)
777 elif not filename.endswith('.log'):
784 if state.filename is None:
785 state.filename = filename
787 with open(filename, "r") as file:
792 if state.filename is None:
[all …]
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp47 StringPtr filename(get_dev_mtd()); in init_flash_dev() local
51 if (!filename) in init_flash_dev()
57 MSG_DBG("Opening %s\n", filename.get()); in init_flash_dev()
59 fd = open(filename.get(), O_RDWR); in init_flash_dev()
62 MSG_ERR("Couldn't open %s with flags O_RDWR: %s\n", filename.get(), in init_flash_dev()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp159 Parser(const fs::path& filename);
180 return filename; in getFilename()
186 void setFile(const fs::path& filename);
190 void writeFile(const fs::path& filename);
194 fs::path filename; member in phosphor::network::config::Parser
/openbmc/qemu/include/chardev/
H A Dchar.h65 char *filename; member
120 Chardev *qemu_chr_new(const char *label, const char *filename,
134 Chardev *qemu_chr_new_mux_mon(const char *label, const char *filename,
165 Chardev *qemu_chr_new_noreplay(const char *label, const char *filename,
224 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename,
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdping.c100 char filename[256]; in main() local
171 snprintf(filename, sizeof(filename), "%s_kern.bpf.o", argv[0]); in main()
173 if (bpf_prog_test_load(filename, BPF_PROG_TYPE_XDP, &obj, &prog_fd)) { in main()
174 fprintf(stderr, "load of %s failed\n", filename); in main()
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py32 def parse_schema(element, filename): argument
43 EntityTypes.append(Enum(name, enums, namespace, filename))
47 def parse_file(filename): argument
49 tree = ET.parse(filename)
56 results.extend(parse_schema(element, filename))
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c142 const char *filename = NULL; in main() local
212 filename = argv[optind]; in main()
213 fd = open(filename, O_RDWR|O_NOCTTY|O_CREAT, 0666); in main()
217 fd = open(filename, O_RDONLY|O_NOCTTY); in main()
277 if ( filename ) in main()
278 fprintf(stderr, "%s: %s: %s\n", program, filename, strerror(err)); in main()
/openbmc/u-boot/common/spl/
H A Dspl_mmc.c78 load.filename = NULL; in mmc_load_image_raw_sector()
238 const char *filename) in spl_mmc_do_fs_boot() argument
252 filename); in spl_mmc_do_fs_boot()
267 filename); in spl_mmc_do_fs_boot()
281 const char *filename) in spl_mmc_do_fs_boot() argument
308 const char *filename, in spl_mmc_load() argument
382 err = spl_mmc_do_fs_boot(spl_image, mmc, filename); in spl_mmc_load()
/openbmc/openbmc/poky/scripts/
H A Dpythondeps192 for filename, provide in provides.items():
193 if os.path.isdir(filename):
194 filename = os.path.join(filename, '__init__.py')
196 elif not filename.endswith('.py'):
201 with open(filename, 'r') as f:
204 depends = get_code_depends(source, filename, provide, ispkg)

12345678910>>...58