Searched refs:allow_abs_path (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dpxe_utils.h92 * @allow_abs_path: true to allow absolute paths
113 bool allow_abs_path; member in struct:pxe_context
211 * @allow_abs_path: true to allow absolute paths
221 bool allow_abs_path, const char *bootfile, bool use_ipv6);
/u-boot/boot/
H A Dpxe_utils.c106 if (file_path[0] == '/' && ctx->allow_abs_path)
1600 bool allow_abs_path, const char *bootfile, bool use_ipv6)
1609 ctx->allow_abs_path = allow_abs_path;
1598 pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp, pxe_getfile_func getfile, void *userdata, bool allow_abs_path, const char *bootfile, bool use_ipv6) argument

Completed in 48 milliseconds