Searched refs:applelabel (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/disklabel-6/
H A Dutil.c204 * A routine to get the applelabel structure. This will be at
210 static struct applelabel *
213 struct applelabel *retval = NULL;
249 setDeviceLabel(const char *dev, const struct applelabel *lbl) {
252 struct applelabel tmp;
433 * the applelabel from it, and then uses that to read in the data.
440 struct applelabel *lbl = NULL;
507 * applelabel structure at the beginning of the file, computes the
517 struct applelabel lbl = { { 0 } };
594 struct applelabel *lb
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp51 assert(sizeof(applelabel) == 512); // (compiler/platform check)
147 applelabel * headerMap = 0;
165 if ( (mediaBlockSize % sizeof(applelabel)) ) goto scanErr;
169 bufferSize = IORound(sizeof(applelabel), mediaBlockSize);
185 headerMap = (applelabel *) buffer->getBytesNoCopy();
H A DIOAppleLabelScheme.h47 struct applelabel struct

Completed in 83 milliseconds