Searched refs:pte (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/block/partitions/ |
| A D | efi.c | 211 gpt_entry *pte; in alloc_read_gpt_entries() local 227 pte = rt_malloc(count); in alloc_read_gpt_entries() 229 if (!pte) in alloc_read_gpt_entries() 236 if (read_lba(disk, entry_lba, (rt_uint8_t *)pte, count) < count) in alloc_read_gpt_entries() 238 rt_free(pte); in alloc_read_gpt_entries() 239 pte = RT_NULL; in alloc_read_gpt_entries() 245 return pte; in alloc_read_gpt_entries() 450 rt_inline rt_bool_t is_pte_valid(const gpt_entry *pte, const rt_size_t lastlba) in is_pte_valid() argument 452 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid() 453 rt_le64_to_cpu(pte->starting_lba) > lastlba || in is_pte_valid() [all …]
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 5686 BYTE *pte; local 5791 pte[PTE_System] = sys; /* System type */ 5796 pte[PTE_StHead] = hd; 5797 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc); 5798 pte[PTE_StCyl] = (BYTE)cy; 5803 pte[PTE_EdHead] = hd; 5804 pte[PTE_EdSec] = (BYTE)((cy >> 2 & 0xC0) | sc); 5805 pte[PTE_EdCyl] = (BYTE)cy; 5807 pte += SZ_PTE; /* Next entry */ 5829 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 5766 BYTE *pte; local 5871 pte[PTE_System] = sys; /* System type */ 5876 pte[PTE_StHead] = hd; 5877 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc); 5878 pte[PTE_StCyl] = (BYTE)cy; 5883 pte[PTE_EdHead] = hd; 5884 pte[PTE_EdSec] = (BYTE)((cy >> 2 & 0xC0) | sc); 5885 pte[PTE_EdCyl] = (BYTE)cy; 5887 pte += SZ_PTE; /* Next entry */ 5911 BYTE *pte; local [all …]
|
Completed in 36 milliseconds