Searched defs:GetNextStatus (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DForEach.c36 EFI_STATUS GetNextStatus; local
52 GetNextStatus = mIpSecConfig->GetNextSelector (
58 if (GetNextStatus == EFI_BUFFER_TOO_SMALL) {
62 GetNextStatus = mIpSecConfig->GetNextSelector (
70 if (EFI_ERROR (GetNextStatus)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2792 EFI_STATUS GetNextStatus; local
2818 GetNextStatus = EfiIpSecConfigGetNextSelector (
2824 if (GetNextStatus == EFI_BUFFER_TOO_SMALL) {
2843 GetNextStatus = EfiIpSecConfigGetNextSelector (
2851 if (EFI_ERROR (GetNextStatus)) {

Completed in 872 milliseconds