Searched refs:misc_file (Results 1 – 1 of 1) sorted by relevance
108 FILE *misc_file; in bootCommand() local124 if((misc_file = fopen(MISC_FILE_PATH,"wb")) == NULL){ in bootCommand()136 fseek(misc_file, MISC_MSG_OFFSET, SEEK_SET); in bootCommand()147 fwrite(&msg, sizeof(msg), 1, misc_file); in bootCommand()148 fclose(misc_file); in bootCommand()