Searched refs:Child (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c157 // Open USB Host Controller Protocol by Child
541 USB_DEVICE *Child; local
552 Child = Bus->Devices[Index];
554 if ((Child == NULL) || (Child->ParentAddr != Device->Address)) {
558 Status = UsbRemoveDevice (Child);
635 USB_DEVICE *Child; local
665 Child = UsbCreateDevice (HubIf, Port);
667 if (Child == NULL) {
686 Child
839 USB_DEVICE *Child; local
[all...]
H A DUsbUtility.h359 @param Child The child handle.
367 IN EFI_HANDLE Child
374 @param Child The child handle.
382 IN EFI_HANDLE Child
H A DUsbUtility.c644 @param Child The child handle.
652 IN EFI_HANDLE Child
665 Child,
675 Child,
688 @param Child The child handle.
694 IN EFI_HANDLE Child
702 Child
710 Child
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dparent.c49 typedef struct Child struct
55 } Child; typedef in typeref:struct:Child
72 Child *child = PR_NEWZAP(Child);
124 debug, "Child was %sforked\n",
140 debug, "Child exited %s\n",
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c538 NET_BUF *Child; local
615 Child = NetbufAllocStruct (1, BlockOpNum);
617 if (Child == NULL) {
627 Vector = Child->Vector;
636 NetbufSetBlock (Child, FirstBulk, HeadSpace, 0);
637 Child->BlockOp[0].Head += HeadSpace;
638 Child->BlockOp[0].Size = 0;
642 Child = NetbufAllocStruct (0, BlockOpNum);
644 if (Child == NULL) {
648 Child
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DTianoCompress.c93 Child (
547 Child ( function
587 IN NODE Child
599 Child - the child node
610 mNext[Node1] = Child;
611 mNext[Child] = Node2;
612 mPrev[Node2] = Child;
613 mPrev[Child] = Node1;
614 mParent[Child] = Parent;
717 NodeR = Child (Node
[all...]
H A DEfiCompress.c93 Child (
530 Child ( function
686 if ((r = Child(q, c)) == NIL) {
727 if ((r = Child(q, *t1)) == NIL) {
806 s = Child(r, mText[t + mLevel[r]]);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c196 InitializeListHead (&Dhcp6Srv->Child);
470 @param[in] ChildHandleBuffer List of Child Handles to Stop.
546 while (!IsListEmpty (&Service->Child)) {
547 Instance = NET_LIST_HEAD (&Service->Child, DHCP6_INSTANCE, Link);
665 InsertTailList (&Service->Child, &Instance->Link);
690 @retval EFI_INVALID_PARAMETER Child handle is NULL.
H A DDhcp6Impl.h265 LIST_ENTRY Child; member in struct:_DHCP6_SERVICE
287 @retval EFI_ACCESS_DENIED The EFI DHCPv6 Child instance hasn't been configured.
H A DDhcp6Impl.c56 @retval EFI_ACCESS_DENIED The EFI DHCPv6 Child instance hasn't been configured.
466 NET_LIST_FOR_EACH (Entry, &Service->Child) {
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp474 io_object_t Child; local
475 while ((Child = IOIteratorNext(Children)))
477 darwinDumpObjInt(Child, cIndents + 4);
478 IOObjectRelease(Child);
706 io_object_t Child;
707 while ((Child = IOIteratorNext(Children)))
709 krc = IOObjectGetClass(Child, pszNameBuf);
714 io_object_t GrandChild = darwinFindObjectByClass(Child, pszClass, pszNameBuf);
715 IOObjectRelease(Child);
718 Child
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c150 DHCP_PROTOCOL *Child; local
152 if ((Child = DhcpSb->ActiveChild) == NULL) {
156 if ((Child->CompletionEvent != NULL) &&
160 gBS->SignalEvent (Child->CompletionEvent);
161 Child->CompletionEvent = NULL;
164 if ((Child->RenewRebindEvent != NULL) &&
168 gBS->SignalEvent (Child->RenewRebindEvent);
169 Child->RenewRebindEvent = NULL;
/vbox/src/VBox/Runtime/include/internal/
H A Dmemobj.h148 } Child; member in union:RTR0MEMOBJINTERNAL::__anon16646
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c369 Child ( function
409 IN NODE Child
421 Child - the child node
432 mNext[Node1] = Child;
433 mNext[Child] = Node2;
434 mPrev[Node2] = Child;
435 mPrev[Child] = Node1;
436 mParent[Child] = Parent;
539 NodeR = Child (NodeQ, CharC);
585 NodeR = Child (Node
[all...]
H A DTianoCompress.h127 Child (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c452 @param Child Indicates the child to check
465 IN CORE_SECTION_CHILD_NODE *Child,
475 if (Child->Type != SearchType) {
481 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream);
607 @retval EFI_SUCCESS Child node was found and returned.
916 @retval EFI_SUCCESS Child node was found and returned.
463 ChildIsType( IN CORE_SECTION_STREAM_NODE *Stream, IN CORE_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
/vbox/src/VBox/Storage/
H A DVD.cpp432 /** Child data */
461 } Child; member in union:VDIOCTX::__anon16788
1472 pIoCtx->Type.Child.uOffsetSaved = uOffset;
1473 pIoCtx->Type.Child.cbTransferLeftSaved = cbTransfer;
1474 pIoCtx->Type.Child.cbTransferParent = cbTransferParent;
1475 pIoCtx->Type.Child.cbWriteParent = cbWriteParent;
1545 pIoCtx->Req.Io.uOffset = pIoCtx->Type.Child.uOffsetSaved;
1546 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)pIoCtx->Type.Child.cbTransferLeftSaved;
1547 Assert((uint32_t)pIoCtx->Type.Child.cbTransferLeftSaved == pIoCtx->Type.Child
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c276 Child ( function
409 LoopVar4 = Child (LoopVar6, LoopVar5);
455 LoopVar4 = Child (LoopVar6, *TempString3);
555 LoopVar11 = Child (LoopVar4, mText[LoopVar10 + mLevel[LoopVar4]]);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemobj-r0drv-nt.cpp189 PRTR0MEMOBJNT pMemNtParent = (PRTR0MEMOBJNT)pMemNt->Core.uRel.Child.pParent;
851 return rtR0MemObjNativeGetPagePhysAddr(pMemNt->Core.uRel.Child.pParent, iPage);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c440 @param Child Indicates the child to check
452 IN FRAMEWORK_SECTION_CHILD_NODE *Child,
462 if (Child->Type != SearchType) {
468 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream);
657 @retval EFI_SUCCESS Child node was found and returned.
991 @retval EFI_SUCCESS Child node was found and returned.
450 ChildIsType( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN FRAMEWORK_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSockImpl.c819 SOCKET *Child; local
857 Child = NET_LIST_HEAD (
863 SockDestroyChild (Child);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DSockImpl.c872 SOCKET *Child; local
910 Child = NET_LIST_HEAD (
916 SockDestroyChild (Child);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp659 io_object_t Child; local
661 && (Child = IOIteratorNext(Children)) != 0)
663 CFStringRef BSDNameStrRef = (CFStringRef)IORegistryEntryCreateCFProperty(Child, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
673 rc = drvHostBaseGetBSDName(Child, pszName, cRecursions + 1);
674 IOObjectRelease(Child);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c239 UI_MENU_LIST *Child; local
250 Child = UI_MENU_LIST_FROM_LINK (Link);
252 MenuList = UiFindChildMenuList (Child, FormSetGuid, FormId);
281 UI_MENU_LIST *Child; local
287 Child = UiFindChildMenuList(MenuList, FormSetGuid, FormId);
288 if (Child != NULL) {
289 return Child;
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp136 pChild->uRel.Child.pParent = pParent;
376 PRTR0MEMOBJINTERNAL pParent = pMem->uRel.Child.pParent;

Completed in 198 milliseconds

12