Home
last modified time | relevance | path

Searched refs:v3Entry (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp457 if (v3Entry->existing_offset == 0) { in reloadInternal()
465 …DEBUG_INFO("Found offset for %s @ %#zx\n", v3Entry->header.name_data_buf, v3Entry->existing_offset… in reloadInternal()
572 v3Entry->existing_offset, variable_length(&v3Entry->header), v3Entry->new_state); in findExistingEntry()
581 v3Entry = nullptr; in findExistingEntry()
584 if (v3Entry != nullptr) { in findExistingEntry()
586 *existing = v3Entry; in findExistingEntry()
769 v3Entry->existing_offset = 0; in unserializeVariables()
796 if (convertPropToObject(v3Entry->header.name_data_buf, v3Entry->header.nameSize, in unserializeVariables()
797 v3Entry->header.name_data_buf + v3Entry->header.nameSize, v3Entry->header.dataSize, in unserializeVariables()
870 if ((v3Entry != nullptr) && (v3Entry->new_state != VAR_NEW_STATE_REMOVE)) { in setVariableInternal()
[all …]