Searched refs:Entries (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c76 if ( pWebServer->Entries >= MaxEntries ) {
203 pFdList[ pWebServer->Entries ].fd = SocketFD;
204 pFdList[ pWebServer->Entries ].events = POLLRDNORM
206 pFdList[ pWebServer->Entries ].revents = 0;
211 pWebServer->ppPortList[ pWebServer->Entries ] = pPort;
216 pWebServer->Entries += 1;
219 pWebServer->Entries ));
249 nfds_t Entries; local
259 Entries = pWebServer->Entries;
[all...]
H A DHandles.c47 INTN Entries; local
116 Entries = LengthInBytes / sizeof ( *pHandleArray );
118 pHandleEnd = &pHandle [ Entries ];
H A DWebServer.h184 nfds_t Entries; ///< The current number of entries in the PortList array member in struct:__anon9950
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdipluspixelformats.h67 ARGB Entries[1]; member in struct:ColorPalette
76 ARGB Entries[1]; member in struct:ColorPalette
H A Dcontrol.idl178 [in] LONG Entries,
180 [out, size_is(Entries), length_is(*pRetrieved)] LONG *pPalette );
H A Dntsecapi.h278 ULONG Entries; member in struct:__anon1086
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdipluspixelformats.h100 ARGB Entries[1]; member in struct:ColorPalette
109 ARGB Entries[1]; member in struct:ColorPalette
H A Dcontrol.idl178 [in] LONG Entries,
180 [out, size_is(Entries), length_is(*pRetrieved)] LONG *pPalette );
H A Dntsecapi.h282 ULONG Entries; member in struct:__anon13716
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DVlanConfig.h88 @param[out] Entries The buffer which receive the VLAN configuration.
103 OUT EFI_VLAN_FIND_DATA **Entries
H A DArp.h230 @param Entries The pointer to the buffer that will receive the ARP
252 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.h170 @param[out] Entries The buffer which receive the VLAN configuration.
185 OUT EFI_VLAN_FIND_DATA **Entries
H A DMnpVlan.c506 @param[out] Entries The buffer which receive the VLAN configuration.
521 OUT EFI_VLAN_FIND_DATA **Entries
529 if ((This == NULL) || (VlanId != NULL && *VlanId > 4094) || (NumberOfVlan == NULL) || (Entries == NULL)) {
534 *Entries = NULL;
551 *Entries = VlanData;
579 *Entries = VlanData;
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp105 RTSTRSPACE Entries; member in struct:RTMANIFESTINT
201 pThis->Entries = NULL;
280 RTStrSpaceDestroy(&pThis->Entries, rtManifestDestroyEntry,pThis);
538 pEntry2 = (PRTMANIFESTENTRY)RTStrSpaceGet(&pEquals->pThis2->Entries, pStr->pszString);
554 pEntry2 = (PRTMANIFESTENTRY)RTStrSpaceGet(&pEquals->pThis2->Entries, pEntry1->StrCore.pszString);
607 RTStrSpaceEnumerate(&pThis1->Entries, rtManifestEntryClearVisited, NULL);
608 RTStrSpaceEnumerate(&pThis2->Entries, rtManifestEntryClearVisited, NULL);
630 rc = RTStrSpaceEnumerate(&pThis1->Entries, rtManifestEntryCompare, &Equals);
637 rc = RTStrSpaceEnumerate(&pThis1->Entries, rtManifestEntryFindMissing2, &Equals);
942 pEntry = (PRTMANIFESTENTRY)RTStrSpaceGet(&pThis->Entries, pszEntr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.h339 @param Entries Pointer to the buffer that will receive the ARP
361 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
754 @param[out] Entries Pointer to the buffer that will receive the ARP
772 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
H A DArpMain.c301 @param Entries Pointer to the buffer that will receive the ARP
323 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
333 ((Entries != NULL) && ((EntryLength == NULL) || (EntryCount == NULL)))) {
354 Entries,
H A DArpImpl.c1425 @param[out] Entries Pointer to the buffer that will receive the ARP
1443 OUT EFI_ARP_FIND_DATA **Entries OPTIONAL,
1591 if (Entries == NULL) {
1608 *Entries = FindData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c39 EFI_ARP_FIND_DATA *Entries; local
51 &Entries,
65 Entries + 1,
66 Entries->SwAddressLength
70 (UINT8 *) (Entries + 1) + Entries->SwAddressLength,
71 Entries->HwAddressLength
76 Entries = (EFI_ARP_FIND_DATA *) ((UINT8 *) Entries + EntryLength);
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp89 VRDEINTERFACEHDR *GetInterface() { return &Entries.header; }
121 static VRDEENTRYPOINTS_4 Entries; member in class:VNCServerImpl
165 VRDEENTRYPOINTS_4 VNCServerImpl::Entries = { member in class:VNCServerImpl
1127 Entries.header.u64Version = VRDE_INTERFACE_VERSION_1;
1128 Entries.header.u64Size = sizeof(VRDEENTRYPOINTS_1);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c872 ADDITIONAL_INFORMATION_ENTRY *Entries; local
875 Entries = Struct->Type40->AdditionalInfoEntries;
881 EntryLength = Entries->EntryLength;
883 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_SMBIOSVIEW_REFERENCEDHANDLE), gShellDebug1HiiHandle, Entries->ReferencedHandle);
884 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_SMBIOSVIEW_REFERENCEDOFFSET), gShellDebug1HiiHandle, Entries->ReferencedOffset);
885 PRINT_SMBIOS_STRING (Struct, Entries->EntryString, String);
886 PRINT_SMBIOS_BIT_FIELD (Struct, Entries->Value, Value, EntryLength - 5);
887 Entries = (ADDITIONAL_INFORMATION_ENTRY *) ((UINT8 *)Entries + EntryLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c416 UINTN Entries; local
436 Entries = (Xhc->MaxSlotsEn + 1) * sizeof(UINT64);
437 Dcbaa = AllocatePages (EFI_SIZE_TO_PAGES (Entries));
439 ZeroMem (Dcbaa, Entries);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c80 #define TEAC_CAP_ENTRIES(cap) (cap->Entries)
414 cap->Entries = (hctx - lctx + 1) * (cap->HighNode - cap->LowNode + 1);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h567 HRESULT WINAPI BaseControlVideoImpl_GetVideoPaletteEntries(IBasicVideo *iface, LONG StartIndex, LONG Entries, LONG *pRetrieved, LONG *pPalette);
/vbox/src/libs/libxml2-2.6.31/
H A Dconfigure2200 if test -f CVS/Entries ; then
2201 extra=`grep ChangeLog CVS/Entries | grep -v LIBXML | sed -e s\%/ChangeLog/1\.%% -e s\%/.*$%%`

Completed in 199 milliseconds