Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dfs.c29 efi_set_bootdev(argv[1], (argc > 2) ? argv[2] : "", in do_load_wrapper()
Dbootefi.c523 void efi_set_bootdev(const char *dev, const char *devnr, const char *path) in efi_set_bootdev() function
/external/u-boot/include/
Defi_loader.h254 void efi_set_bootdev(const char *dev, const char *devnr, const char *path);
465 static inline void efi_set_bootdev(const char *dev, const char *devnr, in efi_set_bootdev() function
/external/u-boot/net/
Dtftp.c809 efi_set_bootdev("Net", "", tftp_filename); in tftp_start()