/reactos/boot/freeldr/freeldr/ntldr/ |
H A D | conversion.c | 57 Child = Start; in ConvertConfigToVA() 59 while (Child != NULL) in ConvertConfigToVA() 62 Child->ConfigurationData = PaToVa(Child->ConfigurationData); in ConvertConfigToVA() 64 if (Child->Child) in ConvertConfigToVA() 65 Child->Child = PaToVa(Child->Child); in ConvertConfigToVA() 67 if (Child->Parent) in ConvertConfigToVA() 68 Child->Parent = PaToVa(Child->Parent); in ConvertConfigToVA() 71 Child->Sibling = PaToVa(Child->Sibling); in ConvertConfigToVA() 77 …Child->ComponentEntry.Class, Child->ComponentEntry.Type, VaToPa(Child->ComponentEntry.Identifier),… in ConvertConfigToVA() 87 Sibling->Child = PaToVa(Sibling->Child); in ConvertConfigToVA() [all …]
|
/reactos/sdk/lib/rtl/ |
H A D | splaytree.c | 365 if (Child) in RtlRealPredecessor() 368 while (RtlRightChild(Child)) Child = RtlRightChild(Child); in RtlRealPredecessor() 373 Child = Links; in RtlRealPredecessor() 374 while (RtlIsLeftChild(Child)) Child = RtlParent(Child); in RtlRealPredecessor() 377 if (RtlIsRightChild(Child)) return RtlParent(Child); in RtlRealPredecessor() 394 if (Child) in RtlRealSuccessor() 397 while (RtlLeftChild(Child)) Child = RtlLeftChild(Child); in RtlRealSuccessor() 403 while (RtlIsRightChild(Child)) Child = RtlParent(Child); in RtlRealSuccessor() 406 if (RtlIsLeftChild(Child)) return RtlParent(Child); in RtlRealSuccessor() 770 while (RtlRightChild(Child)) Child = RtlRightChild(Child); in RtlSubtreePredecessor() [all …]
|
/reactos/ntoskrnl/ke/ |
H A D | config.c | 22 KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child, in KeFindConfigurationEntry() argument 30 return KeFindConfigurationNextEntry(Child, in KeFindConfigurationEntry() 61 while (Child) in KeFindConfigurationNextEntry() 67 if (Child == *NextLink) *NextLink = NULL; in KeFindConfigurationNextEntry() 72 if ((Child->ComponentEntry.Class) == Class && in KeFindConfigurationNextEntry() 73 (Child->ComponentEntry.Type) == Type && in KeFindConfigurationNextEntry() 74 (Child->ComponentEntry.Key & Mask) == Key) in KeFindConfigurationNextEntry() 77 return Child; in KeFindConfigurationNextEntry() 82 Sibling = Child->Sibling; in KeFindConfigurationNextEntry() 104 if (Sibling->Child) in KeFindConfigurationNextEntry() [all …]
|
/reactos/drivers/bus/acpi/acpica/namespace/ |
H A D | nsalloc.c | 202 NextNode = ParentNode->Child; in AcpiNsRemoveNode() 224 ParentNode->Child = Node->Peer; in AcpiNsRemoveNode() 294 ChildNode = ParentNode->Child; in AcpiNsInstallNode() 298 ParentNode->Child = Node; in AcpiNsInstallNode() 358 NextNode = ParentNode->Child; in AcpiNsDeleteChildren() 363 if (NextNode->Child) in AcpiNsDeleteChildren() 380 ParentNode->Child = NULL; in AcpiNsDeleteChildren() 440 if (ChildNode->Child) in AcpiNsDeleteNamespaceSubtree() 558 if (ChildNode->Child) in AcpiNsDeleteNamespaceByOwner()
|
H A D | nsxfobj.c | 212 ACPI_HANDLE Child, in ACPI_EXPORT_SYMBOL() 236 if (!Child) in ACPI_EXPORT_SYMBOL() 252 ChildNode = AcpiNsValidateHandle (Child); in ACPI_EXPORT_SYMBOL()
|
H A D | nswalk.c | 83 return (ParentNode->Child); in AcpiNsGetNextNode() 339 if (ChildNode->Child) in AcpiNsWalkNamespace()
|
H A D | nssearch.c | 132 Node = ParentNode->Child; in AcpiNsSearchOneScope() 169 AcpiUtGetNodeName (ParentNode), ParentNode, ParentNode->Child)); in AcpiNsSearchOneScope()
|
/reactos/drivers/bus/acpi/acpica/parser/ |
H A D | pstree.c | 314 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local 328 Child = AcpiPsGetArg (Op, 0); in AcpiPsGetChild() 339 Child = AcpiPsGetArg (Op, 1); in AcpiPsGetChild() 345 Child = AcpiPsGetArg (Op, 2); in AcpiPsGetChild() 351 Child = AcpiPsGetArg (Op, 3); in AcpiPsGetChild() 361 return (Child); in AcpiPsGetChild()
|
/reactos/win32ss/user/ntuser/ |
H A D | scrollex.c | 374 PWND Child; in IntScrollWindowEx() local 383 for (Child = Window->spwndChild; Child; Child = Child->spwndNext) in IntScrollWindowEx() 385 rcChild = Child->rcWindow; in IntScrollWindowEx() 389 RECTL_vOffsetRect(&Child->rcWindow, dx, dy); in IntScrollWindowEx() 390 RECTL_vOffsetRect(&Child->rcClient, dx, dy); in IntScrollWindowEx() 394 UserRefObjectCo(Child, &WndRef); in IntScrollWindowEx() 397 lParam = MAKELONG(Child->rcClient.left, Child->rcClient.top); in IntScrollWindowEx() 403 co_IntSendMessage(UserHMGetHandle(Child), WM_MOVE, 0, lParam); in IntScrollWindowEx() 405 UserDerefObjectCo(Child); in IntScrollWindowEx()
|
H A D | painting.c | 39 if (Child->ExStyle & WS_EX_REDIRECTED) in IntIntersectWithParents() 42 ParentWnd = Child->spwndParent; in IntIntersectWithParents() 66 PWND ParentWnd = Child; in IntValidateParents() 80 ParentWnd = Child->spwndParent; in IntValidateParents() 98 Rect = Child->rcWindow; in IntValidateParents() 104 if (Child->hrgnClip) in IntValidateParents() 568 PWND Child; in co_IntUpdateWindows() local 570 for (Child = Wnd->spwndChild; Child; Child = Child->spwndNext) in co_IntUpdateWindows() 574 ( Child->hrgnUpdate != NULL || Child->state & WNDS_INTERNALPAINT ) ) in co_IntUpdateWindows() 837 PWND Child; in IntInvalidateWindows() local [all …]
|
H A D | window.c | 278 PWND Child; in IntWinListChildren() local 284 for (Child = Window->spwndChild; Child; Child = Child->spwndNext) in IntWinListChildren() 298 for (Child = Window->spwndChild; Child; Child = Child->spwndNext) in IntWinListChildren() 319 PWND Child, Desktop; in IntWinListOwnedPopups() local 327 for (Child = Desktop->spwndChild; Child; Child = Child->spwndNext) in IntWinListOwnedPopups() 329 if (Child->spwndOwner == Window && !IntWndIsDefaultIme(Child)) in IntWinListOwnedPopups() 342 for (Child = Desktop->spwndChild; Child; Child = Child->spwndNext) in IntWinListOwnedPopups() 344 if (Child->spwndOwner == Window && !IntWndIsDefaultIme(Child)) in IntWinListOwnedPopups() 583 PWND Child; in co_UserFreeWindow() local 625 UserDereferenceObject(Child); in co_UserFreeWindow() [all …]
|
H A D | winpos.c | 740 PWND Child; in co_WinPosArrangeIconicWindows() local 754 Child = parent->spwndChild; in co_WinPosArrangeIconicWindows() 755 while(Child) in co_WinPosArrangeIconicWindows() 781 Child = Child->spwndNext; in co_WinPosArrangeIconicWindows() 1529 PWND Child; in WinPosInternalMoveWindow() local 1544 for(Child = Window->spwndChild; Child; Child = Child->spwndNext) in WinPosInternalMoveWindow() 3006 PWND Child; in IntRealChildWindowFromPoint() local 3009 if ( Child->style & WS_VISIBLE && IntPtInWindow(Child, Pt.x, Pt.y) ) in IntRealChildWindowFromPoint() 3015 return Child; in IntRealChildWindowFromPoint() 3017 pwndHit = Child; in IntRealChildWindowFromPoint() [all …]
|
H A D | defwnd.c | 219 PWND Child, OwnerWnd; in co_IntFindChildWindowToOwner() local 221 for(Child = Root->spwndChild; Child; Child = Child->spwndNext) in co_IntFindChildWindowToOwner() 223 OwnerWnd = Child->spwndOwner; in co_IntFindChildWindowToOwner() 227 if (!(Child->style & WS_POPUP) || in co_IntFindChildWindowToOwner() 228 !(Child->style & WS_VISIBLE) || in co_IntFindChildWindowToOwner() 230 Owner->head.pti->MessageQueue != Child->head.pti->MessageQueue) in co_IntFindChildWindowToOwner() 235 Ret = Child; in co_IntFindChildWindowToOwner()
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | devnode.c | 93 ParentNode->Child = DeviceNode; in PiInsertDevNode() 306 ParentNode->Child = Node; 335 ASSERT(DeviceNode->Child == NULL); in IopFreeDeviceNode() 344 if (DeviceNode->Parent && DeviceNode->Parent->Child != DeviceNode) in IopFreeDeviceNode() 346 PrevSibling = DeviceNode->Parent->Child; in IopFreeDeviceNode() 360 if (DeviceNode->Parent->Child == DeviceNode) in IopFreeDeviceNode() 361 DeviceNode->Parent->Child = DeviceNode->Sibling; in IopFreeDeviceNode() 406 if (Context->DeviceNode->Child != NULL) in IopFindNextDeviceNodeForTraversal() 408 ASSERT(Context->DeviceNode->Child->Parent == Context->DeviceNode); in IopFindNextDeviceNodeForTraversal() 409 Context->DeviceNode = Context->DeviceNode->Child; in IopFindNextDeviceNodeForTraversal()
|
/reactos/boot/freeldr/freeldr/arch/ |
H A D | archwsup.c | 170 _In_ PCONFIGURATION_COMPONENT_DATA Child) in FldrLinkToParent() argument 175 Sibling = Parent->Child; in FldrLinkToParent() 181 Parent->Child = Child; in FldrLinkToParent() 193 Parent->Sibling = Child; in FldrLinkToParent()
|
/reactos/sdk/lib/cmlib/ |
H A D | cmindex.c | 871 IndexCell = Child; in CmpMarkIndexDirty() 876 CellToRelease = Child; in CmpMarkIndexDirty() 887 if (Child != HCELL_NIL) in CmpMarkIndexDirty() 929 HCELL_INDEX NewCell, Child; in CmpAddToLeaf() local 1005 ASSERT(Child == HCELL_NIL); in CmpAddToLeaf() 1015 &Child); in CmpAddToLeaf() 1467 IN HCELL_INDEX Child) in CmpAddSubKey() argument 1501 HvReleaseCell(Hive, Child); in CmpAddSubKey() 1524 HvReleaseCell(Hive, Child); in CmpAddSubKey() 1535 Type = HvGetCellType(Child); in CmpAddSubKey() [all …]
|
/reactos/sdk/include/ddk/ |
H A D | acpiioct.h | 170 #define ACPI_ENUM_CHILD_LENGTH_FROM_CHILD( Child ) \ argument 171 ( (2* sizeof (ULONG)) + Child->NameLength ) 173 #define ACPI_ENUM_CHILD_NEXT( Child ) \ argument 174 (PACPI_ENUM_CHILD) ( (PUCHAR) Child + \ 175 ACPI_ENUM_CHILD_LENGTH_FROM_CHILD( Child ) )
|
/reactos/drivers/bus/acpi/acpica/dispatcher/ |
H A D | dsfield.c | 331 ACPI_PARSE_OBJECT *Child; in AcpiDsGetFieldNames() local 418 Child = Arg->Common.Value.Arg; in AcpiDsGetFieldNames() 419 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP) in AcpiDsGetFieldNames() 421 Info->ResourceBuffer = Child->Named.Data; in AcpiDsGetFieldNames() 422 Info->ResourceLength = (UINT16) Child->Named.Value.Integer; in AcpiDsGetFieldNames() 429 Child->Common.Value.Name, ACPI_TYPE_ANY, in AcpiDsGetFieldNames() 435 Child->Common.Value.Name, Status); in AcpiDsGetFieldNames()
|
/reactos/win32ss/user/user32/windows/ |
H A D | defwnd.c | 82 PWND Child, OwnerWnd, Root, Owner; in IntFindChildWindowToOwner() local 87 for( Child = Root->spwndChild ? DesktopPtrToUser(Root->spwndChild) : NULL; in IntFindChildWindowToOwner() 88 Child; in IntFindChildWindowToOwner() 89 Child = Child->spwndNext ? DesktopPtrToUser(Child->spwndNext) : NULL ) in IntFindChildWindowToOwner() 91 OwnerWnd = Child->spwndOwner ? DesktopPtrToUser(Child->spwndOwner) : NULL; in IntFindChildWindowToOwner() 95 if (!(Child->style & WS_POPUP) || !(Child->style & WS_VISIBLE)) in IntFindChildWindowToOwner() 100 Ret = Child->head.h; in IntFindChildWindowToOwner()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/core/ |
H A D | fxdevicefdoapi.cpp | 46 WDFDEVICE Child in __drv_maxIRQL() 90 Child, in __drv_maxIRQL() 100 Child, status); in __drv_maxIRQL()
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdffdo.h | 535 WDFDEVICE Child 546 WDFDEVICE Child in _IRQL_requires_max_() 549 …_WDFFDOADDSTATICCHILD) WdfFunctions[WdfFdoAddStaticChildTableIndex])(WdfDriverGlobals, Fdo, Child); in _IRQL_requires_max_()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | memory.c | 1655 TmpMcb = Parent->Target->Child; in Ext2SearchMcbWithoutLock() 1662 TmpMcb = Parent->Child; in Ext2SearchMcbWithoutLock() 1689 PEXT2_MCB Child in Ext2InsertMcb() argument 1708 Mcb = Parent->Child; in Ext2InsertMcb() 1710 if (Mcb == Child) { in Ext2InsertMcb() 1729 Child->Next = Parent->Child; in Ext2InsertMcb() 1730 Parent->Child = Child; in Ext2InsertMcb() 1731 Child->Parent = Parent; in Ext2InsertMcb() 1732 Child->de->d_parent = Parent->de; in Ext2InsertMcb() 1762 if (Mcb->Parent->Child == Mcb) { in Ext2RemoveMcb() [all …]
|
/reactos/ntoskrnl/config/ |
H A D | cmconfig.c | 302 if (CurrentEntry->Child) in CmpSetupConfigurationTree() 305 Status = CmpSetupConfigurationTree(CurrentEntry->Child, in CmpSetupConfigurationTree()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | finfo.c | 530 PVFATFCB Child; in VfatRenameChildFCB() local 539 Child = CONTAINING_RECORD(Entry, VFATFCB, ParentListEntry); in VfatRenameChildFCB() 540 …DPRINT("Found %wZ with still %lu references (parent: %lu)!\n", &Child->PathNameU, Child->RefCount,… in VfatRenameChildFCB() 542 Status = vfatSetFCBNewDirName(DeviceExt, Child, FCB); in VfatRenameChildFCB() 546 if (vfatFCBIsDirectory(Child)) in VfatRenameChildFCB() 548 VfatRenameChildFCB(DeviceExt, Child); in VfatRenameChildFCB()
|
/reactos/modules/rostests/winetests/GUI/ |
H A D | browsewnd.c | 185 INT Child) in InsertIntoTreeView() argument 199 tvi.cChildren = Child; in InsertIntoTreeView()
|