Searched refs:CmpFindSubKeyByName (Results 1 – 8 of 8) sorted by relevance
/reactos/ntoskrnl/config/ |
H A D | cmboot.c | 108 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 D | cmcontrl.c | 96 CurrentCell = CmpFindSubKeyByName(SystemHive, Node, &NextName); in CmpWalkPath() 155 BaseCell = CmpFindSubKeyByName(SystemHive, Node, &KeyName); in CmGetSystemControlValues()
|
H A D | cmparse.c | 453 if (CmpFindSubKeyByName(Hive, KeyNode, Name) != HCELL_NIL) in CmpDoCreate() 2052 NextCell = CmpFindSubKeyByName(Hive, Node, &NextName); in CmpParseKey()
|
/reactos/boot/environ/lib/misc/ |
H A D | bootreg.c | 254 KeyCell = CmpFindSubKeyByName(Hive, ParentNode, &KeyString); in BiOpenKey() 559 CellIndex = CmpFindSubKeyByName(Hive, RootNode, &KeyString); in BiLoadHive()
|
/reactos/sdk/tools/mkhive/ |
H A D | registry.c | 453 BlockOffset = CmpFindSubKeyByName(&ParentRegistryHive->Hive, ParentKeyCell, &KeyString); in RegpCreateOrOpenKey()
|
/reactos/boot/freeldr/freeldr/ntldr/ |
H A D | registry.c | 771 NextCellIndex = CmpFindSubKeyByName(Hive, KeyNode, &SubKeyName); in RegOpenKey()
|
/reactos/sdk/lib/cmlib/ |
H A D | cmlib.h | 681 CmpFindSubKeyByName(
|
H A D | cmindex.c | 683 CmpFindSubKeyByName(IN PHHIVE Hive, in CmpFindSubKeyByName() function
|