Searched refs:ptbl (Results 1 - 1 of 1) sorted by relevance

/system/core/gpttool/
H A Dgpttool.c118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name) argument
120 struct efi_header *hdr = &ptbl->header;
121 struct efi_entry *entry = ptbl->entry;
160 void show(struct ptable *ptbl) argument
162 struct efi_entry *entry = ptbl->entry;
181 u64 find_next_lba(struct ptable *ptbl) argument
183 struct efi_entry *entry = ptbl->entry;
218 int parse_ptn(struct ptable *ptbl, char *x) argument
230 sz = ptbl->header.last_lba - next_lba;
245 if (x[0] && add_ptn(ptbl, next_lb
254 struct ptable ptbl; local
[all...]

Completed in 19 milliseconds