Searched refs:efi_set_bootdev (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 156 void efi_set_bootdev(const char *dev, const char *devnr, const char *path); 274 static inline void efi_set_bootdev(const char *dev, const char *devnr, in efi_set_bootdev() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fs.c | 31 efi_set_bootdev(argv[1], (argc > 2) ? argv[2] : "", in do_load_wrapper()
|
| H A D | bootefi.c | 292 void efi_set_bootdev(const char *dev, const char *devnr, const char *path) in efi_set_bootdev() function
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | tftp.c | 809 efi_set_bootdev("Net", "", tftp_filename); in tftp_start()
|