/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/BaseResetSystemLibNull/ |
H A D | BaseResetSystemLibNull.c | 34 ASSERT (FALSE); 49 ASSERT (FALSE); 64 ASSERT (FALSE); 78 ASSERT (FALSE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseTimerLibNullTemplate/ |
H A D | TimerLibNull.c | 35 ASSERT (FALSE); 55 ASSERT (FALSE); 76 ASSERT (FALSE); 110 ASSERT (FALSE); 132 ASSERT (FALSE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ebc/ |
H A D | CpuBreakpoint.c | 64 ASSERT (FALSE); 77 ASSERT (FALSE); 84 returns FALSE. 87 @retval FALSE CPU interrupts are disabled. 96 ASSERT (FALSE); 97 return FALSE;
|
H A D | SetJumpLongJump.c | 66 ASSERT (FALSE);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/ |
H A D | popprnt0.c | 48 return FALSE ;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | Dependency.c | 169 @retval FALSE If driver is not ready to run or some fatal error 185 Operator = FALSE; 186 Operator2 = FALSE; 193 return FALSE; 203 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Depex is empty)\n")); 204 ASSERT (FALSE); 205 return FALSE; 223 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Attempt to fetch past end of depex)\n")); 224 return FALSE; 239 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpecte [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePcdLibNull/ |
H A D | PcdLib.c | 41 ASSERT (FALSE); 62 ASSERT (FALSE); 85 ASSERT (FALSE); 108 ASSERT (FALSE); 131 ASSERT (FALSE); 154 ASSERT (FALSE); 177 ASSERT (FALSE); 198 ASSERT (FALSE); 226 ASSERT (FALSE); 254 ASSERT (FALSE); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCacheMaintenanceLib/ |
H A D | ArmCache.c | 37 ASSERT(FALSE); 73 ASSERT(FALSE); 93 ASSERT(FALSE); 130 ASSERT(FALSE); 150 ASSERT(FALSE); 186 ASSERT(FALSE); 207 ASSERT(FALSE); 245 ASSERT(FALSE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmLibNull/ |
H A D | SmmLibNull.c | 56 it returns FALSE. 59 @retval FALSE No software SMI happened or the software SMI was triggered at run time. 68 return FALSE; 77 it returns FALSE. 80 @retval FALSE No software SMI happened or the software SMI was triggered at boot time. 89 return FALSE;
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | lbxbuf.h | 35 #ifndef FALSE 36 #define FALSE 0 macro
|
/vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/ |
H A D | tstHook.cpp | 24 HANDLE hEvent = CreateEvent(NULL, FALSE, FALSE, VBOXHOOK_GLOBAL_WT_EVENT_NAME);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Option.c | 24 {DHCP_TAG_TIME_OFFSET, DHCP_OPTION_INT32, 1, 1 , FALSE}, 26 {DHCP_TAG_TIME_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 27 {DHCP_TAG_NAME_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 28 {DHCP_TAG_DNS_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 29 {DHCP_TAG_LOG_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 30 {DHCP_TAG_COOKIE_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 31 {DHCP_TAG_LPR_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 32 {DHCP_TAG_IMPRESS_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 33 {DHCP_TAG_RL_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE}, 34 {DHCP_TAG_HOSTNAME, DHCP_OPTION_INT8, 1, -1 , FALSE}, [all...] |
/vbox/src/VBox/Additions/WINNT/Installer/ |
H A D | RegCleanup.cpp | 58 return FALSE; 62 else return FALSE; 66 return FALSE;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/ |
H A D | DxeProtocolNotify.c | 28 { &gEfiSecurityArchProtocolGuid, (VOID **)&gSecurity, NULL, NULL, FALSE }, 29 { &gEfiCpuArchProtocolGuid, (VOID **)&gCpu, NULL, NULL, FALSE }, 30 { &gEfiMetronomeArchProtocolGuid, (VOID **)&gMetronome, NULL, NULL, FALSE }, 31 { &gEfiTimerArchProtocolGuid, (VOID **)&gTimer, NULL, NULL, FALSE }, 32 { &gEfiBdsArchProtocolGuid, (VOID **)&gBds, NULL, NULL, FALSE }, 33 { &gEfiWatchdogTimerArchProtocolGuid, (VOID **)&gWatchdogTimer, NULL, NULL, FALSE }, 34 { &gEfiRuntimeArchProtocolGuid, (VOID **)&gRuntime, NULL, NULL, FALSE }, 35 { &gEfiVariableArchProtocolGuid, (VOID **)NULL, NULL, NULL, FALSE }, 36 { &gEfiVariableWriteArchProtocolGuid, (VOID **)NULL, NULL, NULL, FALSE }, 37 { &gEfiCapsuleArchProtocolGuid, (VOID **)NULL, NULL, NULL, FALSE }, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ebc/ |
H A D | CpuSleepFlushTlb.c | 29 ASSERT (FALSE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibNull/ |
H A D | DebugLib.c | 106 PcdDebugProperyMask is set. Otherwise FALSE is returned. 109 @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear. 118 return FALSE; 126 PcdDebugProperyMask is set. Otherwise FALSE is returned. 129 @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of PcdDebugProperyMask is clear. 138 return FALSE; 146 PcdDebugProperyMask is set. Otherwise FALSE is returned. 149 @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is clear. 158 return FALSE; 166 PcdDebugProperyMask is set. Otherwise FALSE i [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugPrintErrorLevelLib/ |
H A D | BaseDebugPrintErrorLevelLib.c | 45 @retval FALSE The debug print error level mask could not be set. 58 return FALSE;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | Asm.h | 19 #define FALSE 0 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/ResetSystemLib/ |
H A D | ResetSystemLib.c | 67 ASSERT (FALSE); 85 ASSERT (FALSE);
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | power.c | 25 gboolean function_result = FALSE; 38 return FALSE; 68 return upower_call_function ("SuspendAllowed", FALSE, NULL); 95 return upower_call_function ("HibernateAllowed", FALSE, NULL); 116 gboolean function_result = FALSE; 129 return FALSE; 160 return ck_call_function ("CanRestart", FALSE, NULL); 187 return ck_call_function ("CanStop", FALSE, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/ |
H A D | Dependency.c | 207 @retval FALSE If driver is not ready to run or some fatal error 223 Operator = FALSE; 224 Operator2 = FALSE; 231 return FALSE; 243 DEBUG ((DEBUG_DISPATCH, "FALSE\n RESULT = FALSE\n")); 244 return FALSE; 265 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Attempt to fetch past end of depex)\n")); 266 return FALSE; 281 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Unexpecte [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/ |
H A D | LegacyRegion.c | 38 {0xC0000, SIZE_16KB, FALSE, FALSE}, 39 {0xC4000, SIZE_16KB, FALSE, FALSE}, 40 {0xC8000, SIZE_16KB, FALSE, FALSE}, 41 {0xCC000, SIZE_16KB, FALSE, FALSE}, 42 {0xD0000, SIZE_16KB, FALSE, FALSE}, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/ |
H A D | CryptDh.c | 41 If DhContext is NULL, then return FALSE. 67 If DhContext is NULL, then return FALSE. 68 If Prime is NULL, then return FALSE. 76 @retval FALSE Value of Generator is not supported. 77 @retval FALSE PRNG fails to generate random prime number with PrimeLength. 95 return FALSE; 99 return FALSE; 104 return FALSE; 118 If DhContext is NULL, then return FALSE. 119 If Prime is NULL, then return FALSE [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dependency/ |
H A D | Dependency.c | 33 @retval FALSE if the PPI has yet to be installed. 71 return FALSE; 92 @retval FALSE if the dependency expression overflows the evaluation stack 126 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n")); 127 return FALSE; 136 DEBUG ((DEBUG_DISPATCH, " PUSH GUID(%g) = %a\n", StackPtr->Operator, IsPpiInstalled (PeiServices, StackPtr) ? "TRUE" : "FALSE")); 154 DEBUG ((DEBUG_DISPATCH, " RESULT = FALSE (Underflow Error)\n")); 155 return FALSE; 160 // EFI_DEP_AND and the POPed operator evaluates to FALSE, or the 175 (StackPtr-1)->Result = FALSE; [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/ |
H A D | CryptMd4.c | 40 If Md4Context is NULL, then return FALSE. 45 @retval FALSE MD4 context initialization failed. 58 return FALSE; 70 If Md4Context is NULL, then return FALSE. 71 If NewMd4Context is NULL, then return FALSE. 77 @retval FALSE MD4 context copy failed. 91 return FALSE; 107 If Md4Context is NULL, then return FALSE. 114 @retval FALSE MD4 data digest failed. 129 return FALSE; [all...] |