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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp111 _piPartitionSize = partitionLength;
165 _piPartitionSize = 0x800;
166 if (_piPartitionSize + 0x20 > freePartitionSize)
167 _piPartitionSize = freePartitionSize - 0x20;
172 bzero(_piImage, _piPartitionSize);
176 (_piPartitionSize / 0x10) + 1;
183 freePartitionOffset += _piPartitionSize + 0x10;
184 freePartitionSize -= _piPartitionSize + 0x10;
578 if (length > (_piPartitionSize - 4))
579 length = _piPartitionSize
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h91 UInt32 _piPartitionSize; member in class:IODTNVRAM

Completed in 24 milliseconds