bootfile          326 include/lolevel.h extern void _reboot_fw_update(const char* bootfile);
bootfile           13 include/shutdown.h int reboot(const char *bootfile);           // ARM code
bootfile           23 lib/armutil/reboot.c int reboot(const char *bootfile) {
bootfile           25 lib/armutil/reboot.c     if(bootfile == NULL)
bootfile           32 lib/armutil/reboot.c 	int namelen=strlen(bootfile);
bootfile           33 lib/armutil/reboot.c 	if(namelen > 3 && (strncmp(bootfile + namelen - 4,".FI",3) == 0)) {
bootfile           34 lib/armutil/reboot.c 		_reboot_fw_update(bootfile);
bootfile           47 lib/armutil/reboot.c 	fd = open(bootfile,O_RDONLY,0);
bootfile           82 lib/armutil/reboot.c     (void)bootfile;
bootfile          318 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void reboot_fw_update(const char* bootfile);