Searched refs:efi_set_bootdev (Results 1 – 5 of 5) sorted by relevance
/u-boot/include/ |
A D | efi_loader.h | 482 void efi_set_bootdev(const char *dev, const char *devnr, const char *path, 881 static inline void efi_set_bootdev(const char *dev, const char *devnr, in efi_set_bootdev() function
|
/u-boot/cmd/ |
A D | bootefi.c | 62 void efi_set_bootdev(const char *dev, const char *devnr, const char *path, in efi_set_bootdev() function
|
A D | load.c | 1002 efi_set_bootdev("Uart", "", "", in load_serial_ymodem()
|
/u-boot/net/ |
A D | tftp.c | 335 efi_set_bootdev("Net", "", tftp_filename, in tftp_complete()
|
/u-boot/fs/ |
A D | fs.c | 757 efi_set_bootdev(argv[1], (argc > 2) ? argv[2] : "", in do_load()
|
Completed in 11 milliseconds