Home
last modified time | relevance | path

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

/include/
A Dpxe_utils.h85 struct pxe_context;
96 typedef int (*pxe_getfile_func)(struct pxe_context *ctx, const char *file_path,
114 struct pxe_context { struct
157 int get_pxe_file(struct pxe_context *ctx, const char *file_path,
172 int get_pxelinux_path(struct pxe_context *ctx, const char *file,
190 void handle_pxe_menu(struct pxe_context *ctx, struct pxe_menu *cfg);
203 struct pxe_menu *parse_pxefile(struct pxe_context *ctx, ulong menucfg);
240 int pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp,
250 void pxe_destroy_ctx(struct pxe_context *ctx);
259 int pxe_process(struct pxe_context *ctx, ulong pxefile_addr_r, bool prompt);

Completed in 5 milliseconds