Lines Matching defs:CatPrint

32 CatPrint (
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 (Str, L"UartFlowCtrl(%s)", L"None");
217 CatPrint (Str, L"UartFlowCtrl(%s)", L"Hardware");
221 CatPrint (Str, L"UartFlowCtrl(%s)", L"XonXoff");
231 CatPrint (
240 CatPrint (Str, L"NoTopology,0,0,0,");
242 CatPrint (
250 CatPrint (Str, L"0,");
252 CatPrint (Str, L"%x,", (UINTN) ((Info >> 8) & 0xff));
255 CatPrint (Str, L"0,0,0,0,");
258 CatPrint (Str, L"%x)", (UINTN) ((SAS_DEVICE_PATH *) Vendor)->Reserved);
262 CatPrint (Str, L"DebugPort()");
276 CatPrint (Str, L"Ven%s(%g", Type, &Vendor->Guid);
279 CatPrint (Str, L",");
281 CatPrint (Str, L"%02x", (UINTN) ((VENDOR_DEVICE_PATH_WITH_DATA *) Vendor)->VendorDefinedData[Index]);
284 CatPrint (Str, L")");
306 CatPrint (Str, L"Acpi(PNP%04x,%x)", (UINTN) EISA_ID_TO_NUM (Acpi->HID), (UINTN) Acpi->UID);
308 CatPrint (Str, L"Acpi(%08x,%x)", (UINTN) Acpi->HID, (UINTN) Acpi->UID);
380 CatPrint (Str, L"AcpiExp(");
382 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->HID));
384 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->HID);
387 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->CID));
389 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->CID);
392 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);
394 CatPrint (Str, L"\"\")");
397 CatPrint (Str, L"AcpiEx(");
399 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->HID));
401 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->HID);
404 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->CID));
406 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->CID);
408 CatPrint (Str, L"%x,", (UINTN) ExtendedAcpi->UID);
411 CatPrint (Str, L"%a,", AsChar8Array + HIDSTRIdx);
413 CatPrint (Str, L"\"\",");
416 CatPrint (Str, L"%a,", AsChar8Array + CIDSTRIdx);
418 CatPrint (Str, L"\"\",");
421 CatPrint (Str, L"%a)", AsChar8Array + UIDSTRIdx);
423 CatPrint (Str, L"\"\")");
453 CatPrint (Str, L"AcpiAdr(%x", (UINTN) AcpiAdr->ADR);
455 CatPrint (Str, L",%x", (UINTN) *(UINT32 *) ((UINT8 *) AcpiAdr + 8 + Index * 4));
457 CatPrint (Str, L")");
478 CatPrint (
504 CatPrint (Str, L"Scsi(Pun%x,Lun%x)", (UINTN) Scsi->Pun, (UINTN) Scsi->Lun);
525 CatPrint (Str, L"Fibre(Wwn%lx,Lun%x)", Fibre->WWN, Fibre->Lun);
546 CatPrint (Str, L"1394(%lx)", &F1394Path->Guid);
567 CatPrint (Str, L"Usb(%x,%x)", (UINTN) Usb->ParentPortNumber, (UINTN) Usb->InterfaceNumber);
588 CatPrint (
615 CatPrint (Str, L"Unit(%x)", (UINTN) LogicalUnit->Lun);
636 CatPrint (
666 CatPrint (
673 CatPrint (
701 CatPrint (Str, L"I2O(%x)", (UINTN) I2OPath->Tid);
730 CatPrint (Str, L"Mac(");
733 CatPrint (Str, L"%02x", (UINTN) MACDevPath->MacAddress.Addr[Index]);
736 CatPrint (Str, L")");
757 CatPrint (
786 CatPrint (
826 CatPrint (
887 CatPrint (Str, L"Uart(DEFAULT,%c,", Parity);
889 CatPrint (Str, L"Uart(%ld,%c,", Uart->BaudRate, Parity);
893 CatPrint (Str, L"D,");
895 CatPrint (Str, L"%d,", (UINTN) Uart->DataBits);
900 CatPrint (Str, L"D)");
904 CatPrint (Str, L"1)");
908 CatPrint (Str, L"1.5)");
912 CatPrint (Str, L"2)");
916 CatPrint (Str, L"x)");
940 CatPrint (
949 CatPrint (Str, L"%s,", (((Options >> 1) & 0x0001) != 0) ? L"CRC32C" : L"None");
950 CatPrint (Str, L"%s,", (((Options >> 3) & 0x0001) != 0) ? L"CRC32C" : L"None");
952 CatPrint (Str, L"%s,", L"None");
954 CatPrint (Str, L"%s,", L"CHAP_UNI");
956 CatPrint (Str, L"%s,", L"CHAP_BI");
960 CatPrint (Str, L"%s)", (IScsi->NetworkProtocol == 0) ? L"TCP" : L"reserved");
981 CatPrint (Str, L"Vlan(%d)", (UINTN) Vlan->VlanId);
1004 CatPrint (
1013 CatPrint (
1022 CatPrint (
1051 CatPrint (Str, L"CDROM(Entry%x)", (UINTN) Cd->BootEntry);
1072 CatPrint (Str, L"%s", Fp->PathName);
1093 CatPrint (Str, L"Media(%g)", &MediaProt->Protocol);
1114 CatPrint (Str, L"%g", &FvFilePath->FvFileName);
1135 CatPrint (
1195 CatPrint (Str, L"Legacy-%s", Type);
1213 CatPrint (Str, L",");
1231 CatPrint (Str, L"?");
1251 CatPrint (Str, L"Fv(%g)", &FvPath->FvName);
1517 CatPrint (&Str, L"/");