Searched refs:appendBufferOffset (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 1140 size_t appendBufferOffset = 0; in syncRaw() local 1177 varEntry->existing_offset = _currentOffset + appendBufferOffset; in syncRaw() 1181 …varEntry->header.name_data_buf, appendBufferOffset, varEntry->existing_offset, prevOffset, varSize… in syncRaw() 1184 memcpy(appendBuffer + appendBufferOffset, (uint8_t *)varHeader, varSize); in syncRaw() 1185 appendBufferOffset += varSize; in syncRaw() 1210 if (appendBufferOffset > 0) { in syncRaw() 1212 …DEBUG_INFO("Appending append buffer size=%#zx at offset=%#x\n", appendBufferOffset, _currentOffset… in syncRaw() 1213 ret = _nvramController->write(_currentOffset, appendBuffer, appendBufferOffset); in syncRaw() 1216 _currentOffset += appendBufferOffset; in syncRaw()
|