Home
last modified time | relevance | path

Searched defs:filename (Results 101 – 125 of 580) sorted by relevance

12345678910>>...24

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dbatch.py20 def render(writer, trace, app_options, filename): argument
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp232 static std::string filename; member in DeviceCalloutsTest
236 std::string DeviceCalloutsTest::filename = "systemA_dev_callouts.json"; member in DeviceCalloutsTest
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c73 const char *root_path, *filename = NULL; in get_filename() local
307 const char *filename; in bpmp_debug_show() local
373 const char *filename; in bpmp_debug_store() local
592 const char *filename; in debugfs_show() local
643 const char *filename; in debugfs_store() local
/openbmc/qemu/hw/9pfs/
H A D9p-xattr.c170 char *filename = g_path_get_basename(path); in local_getxattr_nofollow() local
198 char *filename = g_path_get_basename(path); in local_setxattr_nofollow() local
225 char *filename = g_path_get_basename(path); in local_removexattr_nofollow() local
/openbmc/linux/tools/perf/util/
H A Dvdso.h15 static inline bool is_vdso_map(const char *filename) in is_vdso_map()
H A Dsymbol.c613 int modules__parse(const char *filename, void *arg, in modules__parse()
753 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms()
963 bool symbol__restricted_filename(const char *filename, in symbol__restricted_filename()
1064 static int read_proc_modules(const char *filename, struct rb_root *modules) in read_proc_modules()
1118 static int do_validate_kcore_modules(const char *filename, struct maps *kmaps) in do_validate_kcore_modules()
1153 static bool filename_from_kallsyms_filename(char *filename, in filename_from_kallsyms_filename()
1421 static int kallsyms__delta(struct kmap *kmap, const char *filename, u64 *delta) in kallsyms__delta()
1435 int __dso__load_kallsyms(struct dso *dso, const char *filename, in __dso__load_kallsyms()
1467 int dso__load_kallsyms(struct dso *dso, const char *filename, in dso__load_kallsyms()
1990 char *filename = NULL; in dso__load_vmlinux_path() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py11 def parse_results(filename): argument
H A Dspdx.py40 def check_spdx_json(filename): argument
/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c54 SYSCALL_DEFINE3(ia32_truncate64, const char __user *, filename, in SYSCALL_DEFINE3() argument
164 COMPAT_SYSCALL_DEFINE2(ia32_stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
175 COMPAT_SYSCALL_DEFINE2(ia32_lstat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
196 const char __user *, filename, in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/u-boot/include/
H A Dsandboxblockdev.h13 char *filename; member
/openbmc/qemu/scripts/oss-fuzz/
H A Dreorder_fuzzer_qtest_trace.py79 def main(filename): argument
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dscp_execution.py22 def scp_remote_file(hostname, username, password, filename, local_dir_path): argument
/openbmc/linux/samples/bpf/
H A Dtracex1_user.c12 char filename[256]; in main() local
H A Dtracex7_user.c12 char filename[256]; in main() local
/openbmc/phosphor-ipmi-blobs/internal/
H A Dsys.cpp32 void* DlSysImpl::dlopen(const char* filename, int flags) const in dlopen() argument
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c462 char *filename[MAX_FILE_NUMBER]; in ipmi_ekanalyzer_main() local
671 ipmi_ekanalyzer_print(int argc, char *opt, char **filename, int *file_type) in ipmi_ekanalyzer_print()
882 ipmi_ek_display_power( int argc, char * opt, char ** filename, int * file_type ) in ipmi_ek_display_power()
1028 char *filename) in ipmi_ek_display_current_descriptor()
1078 char ** filename, int * file_type ) in ipmi_ekanalyzer_ekeying_match()
2343 ipmi_ek_display_fru_header(char *filename) in ipmi_ek_display_fru_header()
2398 ipmi_ek_display_fru_header_detail(char *filename) in ipmi_ek_display_fru_header_detail()
4012 ipmi_ekanalyzer_fru_file2structure(char *filename, in ipmi_ekanalyzer_fru_file2structure()
/openbmc/qemu/
H A Dblock.c116 static int is_windows_drive_prefix(const char *filename) in is_windows_drive_prefix()
123 int is_windows_drive(const char *filename) in is_windows_drive()
191 char *path_combine(const char *base_path, const char *filename) in path_combine()
528 char *filename; member
852 g_autofree char *filename = NULL; in create_tmp_file() local
884 static BlockDriver *find_hdev_driver(const char *filename) in find_hdev_driver()
917 BlockDriver *bdrv_find_protocol(const char *filename, in bdrv_find_protocol()
993 const char *filename) in bdrv_probe_all()
1850 const char *filename; in bdrv_open_common() local
3774 BdrvChild *bdrv_open_child(const char *filename, in bdrv_open_child()
[all …]
/openbmc/linux/scripts/dtc/
H A Dfdtget.c236 static int do_fdtget(struct display_info *disp, const char *filename, in do_fdtget()
293 char *filename = NULL; in main() local
H A Dfdtput.c221 static int do_fdtput(struct display_info *disp, const char *filename, in do_fdtput()
289 char *filename = NULL; in main() local
/openbmc/qemu/crypto/
H A Dtlscreds.c33 const char *filename, in qcrypto_tls_creds_get_dh_params_file()
98 const char *filename, in qcrypto_tls_creds_get_path()
/openbmc/linux/security/integrity/ima/
H A Dima_main.c87 char *filename) in mmap_violation_check()
121 char *filename) in ima_rdwr_violation_check()
215 char filename[NAME_MAX]; in process_measurement() local
472 char filename[NAME_MAX]; in ima_file_mprotect() local
/openbmc/qemu/tests/qemu-iotests/
H A Dlinters.py37 def is_python_file(filename): argument
/openbmc/qemu/chardev/
H A Dchar.c341 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename, in qemu_chr_parse_compat()
675 Chardev *qemu_chr_new_noreplay(const char *label, const char *filename, in qemu_chr_new_noreplay()
714 const char *filename, in qemu_chr_new_permit_mux_mon()
733 Chardev *qemu_chr_new(const char *label, const char *filename, in qemu_chr_new()
739 Chardev *qemu_chr_new_mux_mon(const char *label, const char *filename, in qemu_chr_new_mux_mon()
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c40 char *filename; /* optional filter */ member
253 const char *filename, in qemu_file_monitor_add_watch()
/openbmc/qemu/gdbstub/
H A Duser-target.c308 const char *filename = get_filename_param(params, 0); in gdb_handle_v_file_open() local
363 const char *filename = get_filename_param(params, 0); in gdb_handle_v_file_readlink() local

12345678910>>...24