Home | History | Annotate | Download | only in cgpt

Lines Matching defs:Load

63 int Load(struct drive *drive, uint8_t **buf,
163 if (CGPT_OK != Load(drive, &drive->gpt.primary_header,
169 if (CGPT_OK != Load(drive, &drive->gpt.secondary_header,
179 if (CGPT_OK != Load(drive, &drive->gpt.primary_entries,
193 if (CGPT_OK != Load(drive, &drive->gpt.secondary_entries,
331 // We just load the data. Caller must validate it.