HomeSort by relevance Sort by last modified time
    Searched refs:pHandles (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
UseEfiSocketLib.c 190 EFI_HANDLE * pHandles;
213 pHandles = NULL;
218 &pHandles );
226 if ( NULL != pHandles ) {
232 pHandles[ Index ]);
249 gBS->FreePool ( pHandles );
293 EFI_HANDLE * pHandles;
314 pHandles = NULL;
319 &pHandles );
321 && ( NULL != pHandles )) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activdbg100.h 521 const HANDLE *pHandles,
576 const HANDLE *pHandles,
598 #define IDebugApplication11032_CallableWaitForHandles(This,handleCount,pHandles,pIndex) (This)->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex)
627 static FORCEINLINE HRESULT IDebugApplication11032_CallableWaitForHandles(IDebugApplication11032* This,DWORD handleCount,const HANDLE *pHandles,DWORD *pIndex) {
628 return This->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex);
660 const HANDLE *pHandles,
695 const HANDLE *pHandles,
750 const HANDLE *pHandles,
772 #define IDebugApplication11064_CallableWaitForHandles(This,handleCount,pHandles,pIndex) (This)->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex
    [all...]
combaseapi.h 198 WINOLEAPI CoWaitForMultipleObjects (DWORD dwFlags, DWORD dwTimeout, ULONG cHandles, const HANDLE *pHandles, LPDWORD lpdwindex);
314 WINOLEAPI CoWaitForMultipleHandles (DWORD dwFlags, DWORD dwTimeout, ULONG cHandles, LPHANDLE pHandles, LPDWORD lpdwindex);
winuser.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 883 EFI_HANDLE * pHandles;
898 &pHandles );
937 Tcp4Controller = pHandles[ Tcp4Index++ ];
996 gBS->FreePool ( pHandles );
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 1277 milliseconds