Searched defs:PART (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.h21 uint32_t pb_ID; /* Identifier 32 bit word : 'PART' */
54 #define PART(pos) ((struct PartitionBlock *)(pos)) macro
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c64 #define IDNAME_PARTITION (uint32_t)0x50415254 /* 'PART' */
78 return "PART";
261 uint32_t pb_ID; /* Identifier 32 bit word : 'PART' */
296 #define PART(pos) ((struct PartitionBlock *)(pos)) macro
730 partition = PART(part->disk_specific);
797 partition = PART(part->disk_specific);
880 partition = PART(part->disk_specific);
923 partition = PART(part->disk_specific);
955 partition = PART(part->disk_specific);
994 partition = PART(par
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2090 #define PART 2 macro
2139 part = xmlGetProp(cursor, (xmlChar *)auths[i][PART]);

Completed in 46 milliseconds