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