Home
last modified time | relevance | path

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

/reactos/ntoskrnl/config/
H A Dcmboot.c108 SelectCell = CmpFindSubKeyByName(SystemHive, Node, &Name); in CmpFindControlSet()
160 ControlSetCell = CmpFindSubKeyByName(SystemHive, Node, &Name); in CmpFindControlSet()
703 ServicesCell = CmpFindSubKeyByName(Hive, ControlNode, &Name); in CmpFindDrivers()
712 ControlCell = CmpFindSubKeyByName(Hive, ControlNode, &Name); in CmpFindDrivers()
719 GroupOrderCell = CmpFindSubKeyByName(Hive, Node, &Name); in CmpFindDrivers()
729 SafeBootCell = CmpFindSubKeyByName(Hive, Node, &Name); in CmpFindDrivers()
743 SafeBootCell = CmpFindSubKeyByName(Hive, Node, &Name); in CmpFindDrivers()
779 DriverCell = CmpFindSubKeyByName(Hive, ServicesNode, &Name); in CmpFindDrivers()
920 ControlCell = CmpFindSubKeyByName(Hive, Node, &Name); in CmpSortDriverList()
927 GroupOrder = CmpFindSubKeyByName(Hive, Node, &Name); in CmpSortDriverList()
[all …]
H A Dcmcontrl.c96 CurrentCell = CmpFindSubKeyByName(SystemHive, Node, &NextName); in CmpWalkPath()
155 BaseCell = CmpFindSubKeyByName(SystemHive, Node, &KeyName); in CmGetSystemControlValues()
H A Dcmparse.c453 if (CmpFindSubKeyByName(Hive, KeyNode, Name) != HCELL_NIL) in CmpDoCreate()
2052 NextCell = CmpFindSubKeyByName(Hive, Node, &NextName); in CmpParseKey()
/reactos/boot/environ/lib/misc/
H A Dbootreg.c254 KeyCell = CmpFindSubKeyByName(Hive, ParentNode, &KeyString); in BiOpenKey()
559 CellIndex = CmpFindSubKeyByName(Hive, RootNode, &KeyString); in BiLoadHive()
/reactos/sdk/tools/mkhive/
H A Dregistry.c453 BlockOffset = CmpFindSubKeyByName(&ParentRegistryHive->Hive, ParentKeyCell, &KeyString); in RegpCreateOrOpenKey()
/reactos/boot/freeldr/freeldr/ntldr/
H A Dregistry.c771 NextCellIndex = CmpFindSubKeyByName(Hive, KeyNode, &SubKeyName); in RegOpenKey()
/reactos/sdk/lib/cmlib/
H A Dcmlib.h681 CmpFindSubKeyByName(
H A Dcmindex.c683 CmpFindSubKeyByName(IN PHHIVE Hive, in CmpFindSubKeyByName() function