| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
| H A D | Ebc.h | 82 This is the prototype for the Flush callback routine. A pointer to a routine 103 @param Flush Pointer to a function of type EBC_ICACH_FLUSH. 112 IN EBC_ICACHE_FLUSH Flush
|
| H A D | DeviceIo.h | 262 EFI_IO_FLUSH Flush; member in struct:_EFI_DEVICE_IO_PROTOCOL
|
| H A D | Arp.h | 376 EFI_ARP_FLUSH Flush; member in struct:_EFI_ARP_PROTOCOL
|
| H A D | SimpleFileSystem.h | 395 EFI_FILE_FLUSH Flush; member in struct:_EFI_FILE_PROTOCOL
|
| H A D | PciIo.h | 534 EFI_PCI_IO_PROTOCOL_FLUSH Flush; member in struct:_EFI_PCI_IO_PROTOCOL
|
| H A D | PciRootBridgeIo.h | 438 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_FLUSH Flush; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
|
| /vbox/src/VBox/GuestHost/OpenGL/packer/ |
| H A D | pack_init.c | 35 pc->Flush = NULL;
|
| H A D | pack_beginend.c | 27 pc->Flush( pc->flush_arg ); 50 pc->Flush( pc->flush_arg );
|
| H A D | pack_buffer.c | 127 pc->Flush = ff; 419 pc->Flush( pc->flush_arg );
|
| /vbox/src/VBox/GuestHost/OpenGL/include/ |
| H A D | cr_pack.h | 78 CRPackFlushFunc Flush; member in struct:CRPackContext_t 264 (pc)->Flush( (pc)->flush_arg ); \ 294 (pc)->Flush( (pc)->flush_arg ); \ 298 (pc)->Flush( (pc)->flush_arg ); \ 307 (pc)->Flush( pc->flush_arg ); \ 319 (pc)->Flush( (pc)->flush_arg ); \ 323 (pc)->Flush( (pc)->flush_arg ); \ 336 pc->Flush( pc->flush_arg ); \ 353 pc->Flush( pc->flush_arg ); \ 367 pc->Flush( p [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
| H A D | EnableCache.S | 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
| H A D | EnableCache.asm | 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
| H A D | EnableCache.S | 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
| H A D | EnableCache.asm | 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/ |
| H A D | IsaIo.h | 342 EFI_ISA_IO_PROTOCOL_FLUSH Flush; member in struct:_EFI_ISA_IO_PROTOCOL
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | osdep.h | 211 OsFlushFunc Flush; member in struct:_osComm 217 (*(oc)->Flush)(who, oc, extraBuf, extraCount)
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
| H A D | osdep.h | 209 OsFlushFunc Flush; member in struct:_osComm 215 (*(oc)->Flush)(who, oc, extraBuf, extraCount)
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
| H A D | PciRootBridgeIo.h | 425 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_FLUSH Flush; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
|
| /vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
| H A D | GZipStream.cs | 265 public override void Flush() method in class:DotZLib.GZipStream
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | asptlb.idl | 106 HRESULT Flush(IResponse *iface);
|
| H A D | dmplugin.h | 147 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE; 162 #define IDirectMusicTool_Flush(p,a,b,c) (p)->lpVtbl->Flush(p,a,b,c) 182 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE; 199 #define IDirectMusicTool8_Flush(p,a,b) (p)->lpVtbl->Flush(p,a,b)
|
| /vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
| H A D | FileHandleWrappers.c | 44 File style interface for console (Close, Delete, & Flush) 932 EFI_FILE_FLUSH Flush; member in struct:__anon12744 1126 EnvFileInterface->Flush = FileInterfaceNopGeneric; 1273 EFI_FILE_FLUSH Flush; member in struct:__anon12745 1453 FileInterface->Flush = FileInterfaceNopGeneric; 1477 EFI_FILE_FLUSH Flush; member in struct:__anon12746 1582 Flush data back for the file handle. 1602 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Flush(((EFI_FILE_PROTOCOL_FILE*)This)->Orig); 1795 NewOne->Flush = FileInterfaceFileFlush;
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/ |
| H A D | EbcInt.c | 204 @param Flush Pointer to a function of type EBC_ICACH_FLUSH. 213 IN EBC_ICACHE_FLUSH Flush 1181 @param Flush Pointer to a function of type EBC_ICACH_FLUSH. 1190 IN EBC_ICACHE_FLUSH Flush 1193 mEbcICacheFlush = Flush;
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsBinaryStream.cpp | 64 nsBinaryOutputStream::Flush() { return mOutputStream->Flush(); } function in class:nsBinaryOutputStream
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
| H A D | Uhci.c | 733 Uhc->PciIo->Flush (Uhc->PciIo); 888 Uhc->PciIo->Flush (Uhc->PciIo); 1077 Uhc->PciIo->Flush (Uhc->PciIo); 1221 Uhc->PciIo->Flush (Uhc->PciIo);
|