Lines Matching refs:Str

90   IN OUT POOL_PRINT  *Str,  in UefiDevicePathLibCatPrint()  argument
102 if ((Str->Count + (Count + 1)) > Str->Capacity) { in UefiDevicePathLibCatPrint()
103 Str->Capacity = (Str->Count + (Count + 1) * 2); in UefiDevicePathLibCatPrint()
104 Str->Str = reallocf ( in UefiDevicePathLibCatPrint()
105 Str->Str, in UefiDevicePathLibCatPrint()
106 Str->Capacity in UefiDevicePathLibCatPrint()
108 ASSERT (Str->Str != NULL); in UefiDevicePathLibCatPrint()
112 vsnprintf (Str->Str + Str->Count, Str->Capacity - Str->Count, Fmt, Args); in UefiDevicePathLibCatPrint()
113 Str->Count += Count; in UefiDevicePathLibCatPrint()
116 return Str->Str; in UefiDevicePathLibCatPrint()
134 IN OUT POOL_PRINT *Str, in DevPathToTextPci() argument
143 UefiDevicePathLibCatPrint (Str, "Pci(0x%x,0x%x)", Pci->Device, Pci->Function); in DevPathToTextPci()
161 IN OUT POOL_PRINT *Str, in DevPathToTextPccard() argument
170 UefiDevicePathLibCatPrint (Str, "PcCard(0x%x)", Pccard->FunctionNumber); in DevPathToTextPccard()
188 IN OUT POOL_PRINT *Str, in DevPathToTextMemMap() argument
198 Str, in DevPathToTextMemMap()
221 IN OUT POOL_PRINT *Str, in DevPathToTextVendor() argument
244 UefiDevicePathLibCatPrint (Str, "VenPcAnsi()"); in DevPathToTextVendor()
247 UefiDevicePathLibCatPrint (Str, "VenVt100()"); in DevPathToTextVendor()
250 UefiDevicePathLibCatPrint (Str, "VenVt100Plus()"); in DevPathToTextVendor()
253 UefiDevicePathLibCatPrint (Str, "VenUtf8()"); in DevPathToTextVendor()
259 UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "None"); in DevPathToTextVendor()
263 UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "Hardware"); in DevPathToTextVendor()
267 UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "XonXoff"); in DevPathToTextVendor()
277 Str, in DevPathToTextVendor()
285 UefiDevicePathLibCatPrint (Str, "NoTopology,0,0,0,"); in DevPathToTextVendor()
288 Str, in DevPathToTextVendor()
295 UefiDevicePathLibCatPrint (Str, "0,"); in DevPathToTextVendor()
300 UefiDevicePathLibCatPrint (Str, "0x%x,", ((Info >> 8) & 0xff) + 1); in DevPathToTextVendor()
303 UefiDevicePathLibCatPrint (Str, "0x%x,0,0,0,", Info); in DevPathToTextVendor()
306 UefiDevicePathLibCatPrint (Str, "0x%x)", ((SAS_DEVICE_PATH *)Vendor)->Reserved); in DevPathToTextVendor()
309 UefiDevicePathLibCatPrint (Str, "DebugPort()"); in DevPathToTextVendor()
326 UefiDevicePathLibCatPrint (Str, "Ven%s(%36s", Type, G(&Vendor->Guid)); in DevPathToTextVendor()
328 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextVendor()
330 …UefiDevicePathLibCatPrint (Str, "%02x", ((VENDOR_DEVICE_PATH_WITH_DATA *)Vendor)->VendorDefinedDat… in DevPathToTextVendor()
334 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextVendor()
352 IN OUT POOL_PRINT *Str, in DevPathToTextController() argument
362 Str, in DevPathToTextController()
383 IN OUT POOL_PRINT *Str, in DevPathToTextBmc() argument
393 Str, in DevPathToTextBmc()
415 IN OUT POOL_PRINT *Str, in DevPathToTextAcpi() argument
427 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
431 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
435 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi()
439 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi()
443 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi()
447 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi()
451 … UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); in DevPathToTextAcpi()
455 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID); in DevPathToTextAcpi()
474 IN OUT POOL_PRINT *Str, in DevPathToTextAcpiEx() argument
497 UefiDevicePathLibCatPrint (Str, "PciRoot(%s)", UIDStr); in DevPathToTextAcpiEx()
499 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx()
507 UefiDevicePathLibCatPrint (Str, "PcieRoot(%s)", UIDStr); in DevPathToTextAcpiEx()
509 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx()
544 Str, in DevPathToTextAcpiEx()
551 Str, in DevPathToTextAcpiEx()
564 UefiDevicePathLibCatPrint (Str, "AcpiEx(%s,", HIDStr); in DevPathToTextAcpiEx()
566 UefiDevicePathLibCatPrint (Str, "AcpiEx(%s,", HIDText); in DevPathToTextAcpiEx()
570 UefiDevicePathLibCatPrint (Str, "%s,", CIDStr); in DevPathToTextAcpiEx()
572 UefiDevicePathLibCatPrint (Str, "%s,", CIDText); in DevPathToTextAcpiEx()
576 UefiDevicePathLibCatPrint (Str, "%s)", UIDStr); in DevPathToTextAcpiEx()
578 UefiDevicePathLibCatPrint (Str, "0x%x)", AcpiEx->UID); in DevPathToTextAcpiEx()
582 Str, in DevPathToTextAcpiEx()
610 IN OUT POOL_PRINT *Str, in DevPathToTextAcpiAdr() argument
626 UefiDevicePathLibCatPrint (Str, "AcpiAdr(0x%x", AcpiAdr->ADR); in DevPathToTextAcpiAdr()
629 UefiDevicePathLibCatPrint (Str, ",0x%x", Addr[Index]); in DevPathToTextAcpiAdr()
632 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextAcpiAdr()
650 IN OUT POOL_PRINT *Str, in DevPathToTextAtapi() argument
661 UefiDevicePathLibCatPrint (Str, "Ata(0x%x)", Atapi->Lun); in DevPathToTextAtapi()
664 Str, in DevPathToTextAtapi()
688 IN OUT POOL_PRINT *Str, in DevPathToTextScsi() argument
697 UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun); in DevPathToTextScsi()
715 IN OUT POOL_PRINT *Str, in DevPathToTextFibre() argument
724 UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun); in DevPathToTextFibre()
742 IN OUT POOL_PRINT *Str, in DevPathToTextFibreEx() argument
752 UefiDevicePathLibCatPrint (Str, "FibreEx(0x"); in DevPathToTextFibreEx()
754 UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->WWN[Index]); in DevPathToTextFibreEx()
757 UefiDevicePathLibCatPrint (Str, ",0x"); in DevPathToTextFibreEx()
759 UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->Lun[Index]); in DevPathToTextFibreEx()
762 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextFibreEx()
780 IN OUT POOL_PRINT *Str, in DevPathToTextSasEx() argument
790 UefiDevicePathLibCatPrint (Str, "SasEx(0x"); in DevPathToTextSasEx()
793 UefiDevicePathLibCatPrint (Str, "%02x", SasEx->SasAddress[Index]); in DevPathToTextSasEx()
796 UefiDevicePathLibCatPrint (Str, ",0x"); in DevPathToTextSasEx()
798 UefiDevicePathLibCatPrint (Str, "%02x", SasEx->Lun[Index]); in DevPathToTextSasEx()
801 UefiDevicePathLibCatPrint (Str, ",0x%x,", SasEx->RelativeTargetPort); in DevPathToTextSasEx()
804 UefiDevicePathLibCatPrint (Str, "NoTopology,0,0,0"); in DevPathToTextSasEx()
807 Str, in DevPathToTextSasEx()
814 UefiDevicePathLibCatPrint (Str, "0"); in DevPathToTextSasEx()
819 UefiDevicePathLibCatPrint (Str, "0x%x", ((SasEx->DeviceTopology >> 8) & 0xff) + 1); in DevPathToTextSasEx()
822 UefiDevicePathLibCatPrint (Str, "0x%x,0,0,0", SasEx->DeviceTopology); in DevPathToTextSasEx()
825 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextSasEx()
844 IN OUT POOL_PRINT *Str, in DevPathToTextNVMe() argument
856 Str, in DevPathToTextNVMe()
885 IN OUT POOL_PRINT *Str, in DevPathToTextUfs() argument
894 UefiDevicePathLibCatPrint (Str, "UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun); in DevPathToTextUfs()
912 IN OUT POOL_PRINT *Str, in DevPathToTextSd() argument
922 Str, in DevPathToTextSd()
943 IN OUT POOL_PRINT *Str, in DevPathToTextEmmc() argument
953 Str, in DevPathToTextEmmc()
974 IN OUT POOL_PRINT *Str, in DevPathToText1394() argument
986 UefiDevicePathLibCatPrint (Str, "I1394(%016lx)", F1394DevPath->Guid); in DevPathToText1394()
1004 IN OUT POOL_PRINT *Str, in DevPathToTextUsb() argument
1013 UefiDevicePathLibCatPrint (Str, "USB(0x%x,0x%x)", Usb->ParentPortNumber, Usb->InterfaceNumber); in DevPathToTextUsb()
1031 IN OUT POOL_PRINT *Str, in DevPathToTextUsbWWID() argument
1058 Str, in DevPathToTextUsbWWID()
1082 IN OUT POOL_PRINT *Str, in DevPathToTextLogicalUnit() argument
1091 UefiDevicePathLibCatPrint (Str, "Unit(0x%x)", LogicalUnit->Lun); in DevPathToTextLogicalUnit()
1109 IN OUT POOL_PRINT *Str, in DevPathToTextUsbClass() argument
1123 UefiDevicePathLibCatPrint (Str, "UsbAudio"); in DevPathToTextUsbClass()
1127 UefiDevicePathLibCatPrint (Str, "UsbCDCControl"); in DevPathToTextUsbClass()
1131 UefiDevicePathLibCatPrint (Str, "UsbHID"); in DevPathToTextUsbClass()
1135 UefiDevicePathLibCatPrint (Str, "UsbImage"); in DevPathToTextUsbClass()
1139 UefiDevicePathLibCatPrint (Str, "UsbPrinter"); in DevPathToTextUsbClass()
1143 UefiDevicePathLibCatPrint (Str, "UsbMassStorage"); in DevPathToTextUsbClass()
1147 UefiDevicePathLibCatPrint (Str, "UsbHub"); in DevPathToTextUsbClass()
1151 UefiDevicePathLibCatPrint (Str, "UsbCDCData"); in DevPathToTextUsbClass()
1155 UefiDevicePathLibCatPrint (Str, "UsbSmartCard"); in DevPathToTextUsbClass()
1159 UefiDevicePathLibCatPrint (Str, "UsbVideo"); in DevPathToTextUsbClass()
1163 UefiDevicePathLibCatPrint (Str, "UsbDiagnostic"); in DevPathToTextUsbClass()
1167 UefiDevicePathLibCatPrint (Str, "UsbWireless"); in DevPathToTextUsbClass()
1177 Str, in DevPathToTextUsbClass()
1190 Str, in DevPathToTextUsbClass()
1199 Str, in DevPathToTextUsbClass()
1208 Str, in DevPathToTextUsbClass()
1219 Str, in DevPathToTextUsbClass()
1244 IN OUT POOL_PRINT *Str, in DevPathToTextSata() argument
1254 Str, in DevPathToTextSata()
1277 IN OUT POOL_PRINT *Str, in DevPathToTextI2O() argument
1286 UefiDevicePathLibCatPrint (Str, "I2O(0x%x)", I2ODevPath->Tid); in DevPathToTextI2O()
1304 IN OUT POOL_PRINT *Str, in DevPathToTextMacAddr() argument
1321 UefiDevicePathLibCatPrint (Str, "MAC("); in DevPathToTextMacAddr()
1324 UefiDevicePathLibCatPrint (Str, "%02x", MacDevPath->MacAddress.Addr[Index]); in DevPathToTextMacAddr()
1327 UefiDevicePathLibCatPrint (Str, ",0x%x)", MacDevPath->IfType); in DevPathToTextMacAddr()
1339 IN OUT POOL_PRINT *Str, in CatNetworkProtocol() argument
1344 UefiDevicePathLibCatPrint (Str, "TCP"); in CatNetworkProtocol()
1346 UefiDevicePathLibCatPrint (Str, "UDP"); in CatNetworkProtocol()
1348 UefiDevicePathLibCatPrint (Str, "0x%x", Protocol); in CatNetworkProtocol()
1360 IN OUT POOL_PRINT *Str, in CatIPv4Address() argument
1364 …UefiDevicePathLibCatPrint (Str, "%d.%d.%d.%d", Address->Addr[0], Address->Addr[1], Address->Addr[2… in CatIPv4Address()
1375 IN OUT POOL_PRINT *Str, in CatIPv6Address() argument
1380 Str, in CatIPv6Address()
1416 IN OUT POOL_PRINT *Str, in DevPathToTextIPv4() argument
1425 UefiDevicePathLibCatPrint (Str, "IPv4("); in DevPathToTextIPv4()
1426 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4()
1429 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextIPv4()
1433 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextIPv4()
1434 CatNetworkProtocol (Str, IPDevPath->Protocol); in DevPathToTextIPv4()
1436 UefiDevicePathLibCatPrint (Str, ",%s,", IPDevPath->StaticIpAddress ? "Static" : "DHCP"); in DevPathToTextIPv4()
1437 CatIPv4Address (Str, &IPDevPath->LocalIpAddress); in DevPathToTextIPv4()
1439 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextIPv4()
1440 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4()
1441 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextIPv4()
1442 CatIPv4Address (Str, &IPDevPath->SubnetMask); in DevPathToTextIPv4()
1445 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextIPv4()
1463 IN OUT POOL_PRINT *Str, in DevPathToTextIPv6() argument
1472 UefiDevicePathLibCatPrint (Str, "IPv6("); in DevPathToTextIPv6()
1473 CatIPv6Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv6()
1475 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextIPv6()
1479 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextIPv6()
1480 CatNetworkProtocol (Str, IPDevPath->Protocol); in DevPathToTextIPv6()
1484 UefiDevicePathLibCatPrint (Str, ",Static,"); in DevPathToTextIPv6()
1487 UefiDevicePathLibCatPrint (Str, ",StatelessAutoConfigure,"); in DevPathToTextIPv6()
1490 UefiDevicePathLibCatPrint (Str, ",StatefulAutoConfigure,"); in DevPathToTextIPv6()
1494 CatIPv6Address (Str, &IPDevPath->LocalIpAddress); in DevPathToTextIPv6()
1497 UefiDevicePathLibCatPrint (Str, ",0x%x,", IPDevPath->PrefixLength); in DevPathToTextIPv6()
1498 CatIPv6Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv6()
1501 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextIPv6()
1519 IN OUT POOL_PRINT *Str, in DevPathToTextInfiniBand() argument
1529 Str, in DevPathToTextInfiniBand()
1554 IN OUT POOL_PRINT *Str, in DevPathToTextUart() argument
1595 UefiDevicePathLibCatPrint (Str, "Uart(DEFAULT,"); in DevPathToTextUart()
1597 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate); in DevPathToTextUart()
1601 UefiDevicePathLibCatPrint (Str, "DEFAULT,"); in DevPathToTextUart()
1603 UefiDevicePathLibCatPrint (Str, "%d,", Uart->DataBits); in DevPathToTextUart()
1606 UefiDevicePathLibCatPrint (Str, "%c,", Parity); in DevPathToTextUart()
1610 UefiDevicePathLibCatPrint (Str, "D)"); in DevPathToTextUart()
1614 UefiDevicePathLibCatPrint (Str, "1)"); in DevPathToTextUart()
1618 UefiDevicePathLibCatPrint (Str, "1.5)"); in DevPathToTextUart()
1622 UefiDevicePathLibCatPrint (Str, "2)"); in DevPathToTextUart()
1626 UefiDevicePathLibCatPrint (Str, "x)"); in DevPathToTextUart()
1646 IN OUT POOL_PRINT *Str, in DevPathToTextiSCSI() argument
1658 Str, in DevPathToTextiSCSI()
1664 UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)&ISCSIDevPath->Lun)[Index]); in DevPathToTextiSCSI()
1668 UefiDevicePathLibCatPrint (Str, ",%s,", (((Options >> 1) & 0x0001) != 0) ? "CRC32C" : "None"); in DevPathToTextiSCSI()
1669 UefiDevicePathLibCatPrint (Str, "%s,", (((Options >> 3) & 0x0001) != 0) ? "CRC32C" : "None"); in DevPathToTextiSCSI()
1671 UefiDevicePathLibCatPrint (Str, "%s,", "None"); in DevPathToTextiSCSI()
1673 UefiDevicePathLibCatPrint (Str, "%s,", "CHAP_UNI"); in DevPathToTextiSCSI()
1675 UefiDevicePathLibCatPrint (Str, "%s,", "CHAP_BI"); in DevPathToTextiSCSI()
1678 UefiDevicePathLibCatPrint (Str, "%s)", (ISCSIDevPath->NetworkProtocol == 0) ? "TCP" : "reserved"); in DevPathToTextiSCSI()
1696 IN OUT POOL_PRINT *Str, in DevPathToTextVlan() argument
1705 UefiDevicePathLibCatPrint (Str, "Vlan(%d)", Vlan->VlanId); in DevPathToTextVlan()
1723 IN OUT POOL_PRINT *Str, in DevPathToTextBluetooth() argument
1733 Str, in DevPathToTextBluetooth()
1759 IN OUT POOL_PRINT *Str, in DevPathToTextWiFi() argument
1773 UefiDevicePathLibCatPrint (Str, "Wi-Fi(%s)", SSId); in DevPathToTextWiFi()
1791 IN OUT POOL_PRINT *Str, in DevPathToTextBluetoothLE() argument
1801 Str, in DevPathToTextBluetoothLE()
1828 IN OUT POOL_PRINT *Str, in DevPathToTextDns() argument
1841 UefiDevicePathLibCatPrint (Str, "Dns("); in DevPathToTextDns()
1845 CatIPv4Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v4)); in DevPathToTextDns()
1847 CatIPv6Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v6)); in DevPathToTextDns()
1851 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextDns()
1855 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextDns()
1873 IN OUT POOL_PRINT *Str, in DevPathToTextUri() argument
1893 UefiDevicePathLibCatPrint (Str, "Uri(%s)", UriStr); in DevPathToTextUri()
1912 IN OUT POOL_PRINT *Str, in DevPathToTextHardDrive() argument
1924 Str, in DevPathToTextHardDrive()
1935 Str, in DevPathToTextHardDrive()
1945 Str, in DevPathToTextHardDrive()
1953 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive()
1971 IN OUT POOL_PRINT *Str, in DevPathToTextCDROM() argument
1981 UefiDevicePathLibCatPrint (Str, "CDROM(0x%x)", Cd->BootEntry); in DevPathToTextCDROM()
1985 …UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->… in DevPathToTextCDROM()
2003 IN OUT POOL_PRINT *Str, in DevPathToTextFilePath() argument
2014 UefiDevicePathLibCatPrint (Str, "File(%s)", name); in DevPathToTextFilePath()
2033 IN OUT POOL_PRINT *Str, in DevPathToTextMediaProtocol() argument
2042 UefiDevicePathLibCatPrint (Str, "Media(%36s)", G(&MediaProt->Protocol)); in DevPathToTextMediaProtocol()
2060 IN OUT POOL_PRINT *Str, in DevPathToTextFv() argument
2069 UefiDevicePathLibCatPrint (Str, "Fv(%36s)", G(&Fv->FvName)); in DevPathToTextFv()
2087 IN OUT POOL_PRINT *Str, in DevPathToTextFvFile() argument
2096 UefiDevicePathLibCatPrint (Str, "FvFile(%36s)", G(&FvFile->FvFileName)); in DevPathToTextFvFile()
2114 IN OUT POOL_PRINT *Str, in DevPathRelativeOffsetRange() argument
2124 Str, in DevPathRelativeOffsetRange()
2146 IN OUT POOL_PRINT *Str, in DevPathToTextRamDisk() argument
2158 Str, in DevPathToTextRamDisk()
2166 Str, in DevPathToTextRamDisk()
2174 Str, in DevPathToTextRamDisk()
2182 Str, in DevPathToTextRamDisk()
2190 Str, in DevPathToTextRamDisk()
2215 IN OUT POOL_PRINT *Str, in DevPathToTextBBS() argument
2256 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String); in DevPathToTextBBS()
2258 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
2262 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextBBS()
2266 UefiDevicePathLibCatPrint (Str, ",0x%x)", Bbs->StatusFlag); in DevPathToTextBBS()
2284 IN OUT POOL_PRINT *Str, in DevPathToTextEndInstance() argument
2290 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextEndInstance()
2317 IN OUT POOL_PRINT *Str, in DevPathToTextNodeGeneric() argument
2338 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2343 …UefiDevicePathLibCatPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DeviceP… in DevPathToTextNodeGeneric()
2348 UefiDevicePathLibCatPrint (Str, ","); in DevPathToTextNodeGeneric()
2350 UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)Node)[Index]); in DevPathToTextNodeGeneric()
2354 UefiDevicePathLibCatPrint (Str, ")"); in DevPathToTextNodeGeneric()
2433 POOL_PRINT Str; in UefiDevicePathLibConvertDeviceNodeToText() local
2442 ZeroMem (&Str, sizeof (Str)); in UefiDevicePathLibConvertDeviceNodeToText()
2463 ToText (&Str, (VOID *)Node, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2465 ASSERT (Str.Str != NULL); in UefiDevicePathLibConvertDeviceNodeToText()
2466 return Str.Str; in UefiDevicePathLibConvertDeviceNodeToText()
2492 POOL_PRINT Str; in UefiDevicePathLibConvertDevicePathToText() local
2502 ZeroMem (&Str, sizeof (Str)); in UefiDevicePathLibConvertDevicePathToText()
2527 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2528 if (Str.Str[Str.Count] != ',') { in UefiDevicePathLibConvertDevicePathToText()
2529 UefiDevicePathLibCatPrint (&Str, "/"); in UefiDevicePathLibConvertDevicePathToText()
2537 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
2546 if (Str.Str == NULL) { in UefiDevicePathLibConvertDevicePathToText()
2549 return Str.Str; in UefiDevicePathLibConvertDevicePathToText()