Lines Matching full:partition
5 # GPT Partition table patterns.
11 # partition table code (aka MBR).
15 # First, detect the MBR partition table
16 # If more than one GPT protective MBR partition exists, don't print anything
17 # (the other MBR detection code will then just print the MBR partition table)
30 # GPT with protective MBR entry in partition 1 (only)
35 #>>>>>>>>>>>>>446 use gpt-mbr-partition
36 >>>>>>>>>>>>>(454.l*8192) string EFI\ PART GPT partition table
41 >>>>>>>>>>>>>>(454.l*4096) string EFI\ PART GPT partition table
46 >>>>>>>>>>>>>>>(454.l*2048) string EFI\ PART GPT partition table
51 >>>>>>>>>>>>>>>>(454.l*1024) string EFI\ PART GPT partition table
56 >>>>>>>>>>>>>>>>>(454.l*512) string EFI\ PART GPT partition table
60 # GPT with protective MBR entry in partition 2 (only)
65 #>>>>>>>>>>>>>462 use gpt-mbr-partition
66 >>>>>>>>>>>>>(470.l*8192) string EFI\ PART GPT partition table
71 >>>>>>>>>>>>>>(470.l*4096) string EFI\ PART GPT partition table
76 >>>>>>>>>>>>>>>(470.l*2048) string EFI\ PART GPT partition table
81 >>>>>>>>>>>>>>>>(470.l*1024) string EFI\ PART GPT partition table
86 >>>>>>>>>>>>>>>>>(470.l*512) string EFI\ PART GPT partition table
90 # GPT with protective MBR entry in partition 3 (only)
95 #>>>>>>>>>>>>>478 use gpt-mbr-partition
96 >>>>>>>>>>>>>(486.l*8192) string EFI\ PART GPT partition table
101 >>>>>>>>>>>>>>(486.l*4096) string EFI\ PART GPT partition table
106 >>>>>>>>>>>>>>>(486.l*2048) string EFI\ PART GPT partition table
111 >>>>>>>>>>>>>>>>(486.l*1024) string EFI\ PART GPT partition table
116 >>>>>>>>>>>>>>>>>(486.l*512) string EFI\ PART GPT partition table
120 # GPT with protective MBR entry in partition 4 (only)
125 #>>>>>>>>>>>>>494 use gpt-mbr-partition
126 >>>>>>>>>>>>>(502.l*8192) string EFI\ PART GPT partition table
131 >>>>>>>>>>>>>>(502.l*4096) string EFI\ PART GPT partition table
136 >>>>>>>>>>>>>>>(502.l*2048) string EFI\ PART GPT partition table
141 >>>>>>>>>>>>>>>>(502.l*1024) string EFI\ PART GPT partition table
146 >>>>>>>>>>>>>>>>>(502.l*512) string EFI\ PART GPT partition table
165 ##0 name gpt-mbr-partition
171 ##>>(8.l*4096) string EFI\ PART GPT partition table
176 ##>>>(8.l*2048) string EFI\ PART GPT partition table
181 ##>>>>(8.l*1024) string EFI\ PART GPT partition table
186 ##>>>>>(8.l*512) string EFI\ PART GPT partition table
192 # Calling code ensures that there is only one 0xee partition.
194 # GPT with protective MBR entry in partition 1
199 # GPT with protective MBR entry in partition 2
206 # GPT with protective MBR entry in partition 3
213 # GPT with protective MBR entry in partition 4
219 # Print the information from a GPT partition table structure
229 #>80 uleshort x \b, %d partition entries
234 # and allow access to the protective partition. This code will
235 # detect the contents of such a partition.