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