Searched refs:Check (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp60 static void Check(const char* s1, const char* s2, PRIntn n) function
108 Check(tp->s1, tp->s2, tp->n);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DElTorito.c51 UINTN Check; local
115 // Check for valid volume descriptor signature
166 Check = 0;
169 Check += CheckBuffer[Index];
172 if ((Check & 0xFFFF) != 0) {
185 // Check this entry
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DElTorito.c77 UINTN Check; local
142 // Check for valid volume descriptor signature
193 Check = 0;
196 Check += CheckBuffer[Index];
199 if ((Check & 0xFFFF) != 0) {
212 // Check this entry
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DGetInterruptsState.S40 tst R0, #0x80 @Check if IRQ is enabled.
H A DGetInterruptsState.asm40 TST R0, #0x80 ;Check if IRQ is enabled.
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DSearchForBfvBase.asm44 ; Check FFS GUID
56 ; Check FV Length
H A DSearchForSecEntry.asm81 cmp byte [eax + 0x12], EFI_FV_FILETYPE_SECURITY_CORE ; Check File Type
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py24 from Check import Check namespace
67 # Check EFI_SOURCE (Edk build convention). EDK_SOURCE will always point to ECP
119 self.Check()
224 # Check each checkpoint
226 def Check(self): member in class:Ecc
228 EccCheck = Check()
229 EccCheck.Check()
287 # Check workspace envirnoment
351 help="Check al
[all...]
H A DCheck.py22 ## Check
28 class Check(object): class in inherits:object
32 # Check all required checkpoints
33 def Check(self): member in class:Check
47 # Check whether file has non ACSII char
90 # Check whether return type exists and in the first line
103 # Check whether any optional functional modifiers exist and next to the return type
116 # Check whether the next line contains the function name, left justified, followed by the beginning of the parameter list
117 # Check whether the closing parenthesis is on its own line and also indented two spaces
130 # Check whethe
1089 Check = Check() variable in class:Check
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c21 Check whether the configure parameter is valid.
133 Check whether a NIC exist in the platform given its MAC address.
209 // Check whether we need perform reclaim.
230 Check:
252 // Check variable GUID.
288 goto Check;
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp53 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIInputStream.cpp57 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIClassInfo.cpp54 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIComponentManagerObsolete.cpp53 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIEnumerator.cpp54 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIInterfaceInfoManager.cpp55 if (!Py_nsISupports::Check(self, iid)) {
H A DPyISimpleEnumerator.cpp54 if (!Py_nsISupports::Check(self, iid)) {
H A DPyIVariant.cpp51 if (!Py_nsISupports::Check(self, iid)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c306 @param[in] Check The callback function for each option found
307 @param[in] Context The opaque parameter for the Check
319 IN DHCP_CHECK_OPTION Check OPTIONAL,
360 if ((Check != NULL) && EFI_ERROR (Check (Tag, Len, Buffer + Cur, Context))) {
381 @param[in] Check The callback function to be called for each option
383 @param[in] Context The opaque parameter for Check
392 IN DHCP_CHECK_OPTION Check OPTIONAL,
404 Check,
417 Check,
[all...]
H A DDhcp4Option.h225 @param[in] Check The callback function to be called for each option
227 @param[in] Context The opaque parameter for Check
236 IN DHCP_CHECK_OPTION Check OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c260 // Check if the device path is in ConIn Variable
266 Check
273 // Check the device path, if it is a hot plug device,
396 // Check if the device path is in ConOut & ErrOut Variable
402 Check
412 Check
419 // Check the device path, if it is a hot plug device,
918 if ((Operation == Check) || (!EFI_ERROR (Status))) {
982 Check if the device supports hot-plug through its device path.
1003 // Check devic
[all...]
H A DConPlatform.h52 Check, enumerator in enum:__anon11131
297 Check if the device supports hot-plug through its device path.
/vbox/src/libs/libpng-1.2.8/scripts/
H A Dmakevms.com4 $! Check for MMK/MMS
/vbox/src/VBox/Main/src-all/win/
H A Dcomregister.cmd22 REM Check if the current user is an administrator. Otherwise
98 REM Check for 64-bitness.
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm91 ; Check that the A20 gate is disabled when we come from the BIOS.
132 ; Check what the bios thinks the state is.

Completed in 69 milliseconds

12