Home
last modified time | relevance | path

Searched refs:pxe_context (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/
A Dpxe_utils.h82 struct pxe_context;
83 typedef int (*pxe_getfile_func)(struct pxe_context *ctx, const char *file_path,
98 struct pxe_context { struct
140 int get_pxe_file(struct pxe_context *ctx, const char *file_path,
155 int get_pxelinux_path(struct pxe_context *ctx, const char *file,
173 void handle_pxe_menu(struct pxe_context *ctx, struct pxe_menu *cfg);
186 struct pxe_menu *parse_pxefile(struct pxe_context *ctx, ulong menucfg);
219 int pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp,
228 void pxe_destroy_ctx(struct pxe_context *ctx);
237 int pxe_process(struct pxe_context *ctx, ulong pxefile_addr_r, bool prompt);
/u-boot/cmd/
A Dpxe.c29 static int do_get_tftp(struct pxe_context *ctx, const char *file_path, in do_get_tftp()
63 static int pxe_dhcp_option_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_dhcp_option_path()
77 static int pxe_uuid_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_uuid_path()
95 static int pxe_mac_path(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_mac_path()
115 static int pxe_ipaddr_paths(struct pxe_context *ctx, unsigned long pxefile_addr_r) in pxe_ipaddr_paths()
137 struct pxe_context ctx; in pxe_get()
257 struct pxe_context ctx; in do_pxe_boot()
A Dsysboot.c25 static int sysboot_read_file(struct pxe_context *ctx, const char *file_path, in sysboot_read_file()
54 struct pxe_context ctx; in do_sysboot()
/u-boot/boot/
A Dbootmeth_pxe.c26 static int extlinux_pxe_getfile(struct pxe_context *ctx, const char *file_path, in extlinux_pxe_getfile()
117 struct pxe_context *ctx = dev_get_priv(dev); in extlinux_pxe_read_file()
140 struct pxe_context *ctx = dev_get_priv(dev); in extlinux_pxe_boot()
190 .priv_auto = sizeof(struct pxe_context),
A Dpxe_utils.c100 static int get_relfile(struct pxe_context *ctx, const char *file_path, in get_relfile()
147 int get_pxe_file(struct pxe_context *ctx, const char *file_path, in get_pxe_file()
175 int get_pxelinux_path(struct pxe_context *ctx, const char *file, in get_pxelinux_path()
208 static int get_relfile_envaddr(struct pxe_context *ctx, const char *file_path, in get_relfile_envaddr()
389 static void label_boot_fdtoverlay(struct pxe_context *ctx, in label_boot_fdtoverlay()
492 static int label_boot(struct pxe_context *ctx, struct pxe_label *label) in label_boot()
1042 static int parse_pxefile_top(struct pxe_context *ctx, char *p, ulong base,
1510 static void boot_unattempted_labels(struct pxe_context *ctx, in boot_unattempted_labels()
1524 void handle_pxe_menu(struct pxe_context *ctx, struct pxe_menu *cfg) in handle_pxe_menu()
1579 int pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp, in pxe_setup_ctx()
[all …]
A Dbootmeth_extlinux.c38 static int extlinux_getfile(struct pxe_context *ctx, const char *file_path, in extlinux_getfile()
144 struct pxe_context ctx; in extlinux_boot()

Completed in 17 milliseconds