Lines Matching refs:Verbose
165 IN CONST BOOLEAN Verbose in LoadedImageProtocolDumpInformation() argument
175 if (!Verbose) { in LoadedImageProtocolDumpInformation()
242 IN CONST BOOLEAN Verbose in GraphicsOutputProtocolDumpInformation() argument
255 if (!Verbose) { in GraphicsOutputProtocolDumpInformation()
369 IN CONST BOOLEAN Verbose in EdidDiscoveredProtocolDumpInformation() argument
378 if (!Verbose) { in EdidDiscoveredProtocolDumpInformation()
433 IN CONST BOOLEAN Verbose in EdidActiveProtocolDumpInformation() argument
442 if (!Verbose) { in EdidActiveProtocolDumpInformation()
497 IN CONST BOOLEAN Verbose in PciRootBridgeIoDumpInformation() argument
511 if (!Verbose) { in PciRootBridgeIoDumpInformation()
637 IN CONST BOOLEAN Verbose in TxtOutProtocolDumpInformation() argument
650 if (!Verbose) { in TxtOutProtocolDumpInformation()
713 IN CONST BOOLEAN Verbose in DriverEfiVersionProtocolDumpInformation() argument
747 IN CONST BOOLEAN Verbose, in ConvertDevicePathToShortText() argument
759 if (!Verbose && Temp != NULL && StrLen(Temp) > Length) { in ConvertDevicePathToShortText()
784 IN CONST BOOLEAN Verbose in DevicePathProtocolDumpInformation() argument
794 Temp = ConvertDevicePathToShortText (DevPath, Verbose, 30); in DevicePathProtocolDumpInformation()
814 IN CONST BOOLEAN Verbose in LoadedImageDevicePathProtocolDumpInformation() argument
824 Temp = ConvertDevicePathToShortText (DevPath, Verbose, 30); in LoadedImageDevicePathProtocolDumpInformation()
842 IN CONST BOOLEAN Verbose in AdapterInformationDumpInformation() argument
857 if (!Verbose) { in AdapterInformationDumpInformation()
1075 IN CONST BOOLEAN Verbose in FirmwareManagementDumpInformation() argument
1117 if (!Verbose) { in FirmwareManagementDumpInformation()
1991 IN CONST BOOLEAN Verbose in GetProtocolInformationDump() argument
2005 return (Id->DumpInfo(TheHandle, Verbose)); in GetProtocolInformationDump()