Searched defs:CatPrint (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c33 CatPrint ( function
96 CatPrint (Str, L"Pci(%x|%x)", (UINTN) Pci->Device, (UINTN) Pci->Function);
118 CatPrint (Str, L"Pcmcia(Function%x)", (UINTN) Pccard->FunctionNumber);
140 CatPrint (
168 CatPrint (Str, L"Ctrl(%d)", (UINTN) Controller->ControllerNumber);
203 CatPrint (Str, L"VenPcAnsi()");
206 CatPrint (Str, L"VenVt100()");
209 CatPrint (Str, L"VenVt100Plus()");
212 CatPrint (Str, L"VenUft8()");
218 CatPrint (St
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c33 CatPrint ( function
96 CatPrint (Str, L"Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
123 CatPrint (Str, L"PcCard(0x%x)", Pccard->FunctionNumber);
150 CatPrint (
197 CatPrint (Str, L"VenPcAnsi()");
200 CatPrint (Str, L"VenVt100()");
203 CatPrint (Str, L"VenVt100Plus()");
206 CatPrint (Str, L"VenUft8()");
212 CatPrint (Str, L"UartFlowCtrl(%s)", L"None");
216 CatPrint (St
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c32 CatPrint ( function
94 CatPrint (Str, L"Pci(%x|%x)", (UINTN) Pci->Device, (UINTN) Pci->Function);
115 CatPrint (Str, L"Pcmcia(Function%x)", (UINTN) Pccard->FunctionNumber);
136 CatPrint (
163 CatPrint (Str, L"Ctrl(%d)", (UINTN) Controller->ControllerNumber);
198 CatPrint (Str, L"VenPcAnsi()");
201 CatPrint (Str, L"VenVt100()");
204 CatPrint (Str, L"VenVt100Plus()");
207 CatPrint (Str, L"VenUft8()");
213 CatPrint (St
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c66 CatPrint ( function
159 CatPrint (Str, L"%c", Rem + 'a');
184 CatPrint (&MappingItem->Csd, L"%ld", Num);
233 CatPrint (&MappingItem->Csd, L"%c", *Index);
237 CatPrint (&MappingItem->Csd, L"16");
246 CatPrint (&MappingItem->Csd, L"1%c", *Index - 'a' + '0');
255 CatPrint (&MappingItem->Csd, L"1%c", *Index - 'A' + '0');
267 CatPrint (&MappingItem->Csd, L"%c", *Index - '0' + 'a');
269 CatPrint (&MappingItem->Csd, L"%c", *Index - 'a' + 'k');
271 CatPrint (
[all...]

Completed in 54 milliseconds