Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dfs.c30 efi_set_bootdev(argv[1], (argc > 2) ? argv[2] : "", in do_load_wrapper()
H A Dbootefi.c506 void efi_set_bootdev(const char *dev, const char *devnr, const char *path) in efi_set_bootdev() function
/openbmc/u-boot/include/
H A Defi_loader.h314 void efi_set_bootdev(const char *dev, const char *devnr, const char *path);
573 static inline void efi_set_bootdev(const char *dev, const char *devnr, in efi_set_bootdev() function
/openbmc/u-boot/net/
H A Dtftp.c727 efi_set_bootdev("Net", "", tftp_filename); in tftp_start()