Home | History | Annotate | Download | only in updater

Lines Matching full:bootloader_message

1434     memset(buffer, 0, sizeof(((struct bootloader_message*)0)->command));
1436 fseek(f, offsetof(struct bootloader_message, command), SEEK_SET);
1437 fwrite(buffer, sizeof(((struct bootloader_message*)0)->command), 1, f);
1478 fseek(f, offsetof(struct bootloader_message, stage), SEEK_SET);
1480 int max_size = sizeof(((struct bootloader_message*)0)->stage);
1502 char buffer[sizeof(((struct bootloader_message*)0)->stage)];
1504 fseek(f, offsetof(struct bootloader_message, stage), SEEK_SET);