Searched refs:BOOTLOADER_MESSAGE_OFFSET_IN_MISC (Results 1 – 3 of 3) sorted by relevance
169 fseek(f, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, SEEK_SET); in get_bootloader_message_block()191 fseek(f, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, SEEK_SET); in set_bootloader_message_block()
22 static const int BOOTLOADER_MESSAGE_OFFSET_IN_MISC = 16 * 1024; variable
314 …return readMisc((char *)out, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in get_bootloader_message()323 … return writeMisc((char*)in, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in set_bootloader_message()