Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 11 of 11) sorted by relevance

/boot/
A Dbootmeth_pxe.c26 static int extlinux_pxe_getfile(struct pxe_context *ctx, const char *file_path, in extlinux_pxe_getfile() argument
38 ret = bootmeth_read_file(info->dev, info->bflow, file_path, addr, in extlinux_pxe_getfile()
121 const char *file_path, ulong addr, in extlinux_pxe_read_file() argument
132 tftp_argv[2] = (void *)file_path; in extlinux_pxe_read_file()
143 if (!bootflow_img_add(bflow, file_path, type, addr, size)) in extlinux_pxe_read_file()
A Dbootmeth-uclass.c88 const char *file_path, ulong addr, in bootmeth_read_file() argument
96 return ops->read_file(dev, bflow, file_path, addr, type, sizep); in bootmeth_read_file()
417 const char *file_path, ulong addr, in bootmeth_common_read_file() argument
432 ret = fs_size(file_path, &size); in bootmeth_common_read_file()
442 ret = fs_read(file_path, addr, 0, 0, &len_read); in bootmeth_common_read_file()
A Dpxe_utils.c100 static int get_relfile(struct pxe_context *ctx, const char *file_path, in get_relfile() argument
110 if (file_path[0] == '/' && ctx->allow_abs_path) in get_relfile()
115 path_len = strlen(file_path) + strlen(relfile); in get_relfile()
118 printf("Base path too long (%s%s)\n", relfile, file_path); in get_relfile()
123 strcat(relfile, file_path); in get_relfile()
138 int get_pxe_file(struct pxe_context *ctx, const char *file_path, in get_pxe_file() argument
145 err = get_relfile(ctx, file_path, file_addr, BFI_EXTLINUX_CFG, in get_pxe_file()
201 static int get_relfile_envaddr(struct pxe_context *ctx, const char *file_path, in get_relfile_envaddr() argument
215 return get_relfile(ctx, file_path, file_addr, type, filesizep); in get_relfile_envaddr()
A Dvbe_simple.c101 const char *file_path, ulong addr, in vbe_simple_read_file() argument
107 ret = bootmeth_common_read_file(dev, bflow, file_path, addr, in vbe_simple_read_file()
A Dbootmeth_extlinux.c71 static int extlinux_getfile(struct pxe_context *ctx, const char *file_path, in extlinux_getfile() argument
83 ret = bootmeth_read_file(info->dev, info->bflow, file_path, addr, in extlinux_getfile()
A Dbootmeth_sandbox.c30 const char *file_path, ulong addr, in sandbox_read_file() argument
A Dbootmeth_efi_mgr.c77 const char *file_path, ulong addr, in efi_mgr_read_file() argument
A Dbootmeth_qfw.c55 const char *file_path, ulong addr, in qfw_read_file() argument
A Dbootmeth_rauc.c206 const char *file_path, ulong addr, in distro_rauc_read_file() argument
A Dbootmeth_cros.c417 const char *file_path, ulong addr, in cros_read_file() argument
A Dbootmeth_android.c327 const char *file_path, ulong addr, in android_read_file() argument

Completed in 23 milliseconds