Searched refs:efi_set_bootdev (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | fs.c | 30 efi_set_bootdev(argv[1], (argc > 2) ? argv[2] : "", in do_load_wrapper()
|
H A D | bootefi.c | 506 void efi_set_bootdev(const char *dev, const char *devnr, const char *path) in efi_set_bootdev() function
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 314 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 D | tftp.c | 727 efi_set_bootdev("Net", "", tftp_filename); in tftp_start()
|