Searched refs:gpt_ent (Results 1 - 10 of 10) sorted by last modified time

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp246 gpt_ent * gptMap = 0;
357 if ( gptSize < sizeof(gpt_ent) )
392 gptMap = (gpt_ent *) buffer->getBytesNoCopy();
405 gptMap = (gpt_ent *) ( ((UInt8 *) buffer->getBytesNoCopy()) +
457 bool IOGUIDPartitionScheme::isPartitionUsed(gpt_ent * partition)
466 bool IOGUIDPartitionScheme::isPartitionCorrupt( gpt_ent * /* partition */ ,
478 bool IOGUIDPartitionScheme::isPartitionInvalid( gpt_ent * partition,
514 IOMedia * IOGUIDPartitionScheme::instantiateMediaObject( gpt_ent * partition,
599 gpt_ent * partition,
H A DIOGUIDPartitionScheme.h70 struct gpt_ent struct
138 virtual bool isPartitionUsed(gpt_ent * partition);
146 virtual bool isPartitionCorrupt( gpt_ent * partition,
155 virtual bool isPartitionInvalid( gpt_ent * partition,
162 virtual IOMedia * instantiateMediaObject( gpt_ent * partition,
169 virtual IOMedia * instantiateDesiredMediaObject( gpt_ent * partition,
/macosx-10.10.1/gpt-12/
H A Dadd.c64 struct gpt_ent *ent;
H A Dboot.c68 struct gpt_ent *ent;
H A Dshow.c124 struct gpt_ent *ent;
H A Dcreate.c64 struct gpt_ent *ent;
123 if ((uint64_t)(blocks - 1) * secsz > parts * sizeof(struct gpt_ent)) {
124 blocks = (parts * sizeof(struct gpt_ent)) / secsz;
125 if ((parts * sizeof(struct gpt_ent)) % secsz)
173 hdr->hdr_entries = htole32((blocks * secsz) / sizeof(struct gpt_ent));
176 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
H A Dgpt.c505 struct gpt_ent *ent;
H A Dlabel.c68 struct gpt_ent *ent;
H A Dmigrate.c66 static struct gpt_ent*
67 migrate_disklabel(int fd, off_t start, struct gpt_ent *ent)
155 struct gpt_ent *ent;
184 if ((uint64_t)(blocks - 1) * secsz > parts * sizeof(struct gpt_ent)) {
185 blocks = (parts * sizeof(struct gpt_ent)) / secsz;
186 if ((parts * sizeof(struct gpt_ent)) % secsz)
238 hdr->hdr_entries = htole32((blocks * secsz) / sizeof(struct gpt_ent));
241 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
H A Dremove.c66 struct gpt_ent *ent;

Completed in 148 milliseconds