OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBR_SIZED_IFFY
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
gptpart.h
30
#define
MBR_SIZED_IFFY
1 /* Partition starts under 2^32 & is less than 2^32, but ends over 2^32 */
gpttext.cc
446
if (partitions[j].IsSizedForMBR() ==
MBR_SIZED_IFFY
)
504
if (partitions[i].IsSizedForMBR() ==
MBR_SIZED_IFFY
)
[
all
...]
gptpart.cc
141
// Returns MBR_SIZED_GOOD,
MBR_SIZED_IFFY
, or MBR_SIZED_BAD; see comments
149
retval =
MBR_SIZED_IFFY
;
Completed in 31 milliseconds