Searched refs:Destroyed (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.c415 if (Instance->Destroyed) {
420 // Use the Destroyed flag to avoid the re-entering of the following code.
422 Instance->Destroyed = TRUE;
444 Instance->Destroyed = FALSE;
H A DUdp4Impl.h112 BOOLEAN Destroyed; member in struct:_UDP4_INSTANCE_DATA_
H A DUdp4Impl.c487 Instance->Destroyed = FALSE;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.c443 if (Instance->Destroyed) {
448 // Use the Destroyed flag to avoid the re-entering of the following code.
450 Instance->Destroyed = TRUE;
472 Instance->Destroyed = FALSE;
H A DUdp6Impl.h100 BOOLEAN Destroyed; member in struct:_UDP6_INSTANCE_DATA
H A DUdp6Impl.c494 Instance->Destroyed = FALSE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpDriver.c693 if (Instance->Destroyed) {
698 // Use the Destroyed as a flag to avoid re-entrance.
700 Instance->Destroyed = TRUE;
725 Instance->Destroyed = FALSE;
H A DArpImpl.h126 BOOLEAN Destroyed; member in struct:__anon11194
H A DArpImpl.c55 Instance->Destroyed = FALSE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpDriver.c545 if (Instance->Destroyed) {
549 Instance->Destroyed = TRUE;
577 Instance->Destroyed = FALSE;
H A DMnpImpl.h61 BOOLEAN Destroyed; member in struct:__anon11232

Completed in 533 milliseconds