Home
last modified time | relevance | path

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

/reactos/sdk/lib/cmlib/
H A Dcminit.c22 PCM_KEY_NODE KeyCell; in CmCreateRootNode() local
40 if (!KeyCell) in CmCreateRootNode()
51 KeyCell->Parent = HCELL_NIL; in CmCreateRootNode()
56 KeyCell->ValueList.Count = 0; in CmCreateRootNode()
59 KeyCell->Class = HCELL_NIL; in CmCreateRootNode()
60 KeyCell->ClassLength = 0; in CmCreateRootNode()
61 KeyCell->MaxNameLen = 0; in CmCreateRootNode()
62 KeyCell->MaxClassLen = 0; in CmCreateRootNode()
63 KeyCell->MaxValueNameLen = 0; in CmCreateRootNode()
65 KeyCell->NameLength = CmpCopyName(Hive, KeyCell->Name, &KeyName); in CmCreateRootNode()
[all …]
H A Dcmdata.h83 HCELL_INDEX KeyCell; member
/reactos/ntoskrnl/config/
H A Dcmparse.c230 *KeyCell = HvAllocateCell(Hive, in CmpDoCreateChild()
235 if (*KeyCell == HCELL_NIL) in CmpDoCreateChild()
253 HvReleaseCell(Hive, *KeyCell); in CmpDoCreateChild()
395 HvFreeCell(Hive, *KeyCell); in CmpDoCreateChild()
415 HCELL_INDEX KeyCell; in CmpDoCreate() local
891 KeyCell = Context->ChildHive.KeyCell; in CmpCreateLinkNode()
892 if (KeyCell != HCELL_NIL) in CmpCreateLinkNode()
895 ChildCell = KeyCell; in CmpCreateLinkNode()
924 KeyCell, in CmpCreateLinkNode()
1629 *Cell = CurrentKcb->KeyCell; in CmpLookInCache()
[all …]
H A Dcmsysini.c1019 PCM_KEY_NODE KeyCell; in CmpCreateRootNode() local
1034 if (!KeyCell) return FALSE; in CmpCreateRootNode()
1040 KeyCell->Parent = HCELL_NIL; in CmpCreateRootNode()
1045 KeyCell->ValueList.Count = 0; in CmpCreateRootNode()
1048 KeyCell->Class = HCELL_NIL; in CmpCreateRootNode()
1049 KeyCell->ClassLength = 0; in CmpCreateRootNode()
1050 KeyCell->MaxNameLen = 0; in CmpCreateRootNode()
1051 KeyCell->MaxClassLen = 0; in CmpCreateRootNode()
1056 KeyCell->NameLength = CmpCopyName(Hive, KeyCell->Name, &KeyName); in CmpCreateRootNode()
1077 PCM_KEY_NODE KeyCell; in CmpCreateRegistryRoot() local
[all …]
H A Dcmapi.c730 Cell = Kcb->KeyCell; in CmSetValueKey()
897 Kcb->KeyCell, in CmSetValueKey()
944 Cell = Kcb->KeyCell; in CmDeleteValueKey()
1349 HvReleaseCell(Hive, Kcb->KeyCell); in CmEnumerateValueKey()
1370 HCELL_INDEX KeyCell; in CmpQueryKeyDataFromCache() local
1376 KeyCell = Kcb->KeyHash.KeyCell; in CmpQueryKeyDataFromCache()
1413 HvReleaseCell(KeyHive, KeyCell); in CmpQueryKeyDataFromCache()
1770 HvReleaseCell(Hive, Kcb->KeyCell); in CmEnumerateKey()
1858 Cell = Kcb->KeyCell; in CmDeleteKey()
1911 Kcb->KeyCell = HCELL_NIL; in CmDeleteKey()
[all …]
H A Dcmcontrl.c109 HCELL_INDEX RootCell, BaseCell, KeyCell, ValueCell; in CmGetSystemControlValues() local
165 KeyCell = CmpWalkPath(SystemHive, BaseCell, ControlVector->KeyPath); in CmGetSystemControlValues()
166 if (KeyCell != HCELL_NIL) in CmGetSystemControlValues()
170 Node = (PCM_KEY_NODE)HvGetCell(SystemHive, KeyCell); in CmGetSystemControlValues()
H A Dcmkcbncb.c120 if (IsFake) KeyHash->KeyCell++; in CmpInsertKeyHash()
129 (KeyHash->KeyCell == Entry->KeyCell) && in CmpInsertKeyHash()
539 if (Kcb->KeyCell == HCELL_NIL) in CmpCleanUpSubKeyInfo()
548 KeyNode = (PCM_KEY_NODE)HvGetCell(Kcb->KeyHive, Kcb->KeyCell); in CmpCleanUpSubKeyInfo()
565 HvReleaseCell(Kcb->KeyHive, Kcb->KeyCell); in CmpCleanUpSubKeyInfo()
723 Kcb->KeyCell = Index; in CmpCreateKeyControlBlock()
771 Kcb->KeyCell = Index; in CmpCreateKeyControlBlock()
951 if ((!MyKcb->KeyCell && !MyKcb->Delete) || in CmpConstructName()
964 KeyNode = (PCM_KEY_NODE)HvGetCell(MyKcb->KeyHive, MyKcb->KeyCell); in CmpConstructName()
1029 if (KeyNode) HvReleaseCell(MyKcb->KeyHive, MyKcb->KeyCell); in CmpConstructName()
H A Dcmvalche.c730 KeyNode = (PCM_KEY_NODE)HvGetCell(Kcb->KeyHive, Kcb->KeyCell); in CmpCompareNewValueDataAgainstKCBCache()
745 HvReleaseCell(Kcb->KeyHive, Kcb->KeyCell); in CmpCompareNewValueDataAgainstKCBCache()
H A Dntapi.c1557 if (KeyBody->KeyControlBlock->KeyCell != in NtQueryOpenSubKeys()
/reactos/boot/environ/lib/misc/
H A Dbootreg.c36 HCELL_INDEX KeyCell; member
198 HCELL_INDEX KeyCell; in BiOpenKey() local
211 KeyCell = HCELL_NIL; in BiOpenKey()
254 KeyCell = CmpFindSubKeyByName(Hive, ParentNode, &KeyString); in BiOpenKey()
255 if (KeyCell == HCELL_NIL) in BiOpenKey()
262 ParentNode = (PCM_KEY_NODE)HvGetCell(Hive, KeyCell); in BiOpenKey()
296 NewKey->KeyCell = KeyCell; in BiOpenKey()
593 KeyObject->KeyCell = Hive->BaseBlock->RootCell; in BiLoadHive()
943 Status = CmpFreeKeyByCell(Hive, KeyObject->KeyCell, TRUE); in BiDeleteKey()
/reactos/ntoskrnl/include/internal/
H A Dcm.h152 HCELL_INDEX KeyCell; member
289 HCELL_INDEX KeyCell; member