Home | History | Annotate | Download | only in cgpt

Lines Matching full:secondary

144 void EntriesDetails(struct drive *drive, const int secondary, int raw) {
149 entry = GetEntry(&drive->gpt, secondary, i);
282 /****************************** Secondary *************************/
288 /* We show secondary table details if any of following is true.
290 * 2. only secondary is valid.
291 * 3. secondary is not identical to promary.
299 EntriesDetails(drive, SECONDARY, params->numeric);
308 /* We show secondary header if any of following is true:
310 * 2. only secondary is valid.
311 * 3. secondary is not synonymous to primary.