Home
last modified time | relevance | path

Searched refs:ptes (Results 1 – 1 of 1) sorted by relevance

/components/drivers/block/partitions/
A Defi.c296 if (!ptes) in is_gpt_valid()
433 rt_free(*ptes); in is_gpt_valid()
434 *ptes = RT_NULL; in is_gpt_valid()
612 if (!ptes) in find_valid_gpt()
666 *ptes = pptes; in find_valid_gpt()
680 *ptes = aptes; in find_valid_gpt()
696 *ptes = RT_NULL; in find_valid_gpt()
705 gpt_entry *ptes = RT_NULL; in efi_partition() local
707 if (!find_valid_gpt(disk, &gpt, &ptes) || !gpt || !ptes) in efi_partition()
710 rt_free(ptes); in efi_partition()
[all …]

Completed in 3 milliseconds