/openbmc/qemu/tests/qemu-iotests/ |
H A D | 266 | 27 def implicit_defaults(vm, file_path): argument 41 def explicit_defaults(vm, file_path): argument 57 def non_defaults(vm, file_path): argument 72 def non_chs_size_without_force(vm, file_path): argument 86 def zero_size(vm, file_path): argument 96 def maximum_chs_size(vm, file_path): argument 106 def maximum_size(vm, file_path): argument
|
H A D | iotests.py | 809 def file_path(*names, base_dir=test_dir): function
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.py | 205 def get_image_version(file_path): argument 220 def get_image_purpose(file_path): argument
|
H A D | gen_misc.py | 117 def which(file_path): argument 323 def file_to_list(file_path, newlines=0, comments=1, trim=0): argument 363 def append_file(file_path, buffer): argument
|
H A D | boot_data.py | 41 def create_boot_table(file_path=None, os_host=""): argument
|
H A D | var_funcs.py | 159 def parse_file_path(file_path): argument
|
H A D | gen_print.py | 1724 def sprint_file(file_path): argument
|
/openbmc/qemu/tests/unit/ |
H A D | test-logging.c | 92 gchar *file_path = g_build_filename(dir, tpl, NULL); in set_log_path_tmp() local 153 g_autofree gchar *file_path = NULL; in test_logfile_lock() local
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_bootmgr.c | 124 struct efi_device_path **file_path) in try_load_entry() 170 struct efi_device_path **file_path) in efi_bootmgr_load()
|
H A D | efi_disk.c | 195 struct efi_device_path *file_path; in efi_fs_from_path() local
|
H A D | efi_boottime.c | 1515 struct efi_device_path *file_path, in efi_setup_loaded_image() 1606 efi_status_t efi_load_image_from_path(struct efi_device_path *file_path, in efi_load_image_from_path() 1684 struct efi_device_path *file_path, in efi_load_image()
|
H A D | efi_device_path.c | 927 struct efi_device_path **file_path) in efi_dp_split_file_path()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | metadata.py | 105 def write_metadata_file(file_path, metadata): argument
|
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 88 static int get_bootfile_path(const char *file_path, char *bootfile_path, in get_bootfile_path() 128 static int do_get_tftp(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_tftp() 144 static int do_get_ext2(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_ext2() 157 static int do_get_fat(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_fat() 170 static int do_get_any(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_any() 191 static int get_relfile(cmd_tbl_t *cmdtp, const char *file_path, in get_relfile() 231 static int get_pxe_file(cmd_tbl_t *cmdtp, const char *file_path, in get_pxe_file() 423 static int get_relfile_envaddr(cmd_tbl_t *cmdtp, const char *file_path, const char *envaddr_name) in get_relfile_envaddr()
|
H A D | bootefi.c | 367 struct efi_device_path *device_path, *file_path; in do_bootefi_bootmgr_exec() local
|
H A D | efidebug.c | 483 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | fitimage.py | 89 def _gen_random_file(file_path, num_bytes=65536): argument 132 def _find_string_in_bin_file(file_path, search_string): argument
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 230 g_autofree char *file_path = NULL; in vmsr_get_physical_package_id() local
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30_tasks.py | 212 def file_path_match(file_path, pkg_file): argument
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 552 struct efi_device_path *file_path; member
|
H A D | efi_api.h | 343 struct efi_device_path *file_path; member
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | ide_sdk.py | 655 def is_elf_file(file_path): argument
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 461 def show_diff(a, b, file_path, color_enabled): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1327 file_path = models.FilePathField(max_length=255) variable in Recipe 1539 def get_vcs_file_link_url(self, file_path=""): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 772 def dirinfo(request, build_id, target_id, file_path=None): argument
|