Home
last modified time | relevance | path

Searched refs:PT_VALID (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/partitions/
H A Dultrix.c27 #define PT_VALID 1 /* Indicates if struct is valid */ in ultrix_partition() macro
35 if (label->pt_magic == PT_MAGIC && label->pt_valid == PT_VALID) { in ultrix_partition()