Searched defs:Node (Results 51 - 75 of 111) sorted by relevance

12345

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp382 static int vboxSolarisAddPhysHostIface(di_node_t Node, di_minor_t Minor, void *pvHostNetworkInterfaceList) argument
386 char *pszDriverName = di_driver_name(Node);
387 int Instance = di_instance(Node);
H A DUSBProxyServiceSolaris.cpp37 static int solarisWalkDeviceNode(di_node_t Node, void *pvArg);
39 static USBDEVICESTATE solarisDetermineUSBDeviceState(PUSBDEVICE pDevice, di_node_t Node);
164 static int solarisWalkDeviceNode(di_node_t Node, void *pvArg) argument
174 int cCompatNames = di_compatible_names(Node, &pszCompatNames);
191 if (di_prop_lookup_ints(DDI_DEV_T_ANY, Node, "interface", &pInt) < 0)
194 char *pszDevicePath = di_devfs_path(Node);
207 char *pszDriverName = di_driver_name(Node);
225 int cbProp = di_prop_lookup_bytes(DDI_DEV_T_ANY, Node, "usb-dev-descriptor", &pDevData);
242 AssertBreak(di_prop_lookup_ints(DDI_DEV_T_ANY, Node, "usb-vendor-id", &pInt) > 0);
245 AssertBreak(di_prop_lookup_ints(DDI_DEV_T_ANY, Node, "us
319 solarisDetermineUSBDeviceState(PUSBDEVICE pDevice, di_node_t Node) argument
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp72 RTLISTNODE Node; member in struct:VBOXIPCSESSION
256 RTListForEach(&pCtx->SessionList, pSession, VBOXIPCSESSION, Node)
451 RTListNodeRemove(&pThis->Node);
491 RTListAppend(&pCtx->SessionList, &pSession->Node);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp349 AVLOGCPHYSNODECORE Node = *pNode; local
350 if (RTAvloGCPhysInsert(pTree, &Node))
395 AVLOGCPHYSNODECORE Node = *pNode; local
396 if (RTAvloGCPhysInsert(pTree, &Node))
441 AVLOGCPHYSNODECORE Node = *pNode; local
442 if (RTAvloGCPhysInsert(pTree, &Node))
495 AVLOGCPHYSNODECORE Node = *pNode; local
496 if (RTAvloGCPhysInsert(pTree, &Node))
573 AVLOGCPHYSNODECORE Node = *pNode; local
574 if (RTAvloGCPhysInsert(pTree, &Node))
652 AVLROGCPHYSNODECORE Node = *pNode; local
740 AVLROGCPHYSNODECORE Node = *pNode; local
948 AVLULNODECORE Node = *pNode; local
991 AVLULNODECORE Node = *pNode; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c149 EFI_DEV_PATH *Node; local
155 Node = (EFI_DEV_PATH *) RemainingDevicePath;
157 // Check if RemainingDevicePath is the End of Device Path Node,
160 if (!IsDevicePathEnd (Node)) {
162 // If RemainingDevicePath isn't the End of Device Path Node,
165 if (Node->DevPath.Type != MESSAGING_DEVICE_PATH ||
166 Node->DevPath.SubType != MSG_ATAPI_DP ||
167 DevicePathNodeLength(&Node->DevPath) != sizeof(ATAPI_DEVICE_PATH)) {
297 EFI_DEV_PATH *Node; local
477 // If RemainingDevicePath isn't the End of Device Path Node,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c635 If this parameter is not NULL and the first Device Path Node is
636 not the End of Device Path Node, then only the handle for the
637 child device specified by the first Device Path Node of
639 If the first Device Path Node of RemainingDevicePath is
640 the End of Device Path Node, no child handle is created by this
992 LIST_ENTRY *Node; local
994 Node = GetFirstNode (&Instance->DeviceList);
995 while (!IsNull (&Instance->DeviceList, Node)) {
996 DeviceInfo = ATA_ATAPI_DEVICE_INFO_FROM_THIS (Node);
1001 return Node;
1074 LIST_ENTRY *Node; local
1242 LIST_ENTRY *Node; local
1387 LIST_ENTRY *Node; local
1497 LIST_ENTRY *Node; local
1601 LIST_ENTRY *Node; local
1688 LIST_ENTRY *Node; local
1861 LIST_ENTRY *Node; local
1988 LIST_ENTRY *Node; local
2201 LIST_ENTRY *Node; local
2333 LIST_ENTRY *Node; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c196 PCI_RESOURCE_NODE *Node; local
244 Node = RESOURCE_NODE_FROM_LINK (CurrentLink);
249 Offset = Aperture & (Node->Alignment);
253 Aperture = Aperture + (Node->Alignment + 1) - Offset;
263 if (!IS_PCI_BRIDGE (&(Node->PciDev->Pci)) && !IS_CARDBUS_BRIDGE (&(Node->PciDev->Pci))) {
271 Node->Length
273 Offset = Aperture & (Node->Alignment);
275 Aperture = Aperture + (Node->Alignment + 1) - Offset;
280 Node
338 PCI_RESOURCE_NODE *Node; local
445 PCI_RESOURCE_NODE *Node; local
678 PCI_RESOURCE_NODE *Node; local
725 PCI_RESOURCE_NODE *Node; local
1213 PCI_RESOURCE_NODE *Node; local
1621 PCI_RESOURCE_NODE Node; local
1749 PCI_RESOURCE_NODE *Node; local
2082 PCI_RESOURCE_NODE *Node; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1568 LIST_ENTRY *Node; local
1574 NET_LIST_FOR_EACH (Node, &IpIo->PendingSndList) {
1576 SndEntry = NET_LIST_USER_STRUCT (Node, IP_IO_SEND_ENTRY, Entry);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c129 VENDOR_DEVICE_PATH *Node; local
137 // Check if RemainingDevicePath is the End of Device Path Node,
142 // If RemainingDevicePath isn't the End of Device Path Node,
145 Node = (VENDOR_DEVICE_PATH *) RemainingDevicePath;
147 if (Node->Header.Type != MESSAGING_DEVICE_PATH ||
148 Node->Header.SubType != MSG_VENDOR_DP ||
149 DevicePathNodeLength(&Node->Header) != sizeof(VENDOR_DEVICE_PATH)) {
157 if (!CompareGuid (&Node->Guid, &gEfiPcAnsiGuid) &&
158 !CompareGuid (&Node->Guid, &gEfiVT100Guid) &&
159 !CompareGuid (&Node
249 VENDOR_DEVICE_PATH *Node; local
535 VENDOR_DEVICE_PATH *Node; local
1602 VENDOR_DEVICE_PATH Node; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.c223 IP4_CLIP_INFO *Node; local
297 Node = IP4_GET_CLIP_INFO (Fragment);
299 if (This->Start < Node->End) {
300 if (This->End <= Node->End) {
305 Ip4TrimPacket (Packet, Node->End, This->End);
323 Node = IP4_GET_CLIP_INFO (Fragment);
328 if (Node->End <= This->End) {
332 Assemble->CurLen -= Node->Length;
344 if (Node->Start < This->End) {
345 if (This->Start == Node
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c255 @param[in] Node The pointer of MAC address buffer.
261 IN UINT8 *Node,
270 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG6_INFO_MAC_ADDR_BODY), mHiiHandle, Node[Index]);
260 IfConfig6PrintMacAddr( IN UINT8 *Node, IN UINT32 Size ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c247 TCP_CB *Node; local
256 Node = NET_LIST_USER_STRUCT (Entry, TCP_CB, List);
258 if ((Version != Node->Sk->IpVersion) ||
259 (Local->Port != Node->LocalEnd.Port) ||
260 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd, Version) ||
261 !TCP_PEER_MATCH (Local, &Node->LocalEnd, Version)
271 if (TcpIsIpZero (&Node->RemoteEnd.Ip, Version)) {
275 if (Node->RemoteEnd.Port == 0) {
279 if (TcpIsIpZero (&Node->LocalEnd.Ip, Version)) {
285 return Node;
430 TCP_CB *Node; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c534 DeviceNode *Node; local
540 Status = ParsePath(path, &NewPath, &Node, &Instance, NULL);
542 GenI = Node->InstanceList;
548 //GenI += (Instance * Node->InstanceSize);
591 DeviceNode *Node; local
599 Status = ParsePath(path, &NewPath, &Node, &Instance, &MPath);
601 if((Node == NULL) ||
602 (Node->InstanceList == NULL)) {
622 doresult = Node->OpenFunc(Node, fil
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c251 EFI_DEV_PATH *Node; local
298 Node = (EFI_DEV_PATH *) RemainingDevicePath;
300 // Check if RemainingDevicePath is the End of Device Path Node,
303 if (!IsDevicePathEnd (Node)) {
305 // If RemainingDevicePath isn't the End of Device Path Node,
308 if (Node->DevPath.Type != ACPI_DEVICE_PATH ||
309 Node->DevPath.SubType != ACPI_ADR_DP ||
310 DevicePathNodeLength(&Node->DevPath) != sizeof(ACPI_ADR_DEVICE_PATH)) {
440 // If RemainingDevicePath isn't the End of Device Path Node,
446 // If RemainingDevicePath is the End of Device Path Node,
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c21 RTLISTNODE Node; member in struct:FreeElemRec
62 RTListAppend(&pool->freeList, &elem->Node);
76 RTListForEachSafe(&pool->freeList, i, next, FreeElem, Node)
94 RTListForEach(&pool->freeList, i, FreeElem, Node)
103 RTListForEach(&pool->freeList, i, FreeElem, Node)
144 RTListForEachSafe(&pool->freeList, f, next, FreeElem, Node)
154 RTListNodeRemove(&f->Node);
197 RTListForEach(&pool->freeList, f, FreeElem, Node)
211 RTListNodeInsertBefore(&f->Node, &elem->Node);
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c420 RTLISTNODE Node; member in struct:CR_SERVER_PENDING_MSG
446 RTListAppend(&conn->PendingMsgList, &pMsg->Node);
476 RTListForEach(&pConn->PendingMsgList, pIter, CR_SERVER_PENDING_MSG, Node)
537 RTListAppend(&pClient->conn->PendingMsgList, &pMsg->Node);
556 RTListForEachSafe(&conn->PendingMsgList, pIter, pNext, CR_SERVER_PENDING_MSG, Node)
563 RTListNodeRemove(&pIter->Node);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h55 /** Node to global guest control file list. */
57 RTLISTNODE Node; member in struct:VBOXSERVICECTRLFILE
96 /** Node to global guest control session list. */
98 RTLISTNODE Node; member in struct:VBOXSERVICECTRLSESSIONTHREAD
229 /** Node. */
230 RTLISTNODE Node; member in struct:VBOXSERVICECTRLPROCESS
/vbox/include/VBox/
H A DVBoxVideoHost3D.h61 RTLISTNODE Node; member in struct:VBOXCRCMDCTL_CALLOUT_LISTENTRY
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c307 EFI_DEV_PATH Node; local
610 ZeroMem (&Node, sizeof (Node));
611 Node.DevPath.Type = MESSAGING_DEVICE_PATH;
612 Node.DevPath.SubType = MSG_MAC_ADDR_DP;
613 SetDevicePathNodeLength (&Node.DevPath, sizeof (MAC_ADDR_DEVICE_PATH));
615 &Node.MacAddr.MacAddress,
621 &Node.DevPath
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c56 #define CHILD_SECTION_NODE_FROM_LINK(Node) \
57 CR (Node, FRAMEWORK_SECTION_CHILD_NODE, Link, FRAMEWORK_SECTION_CHILD_SIGNATURE)
81 #define STREAM_NODE_FROM_LINK(Node) \
82 CR (Node, FRAMEWORK_SECTION_STREAM_NODE, Link, FRAMEWORK_SECTION_STREAM_SIGNATURE)
691 FRAMEWORK_SECTION_CHILD_NODE *Node; local
699 Node = *ChildNode;
700 if (Node == NULL) {
707 Node->Signature = FRAMEWORK_SECTION_CHILD_SIGNATURE;
708 Node->Type = SectionHeader->Type;
710 Node
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c47 #define CHILD_SECTION_NODE_FROM_LINK(Node) \
48 CR (Node, CORE_SECTION_CHILD_NODE, Link, CORE_SECTION_CHILD_SIGNATURE)
72 #define STREAM_NODE_FROM_LINK(Node) \
73 CR (Node, CORE_SECTION_STREAM_NODE, Link, CORE_SECTION_STREAM_SIGNATURE)
642 CORE_SECTION_CHILD_NODE *Node; local
650 Node = *ChildNode;
651 if (Node == NULL) {
658 Node->Signature = CORE_SECTION_CHILD_SIGNATURE;
659 Node->Type = SectionHeader->Type;
661 Node
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c120 IP6_ADDRESS_INFO_ENTRY *Node; local
125 Node = NET_LIST_USER_STRUCT (Entry, IP6_ADDRESS_INFO_ENTRY, Link);
126 RemoveEntryList (&Node->Link);
127 FreePool (Node);
595 IP6_ADDRESS_INFO_ENTRY *Node; local
643 Node = AllocatePool (sizeof (IP6_ADDRESS_INFO_ENTRY));
644 if (Node == NULL) {
649 CopyMem (&Node->AddrInfo, &AddressInfo, sizeof (EFI_IP6_ADDRESS_INFO));
650 InsertTailList (ListHead, &Node->Link);
859 IP6_ADDRESS_INFO_ENTRY *Node; local
[all...]
H A DIp6Input.c170 IP6_CLIP_INFO *Node; local
248 Node = IP6_GET_CLIP_INFO (Fragment);
250 if (This->Start < Node->End) {
251 if (This->End <= Node->End) {
258 Ip6TrimPacket (Fragment, Node->Start, This->Start);
276 Node = IP6_GET_CLIP_INFO (Fragment);
281 if (Node->End <= This->End) {
285 Assemble->CurLen -= Node->Length;
297 if (Node->Start < This->End) {
298 if (This->Start == Node
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c209 PXEBC_DHCP6_OPTION_NODE *Node; local
212 Node = NET_LIST_USER_STRUCT (Entry, PXEBC_DHCP6_OPTION_NODE, Link);
214 FreePool (Node);
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c671 EFI_DEV_PATH *Node; local
689 Node = AllocateZeroPool (sizeof (EFI_DEV_PATH));
690 if (Node == NULL) {
694 Node->DevPath.Type = MESSAGING_DEVICE_PATH;
695 Node->DevPath.SubType = MSG_ATAPI_DP;
696 SetDevicePathNodeLength (&Node->DevPath, sizeof (ATAPI_DEVICE_PATH));
698 Node->Atapi.PrimarySecondary = (UINT8) (Target / 2);
699 Node->Atapi.SlaveMaster = (UINT8) (Target % 2);
700 Node->Atapi.Lun = (UINT16) Lun;
702 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) Node;
742 EFI_DEV_PATH *Node; local
1181 EFI_DEV_PATH *Node; local
1254 EFI_DEV_PATH *Node; local
[all...]

Completed in 337 milliseconds

12345