Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dmount.cpp1427 GenericPartitionMap* gpm = (GenericPartitionMap *)(((uint8*)(lvd+1))+offset); in UDFLoadLogicalVol() local
1428 type = gpm->partitionMapType; in UDFLoadLogicalVol()
1429 UDFPrint(("Partition (%d) type %x, len %x\n", i, type, gpm->partitionMapLength)); in UDFLoadLogicalVol()