Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 11 of 11) sorted by relevance

/DragonStub/lib/
H A Dboxdraw.c135 return FALSE; in LibIsValidTextGraphics()
149 return FALSE; in LibIsValidTextGraphics()
160 return FALSE; in IsValidAscii()
171 return FALSE; in IsValidEfiCntlChar()
H A Dstr.c340 return *String ? FALSE : TRUE; in MetaMatch()
355 return FALSE; in MetaMatch()
364 return FALSE; // syntax problem in MetaMatch()
370 return FALSE; in MetaMatch()
376 return FALSE; // syntax problem in MetaMatch()
402 return FALSE; in MetaMatch()
H A Dmisc.c174 TryAgain = FALSE; in GrowBuffer()
431 return FALSE; in ValidMBR()
434 ValidMbr = FALSE; in ValidMBR()
456 return FALSE; in ValidMBR()
460 return FALSE; in ValidMBR()
473 return FALSE; in ValidMBR()
480 return FALSE; in ValidMBR()
H A Dcrc.c176 return FALSE; in CheckCrcAltSize()
180 return FALSE; in CheckCrcAltSize()
H A Dhand.c196 Match = FALSE; in LibLocateHandleByDiskSignature()
200 PreviousNodeIsHardDriveDevicePath = FALSE; in LibLocateHandleByDiskSignature()
215 if (PreviousNodeIsHardDriveDevicePath == FALSE) { in LibLocateHandleByDiskSignature()
238 PreviousNodeIsHardDriveDevicePath = FALSE; in LibLocateHandleByDiskSignature()
250 if (Match == FALSE) { in LibLocateHandleByDiskSignature()
H A Ddata.c25 BOOLEAN LibInitialized = FALSE;
H A Dinit.c47 LibFwInstance = FALSE; in InitializeLib()
H A Dprint.c1108 Item.Comma = FALSE; in _Print()
1109 Item.Long = FALSE; in _Print()
1110 Item.Item.Ascii = FALSE; in _Print()
1133 Item.PadBefore = FALSE; in _Print()
1455 ValueToString(Buffer + x, FALSE, (INTN)f); in FloatToString()
H A Ddpath.c1220 return FALSE; in LibMatchDevicePaths()
1229 return FALSE; in LibMatchDevicePaths()
/DragonStub/inc/
H A Defidef.h40 #define FALSE false macro
43 #define FALSE ((BOOLEAN) 0) macro
/DragonStub/lib/ia64/
H A Dsalpal.c261 ASSERT(FALSE); in LibSearchSalSystemTable()