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

  /external/u-boot/cmd/
gpt.c 585 gpt_entry *gpt_pte = NULL; local
597 &gpt_pte);
609 gpt_head, &gpt_pte);
613 free(gpt_pte);
  /external/u-boot/disk/
part_efi.c 192 gpt_entry *gpt_pte = NULL; local
197 gpt_head, &gpt_pte) != 1) {
200 gpt_head, &gpt_pte) != 1) {
219 gpt_entry *gpt_pte = NULL; local
226 gpt_head, &gpt_pte) != 1) {
229 gpt_head, &gpt_pte) != 1) {
239 debug("%s: gpt-entry at %p\n", __func__, gpt_pte);
248 if (!is_pte_valid(&gpt_pte[i]))
252 le64_to_cpu(gpt_pte[i].starting_lba),
253 le64_to_cpu(gpt_pte[i].ending_lba)
277 gpt_entry *gpt_pte = NULL; local
    [all...]

Completed in 217 milliseconds