Symbol: EFI_SUCCESS
src/system/boot/platform/efi/arch/arm/arch_start.cpp
137
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm/arch_start.cpp
183
if (kBootServices->ExitBootServices(kImage, mapKey) == EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm/arch_start.cpp
192
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm/relocation_func.cpp
73
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/arm/relocation_func.cpp
96
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/arm64/arch_start.cpp
106
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm64/arch_start.cpp
181
if (kBootServices->ExitBootServices(kImage, mapKey) == EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm64/arch_start.cpp
190
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/arm64/relocation_func.cpp
73
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/arm64/relocation_func.cpp
96
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/riscv64/arch_start.cpp
126
if (kBootServices->ExitBootServices(kImage, mapKey) == EFI_SUCCESS) {
src/system/boot/platform/efi/arch/riscv64/arch_start.cpp
135
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/riscv64/arch_start.cpp
86
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/riscv64/relocation_func.cpp
100
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/riscv64/relocation_func.cpp
81
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/x86/arch_start.cpp
138
if (kBootServices->ExitBootServices(kImage, mapKey) == EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86/arch_start.cpp
147
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86/arch_start.cpp
99
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86/relocation_func.cpp
100
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/x86/relocation_func.cpp
76
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/x86_64/arch_start.cpp
113
if (kBootServices->ExitBootServices(kImage, mapKey) == EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86_64/arch_start.cpp
122
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86_64/arch_start.cpp
74
&descriptorSize, &descriptorVersion) != EFI_SUCCESS) {
src/system/boot/platform/efi/arch/x86_64/relocation_func.cpp
74
return EFI_SUCCESS;
src/system/boot/platform/efi/arch/x86_64/relocation_func.cpp
97
return EFI_SUCCESS;
src/system/boot/platform/efi/console.cpp
241
if (ConOut->QueryMode(ConOut, mode, &width, &height) == EFI_SUCCESS) {
src/system/boot/platform/efi/console.cpp
292
if (status != EFI_SUCCESS)
src/system/boot/platform/efi/devices.cpp
211
handles) != EFI_SUCCESS)
src/system/boot/platform/efi/devices.cpp
220
(void**)&blockIo) != EFI_SUCCESS)
src/system/boot/platform/efi/devices.cpp
84
pos, sizeof(readBuffer), readBuffer) != EFI_SUCCESS) {
src/system/boot/platform/efi/heap.cpp
18
if (kBootServices->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, &base) != EFI_SUCCESS)
src/system/boot/platform/efi/mmu.cpp
105
if (status != EFI_SUCCESS)
src/system/boot/platform/efi/mmu.cpp
158
if (status != EFI_SUCCESS)
src/system/boot/platform/efi/mmu.cpp
323
ASSERT_ALWAYS(status == EFI_SUCCESS);
src/system/boot/platform/efi/mmu.cpp
60
if (s != EFI_SUCCESS)
src/system/boot/platform/efi/network.cpp
151
if (status != EFI_SUCCESS || fNetwork == NULL) {
src/system/boot/platform/efi/network.cpp
167
if (status == EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
224
if (status == EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
263
if (status == EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
301
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
308
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
356
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/network.cpp
376
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/quirks.cpp
31
if (status != EFI_SUCCESS || set_os == NULL) {
src/system/boot/platform/efi/quirks.cpp
39
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/quirks.cpp
46
if (status != EFI_SUCCESS) {
src/system/boot/platform/efi/serial.cpp
114
if (status != EFI_SUCCESS)
src/system/boot/platform/efi/serial.cpp
122
if (status != EFI_SUCCESS)
src/system/boot/platform/efi/start.cpp
221
kRuntimeServices->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL);
src/system/boot/platform/efi/start.cpp
263
return EFI_SUCCESS;
src/system/boot/platform/efi/video.cpp
168
if (sGraphicsOutput == NULL || status != EFI_SUCCESS) {
src/system/boot/platform/efi/video.cpp
244
if ((sEdidActiveProtocol != NULL) && (status == EFI_SUCCESS)