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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1261 SInt32 nvEnd; local
1263 nvEnd = *((UInt16 *)_nrImage);
1266 nvEnd -= 0x100;
1269 nvEnd -= _nrPartitionOffset;
1271 if((nvEnd < 0) || (nvEnd >= kIODTNVRAMNameRegistrySize))
1272 nvEnd = 2;
1275 while ((offset + sizeof(NVRAMProperty)) <= (UInt32)nvEnd) {
1283 if ((nvEnd + sizeof(NVRAMProperty)) <= kIODTNVRAMNameRegistrySize)
1284 *where = nvEnd;
[all...]

Completed in 26 milliseconds