Home | History | Annotate | Download | only in lib

Lines Matching defs:header

20  * primary and secondary header and entries are filled on output.
45 /* Read primary header from the drive, skipping the protective MBR */
49 /* Only read primary GPT if the primary header is valid */
66 VBDEBUG(("Primary GPT header invalid!\n"));
69 /* Read secondary header from the end of the drive */
74 /* Only read secondary GPT if the secondary header is valid */
91 VBDEBUG(("Secondary GPT header invalid!\n"));
94 /* Return 0 if least one GPT header was valid */
106 GptHeader *header = (GptHeader *)gptdata->primary_header;
107 uint64_t entries_bytes = header->number_of_entries
108 * header->size_of_entry;
113 * TODO(namnguyen): Preserve padding between primary GPT header and
132 VBDEBUG(("Not updating GPT header 1: "
135 VBDEBUG(("Updating GPT header 1\n"));
174 VBDEBUG(("Updating GPT header 2\n"));