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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1248 struct NVRAMProperty struct
1275 while ((offset + sizeof(NVRAMProperty)) <= (UInt32)nvEnd) {
1280 offset += sizeof(NVRAMProperty);
1283 if ((nvEnd + sizeof(NVRAMProperty)) <= kIODTNVRAMNameRegistrySize)
1296 NVRAMProperty *prop;
1309 prop = (NVRAMProperty *)(_nrImage + offset);
1333 NVRAMProperty *prop;
1355 prop = (NVRAMProperty *)(_nrImage + offset);
1364 nvLength = offset + sizeof(NVRAMProperty);

Completed in 23 milliseconds