Searched refs:legacy_mbr (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | envf.c | 47 static int is_pmbr_valid(legacy_mbr * mbr) in is_pmbr_valid() 64 ALLOC_CACHE_ALIGN_BUFFER_PAD(legacy_mbr, legacymbr, 1, dev_desc->blksz); in can_find_pmbr()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | efi.h | 114 } __packed legacy_mbr; typedef
|
| H A D | efi.c | 174 static int is_pmbr_valid(legacy_mbr *mbr, sector_t total_sectors) in is_pmbr_valid() 589 legacy_mbr *legacymbr; in find_valid_gpt()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 45 static int is_pmbr_valid(legacy_mbr * mbr); 447 ALLOC_CACHE_ALIGN_BUFFER_PAD(legacy_mbr, legacymbr, 1, dev_desc->blksz); in part_test_efi() 518 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, p_mbr, 1); in set_protective_mbr() 1083 static int is_pmbr_valid(legacy_mbr * mbr) in is_pmbr_valid() 1133 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, dev_desc->blksz); in is_gpt_valid()
|
| H A D | part_dos.c | 92 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, dev_desc->blksz); in part_test_dos()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part_efi.h | 120 } __packed legacy_mbr; typedef
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | gpt.h | 177 } legacy_mbr; typedef
|
| H A D | flash_image.c | 528 legacy_mbr *mbr = (legacy_mbr *)gpt; in create_gpt_buffer()
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | gpt.h | 170 } legacy_mbr; typedef
|
| H A D | RKAndroidDevice.cpp | 3552 legacy_mbr *mbr = (legacy_mbr *)gpt; in create_gpt_buffer()
|