HomeSort by relevance Sort by last modified time
    Searched refs:ptbl (Results 1 - 2 of 2) sorted by null

  /system/core/gpttool/
gpttool.c 118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name)
120 struct efi_header *hdr = &ptbl->header;
121 struct efi_entry *entry = ptbl->entry;
160 void show(struct ptable *ptbl)
162 struct efi_entry *entry = ptbl->entry;
181 u64 find_next_lba(struct ptable *ptbl)
183 struct efi_entry *entry = ptbl->entry;
218 int parse_ptn(struct ptable *ptbl, char *x)
230 sz = ptbl->header.last_lba - next_lba;
245 if (x[0] && add_ptn(ptbl, next_lba, next_lba + sz - 1, x)
254 struct ptable ptbl; local
    [all...]
  /external/openssl/apps/
apps.c 1381 const NAME_EX_TBL *ptbl; local
    [all...]

Completed in 748 milliseconds