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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp74 UInt32 freePartitionOffset, freePartitionSize; local
89 freePartitionOffset = 0xFFFFFFFF;
115 freePartitionOffset = currentOffset;
157 _nvramImage[freePartitionOffset] = 0xa1;
159 _nvramImage[freePartitionOffset + 1] = 0;
161 strncpy((char *)(_nvramImage + freePartitionOffset + 4),
165 _piPartitionOffset = freePartitionOffset + 0x10;
176 *(UInt16 *)(_nvramImage + freePartitionOffset + 2) =
180 _nvramImage[freePartitionOffset + 1] =
181 calculatePartitionChecksum(_nvramImage + freePartitionOffset);
[all...]

Completed in 5 milliseconds