| /boot/ |
| A D | bootmeth_pxe.c | 26 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 D | bootmeth-uclass.c | 88 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 D | pxe_utils.c | 100 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 D | vbe_simple.c | 101 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 D | bootmeth_extlinux.c | 71 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 D | bootmeth_sandbox.c | 30 const char *file_path, ulong addr, in sandbox_read_file() argument
|
| A D | bootmeth_efi_mgr.c | 77 const char *file_path, ulong addr, in efi_mgr_read_file() argument
|
| A D | bootmeth_qfw.c | 55 const char *file_path, ulong addr, in qfw_read_file() argument
|
| A D | bootmeth_rauc.c | 206 const char *file_path, ulong addr, in distro_rauc_read_file() argument
|
| A D | bootmeth_cros.c | 417 const char *file_path, ulong addr, in cros_read_file() argument
|
| A D | bootmeth_android.c | 327 const char *file_path, ulong addr, in android_read_file() argument
|