Searched refs:varEntry (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 1064 varHeader = &varEntry->header; in reclaim() 1067 …i, varEntry->header.name_data_buf, varEntry->new_state, varEntry->existing_offset, varHeader->stat… in reclaim() 1113 struct nvram_v3_var_entry *varEntry; in getAppendSize() local 1121 varHeader = &varEntry->header; in getAppendSize() 1135 struct nvram_v3_var_entry *varEntry; in syncRaw() local 1167 varHeader = &varEntry->header; in syncRaw() 1170 …varEntry->header.name_data_buf, varEntry->new_state, varEntry->header.state, varEntry->existing_of… in syncRaw() 1181 …varEntry->header.name_data_buf, appendBufferOffset, varEntry->existing_offset, prevOffset, varSize… in syncRaw() 1194 if (varEntry->existing_offset) { in syncRaw() 1291 varHeader = &varEntry->header; in syncBlock() [all …]
|