Symbol: UefiDevicePathLibCatPrint
lib/libefivar/efivar-dp-format.c
1000
UefiDevicePathLibCatPrint (Str, "I1394(%016lx)", F1394DevPath->Guid);
lib/libefivar/efivar-dp-format.c
1027
UefiDevicePathLibCatPrint (Str, "USB(0x%x,0x%x)", Usb->ParentPortNumber, Usb->InterfaceNumber);
lib/libefivar/efivar-dp-format.c
1071
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1105
UefiDevicePathLibCatPrint (Str, "Unit(0x%x)", LogicalUnit->Lun);
lib/libefivar/efivar-dp-format.c
1137
UefiDevicePathLibCatPrint (Str, "UsbAudio");
lib/libefivar/efivar-dp-format.c
1141
UefiDevicePathLibCatPrint (Str, "UsbCDCControl");
lib/libefivar/efivar-dp-format.c
1145
UefiDevicePathLibCatPrint (Str, "UsbHID");
lib/libefivar/efivar-dp-format.c
1149
UefiDevicePathLibCatPrint (Str, "UsbImage");
lib/libefivar/efivar-dp-format.c
1153
UefiDevicePathLibCatPrint (Str, "UsbPrinter");
lib/libefivar/efivar-dp-format.c
1157
UefiDevicePathLibCatPrint (Str, "UsbMassStorage");
lib/libefivar/efivar-dp-format.c
1161
UefiDevicePathLibCatPrint (Str, "UsbHub");
lib/libefivar/efivar-dp-format.c
1165
UefiDevicePathLibCatPrint (Str, "UsbCDCData");
lib/libefivar/efivar-dp-format.c
1169
UefiDevicePathLibCatPrint (Str, "UsbSmartCard");
lib/libefivar/efivar-dp-format.c
1173
UefiDevicePathLibCatPrint (Str, "UsbVideo");
lib/libefivar/efivar-dp-format.c
1177
UefiDevicePathLibCatPrint (Str, "UsbDiagnostic");
lib/libefivar/efivar-dp-format.c
1181
UefiDevicePathLibCatPrint (Str, "UsbWireless");
lib/libefivar/efivar-dp-format.c
1190
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1203
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1212
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1221
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1232
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1267
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1300
UefiDevicePathLibCatPrint (Str, "I2O(0x%x)", I2ODevPath->Tid);
lib/libefivar/efivar-dp-format.c
1335
UefiDevicePathLibCatPrint (Str, "MAC(");
lib/libefivar/efivar-dp-format.c
1338
UefiDevicePathLibCatPrint (Str, "%02x", MacDevPath->MacAddress.Addr[Index]);
lib/libefivar/efivar-dp-format.c
1341
UefiDevicePathLibCatPrint (Str, ",0x%x)", MacDevPath->IfType);
lib/libefivar/efivar-dp-format.c
1358
UefiDevicePathLibCatPrint (Str, "TCP");
lib/libefivar/efivar-dp-format.c
1360
UefiDevicePathLibCatPrint (Str, "UDP");
lib/libefivar/efivar-dp-format.c
1362
UefiDevicePathLibCatPrint (Str, "0x%x", Protocol);
lib/libefivar/efivar-dp-format.c
1378
UefiDevicePathLibCatPrint (Str, "%d.%d.%d.%d", Address->Addr[0], Address->Addr[1], Address->Addr[2], Address->Addr[3]);
lib/libefivar/efivar-dp-format.c
139
UefiDevicePathLibCatPrint (Str, "Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
lib/libefivar/efivar-dp-format.c
1393
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1439
UefiDevicePathLibCatPrint (Str, "IPv4(");
lib/libefivar/efivar-dp-format.c
1443
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1447
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
1450
UefiDevicePathLibCatPrint (Str, ",%s,", IPDevPath->StaticIpAddress ? "Static" : "DHCP");
lib/libefivar/efivar-dp-format.c
1453
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
1455
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
1459
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1486
UefiDevicePathLibCatPrint (Str, "IPv6(");
lib/libefivar/efivar-dp-format.c
1489
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1493
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
1498
UefiDevicePathLibCatPrint (Str, ",Static,");
lib/libefivar/efivar-dp-format.c
1501
UefiDevicePathLibCatPrint (Str, ",StatelessAutoConfigure,");
lib/libefivar/efivar-dp-format.c
1504
UefiDevicePathLibCatPrint (Str, ",StatefulAutoConfigure,");
lib/libefivar/efivar-dp-format.c
1511
UefiDevicePathLibCatPrint (Str, ",0x%x,", IPDevPath->PrefixLength);
lib/libefivar/efivar-dp-format.c
1515
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1542
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1609
UefiDevicePathLibCatPrint (Str, "Uart(DEFAULT,");
lib/libefivar/efivar-dp-format.c
1611
UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate);
lib/libefivar/efivar-dp-format.c
1615
UefiDevicePathLibCatPrint (Str, "DEFAULT,");
lib/libefivar/efivar-dp-format.c
1617
UefiDevicePathLibCatPrint (Str, "%d,", Uart->DataBits);
lib/libefivar/efivar-dp-format.c
1620
UefiDevicePathLibCatPrint (Str, "%c,", Parity);
lib/libefivar/efivar-dp-format.c
1624
UefiDevicePathLibCatPrint (Str, "D)");
lib/libefivar/efivar-dp-format.c
1628
UefiDevicePathLibCatPrint (Str, "1)");
lib/libefivar/efivar-dp-format.c
1632
UefiDevicePathLibCatPrint (Str, "1.5)");
lib/libefivar/efivar-dp-format.c
1636
UefiDevicePathLibCatPrint (Str, "2)");
lib/libefivar/efivar-dp-format.c
1640
UefiDevicePathLibCatPrint (Str, "x)");
lib/libefivar/efivar-dp-format.c
166
UefiDevicePathLibCatPrint (Str, "PcCard(0x%x)", Pccard->FunctionNumber);
lib/libefivar/efivar-dp-format.c
1671
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1678
UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)&ISCSIDevPath->Lun)[Index]);
lib/libefivar/efivar-dp-format.c
1682
UefiDevicePathLibCatPrint (Str, ",%s,", (((Options >> 1) & 0x0001) != 0) ? "CRC32C" : "None");
lib/libefivar/efivar-dp-format.c
1683
UefiDevicePathLibCatPrint (Str, "%s,", (((Options >> 3) & 0x0001) != 0) ? "CRC32C" : "None");
lib/libefivar/efivar-dp-format.c
1685
UefiDevicePathLibCatPrint (Str, "%s,", "None");
lib/libefivar/efivar-dp-format.c
1687
UefiDevicePathLibCatPrint (Str, "%s,", "CHAP_UNI");
lib/libefivar/efivar-dp-format.c
1689
UefiDevicePathLibCatPrint (Str, "%s,", "CHAP_BI");
lib/libefivar/efivar-dp-format.c
1692
UefiDevicePathLibCatPrint (Str, "%s)", (ISCSIDevPath->NetworkProtocol == 0) ? "TCP" : "reserved");
lib/libefivar/efivar-dp-format.c
1719
UefiDevicePathLibCatPrint (Str, "Vlan(%d)", Vlan->VlanId);
lib/libefivar/efivar-dp-format.c
1746
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1787
UefiDevicePathLibCatPrint (Str, "Wi-Fi(%s)", SSId);
lib/libefivar/efivar-dp-format.c
1814
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1855
UefiDevicePathLibCatPrint (Str, "Dns(");
lib/libefivar/efivar-dp-format.c
1865
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
1869
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1911
UefiDevicePathLibCatPrint (Str, "Uri(%s)", UriStr);
lib/libefivar/efivar-dp-format.c
193
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1941
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1952
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1962
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
1972
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
1974
UefiDevicePathLibCatPrint (Str, ",0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize);
lib/libefivar/efivar-dp-format.c
2003
UefiDevicePathLibCatPrint (Str, "CDROM(0x%x)", Cd->BootEntry);
lib/libefivar/efivar-dp-format.c
2007
UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize);
lib/libefivar/efivar-dp-format.c
2036
UefiDevicePathLibCatPrint (Str, "File(%s)", name);
lib/libefivar/efivar-dp-format.c
2064
UefiDevicePathLibCatPrint (Str, "Media(%36s)", G(&MediaProt->Protocol));
lib/libefivar/efivar-dp-format.c
2091
UefiDevicePathLibCatPrint (Str, "Fv(%36s)", G(&Fv->FvName));
lib/libefivar/efivar-dp-format.c
2118
UefiDevicePathLibCatPrint (Str, "FvFile(%36s)", G(&FvFile->FvFileName));
lib/libefivar/efivar-dp-format.c
2145
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2179
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2187
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2195
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2203
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2211
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
2278
UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String);
lib/libefivar/efivar-dp-format.c
2280
UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String);
lib/libefivar/efivar-dp-format.c
2284
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
2288
UefiDevicePathLibCatPrint (Str, ",0x%x)", Bbs->StatusFlag);
lib/libefivar/efivar-dp-format.c
2312
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
2360
UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
lib/libefivar/efivar-dp-format.c
2365
UefiDevicePathLibCatPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node));
lib/libefivar/efivar-dp-format.c
2370
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
2372
UefiDevicePathLibCatPrint (Str, "%02x", ((UINT8 *)Node)[Index]);
lib/libefivar/efivar-dp-format.c
2376
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
240
UefiDevicePathLibCatPrint (Str, "VenPcAnsi()");
lib/libefivar/efivar-dp-format.c
243
UefiDevicePathLibCatPrint (Str, "VenVt100()");
lib/libefivar/efivar-dp-format.c
246
UefiDevicePathLibCatPrint (Str, "VenVt100Plus()");
lib/libefivar/efivar-dp-format.c
249
UefiDevicePathLibCatPrint (Str, "VenUtf8()");
lib/libefivar/efivar-dp-format.c
255
UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "None");
lib/libefivar/efivar-dp-format.c
2551
UefiDevicePathLibCatPrint (&Str, "/");
lib/libefivar/efivar-dp-format.c
259
UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "Hardware");
lib/libefivar/efivar-dp-format.c
263
UefiDevicePathLibCatPrint (Str, "UartFlowCtrl(%s)", "XonXoff");
lib/libefivar/efivar-dp-format.c
272
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
281
UefiDevicePathLibCatPrint (Str, "NoTopology,0,0,0,");
lib/libefivar/efivar-dp-format.c
283
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
291
UefiDevicePathLibCatPrint (Str, "0,");
lib/libefivar/efivar-dp-format.c
296
UefiDevicePathLibCatPrint (Str, "0x%x,", ((Info >> 8) & 0xff) + 1);
lib/libefivar/efivar-dp-format.c
299
UefiDevicePathLibCatPrint (Str, "0x%x,0,0,0,", Info);
lib/libefivar/efivar-dp-format.c
302
UefiDevicePathLibCatPrint (Str, "0x%x)", ((SAS_DEVICE_PATH *)Vendor)->Reserved);
lib/libefivar/efivar-dp-format.c
305
UefiDevicePathLibCatPrint (Str, "DebugPort()");
lib/libefivar/efivar-dp-format.c
322
UefiDevicePathLibCatPrint (Str, "Ven%s(%36s", Type, G(&Vendor->Guid));
lib/libefivar/efivar-dp-format.c
324
UefiDevicePathLibCatPrint (Str, ",");
lib/libefivar/efivar-dp-format.c
326
UefiDevicePathLibCatPrint (Str, "%02x", ((VENDOR_DEVICE_PATH_WITH_DATA *)Vendor)->VendorDefinedData[Index]);
lib/libefivar/efivar-dp-format.c
330
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
357
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
388
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
423
UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
427
UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
431
UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
435
UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
439
UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
443
UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID);
lib/libefivar/efivar-dp-format.c
447
UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID);
lib/libefivar/efivar-dp-format.c
451
UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID);
lib/libefivar/efivar-dp-format.c
511
UefiDevicePathLibCatPrint (Str, "PciRoot(%s)", Strings[UidStrIndex]);
lib/libefivar/efivar-dp-format.c
513
UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", AcpiEx->UID);
lib/libefivar/efivar-dp-format.c
521
UefiDevicePathLibCatPrint (Str, "PcieRoot(%s)", Strings[UidStrIndex]);
lib/libefivar/efivar-dp-format.c
523
UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", AcpiEx->UID);
lib/libefivar/efivar-dp-format.c
560
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
567
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
578
UefiDevicePathLibCatPrint (Str, "AcpiEx(%s,", Strings[HidStrIndex]);
lib/libefivar/efivar-dp-format.c
580
UefiDevicePathLibCatPrint (Str, "AcpiEx(%s,", HIDText);
lib/libefivar/efivar-dp-format.c
584
UefiDevicePathLibCatPrint (Str, "%s,", Strings[CidStrIndex]);
lib/libefivar/efivar-dp-format.c
586
UefiDevicePathLibCatPrint (Str, "%s,", CIDText);
lib/libefivar/efivar-dp-format.c
590
UefiDevicePathLibCatPrint (Str, "%s)", Strings[UidStrIndex]);
lib/libefivar/efivar-dp-format.c
592
UefiDevicePathLibCatPrint (Str, "0x%x)", AcpiEx->UID);
lib/libefivar/efivar-dp-format.c
595
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
640
UefiDevicePathLibCatPrint (Str, "AcpiAdr(0x%x", AcpiAdr->ADR);
lib/libefivar/efivar-dp-format.c
643
UefiDevicePathLibCatPrint (Str, ",0x%x", Addr[Index]);
lib/libefivar/efivar-dp-format.c
646
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
675
UefiDevicePathLibCatPrint (Str, "Ata(0x%x)", Atapi->Lun);
lib/libefivar/efivar-dp-format.c
677
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
711
UefiDevicePathLibCatPrint (Str, "Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);
lib/libefivar/efivar-dp-format.c
738
UefiDevicePathLibCatPrint (Str, "Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun);
lib/libefivar/efivar-dp-format.c
766
UefiDevicePathLibCatPrint (Str, "FibreEx(0x");
lib/libefivar/efivar-dp-format.c
768
UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->WWN[Index]);
lib/libefivar/efivar-dp-format.c
771
UefiDevicePathLibCatPrint (Str, ",0x");
lib/libefivar/efivar-dp-format.c
773
UefiDevicePathLibCatPrint (Str, "%02x", FibreEx->Lun[Index]);
lib/libefivar/efivar-dp-format.c
776
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
804
UefiDevicePathLibCatPrint (Str, "SasEx(0x");
lib/libefivar/efivar-dp-format.c
807
UefiDevicePathLibCatPrint (Str, "%02x", SasEx->SasAddress[Index]);
lib/libefivar/efivar-dp-format.c
810
UefiDevicePathLibCatPrint (Str, ",0x");
lib/libefivar/efivar-dp-format.c
812
UefiDevicePathLibCatPrint (Str, "%02x", SasEx->Lun[Index]);
lib/libefivar/efivar-dp-format.c
815
UefiDevicePathLibCatPrint (Str, ",0x%x,", SasEx->RelativeTargetPort);
lib/libefivar/efivar-dp-format.c
818
UefiDevicePathLibCatPrint (Str, "NoTopology,0,0,0");
lib/libefivar/efivar-dp-format.c
820
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
828
UefiDevicePathLibCatPrint (Str, "0");
lib/libefivar/efivar-dp-format.c
833
UefiDevicePathLibCatPrint (Str, "0x%x", ((SasEx->DeviceTopology >> 8) & 0xff) + 1);
lib/libefivar/efivar-dp-format.c
836
UefiDevicePathLibCatPrint (Str, "0x%x,0,0,0", SasEx->DeviceTopology);
lib/libefivar/efivar-dp-format.c
839
UefiDevicePathLibCatPrint (Str, ")");
lib/libefivar/efivar-dp-format.c
869
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
908
UefiDevicePathLibCatPrint (Str, "UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun);
lib/libefivar/efivar-dp-format.c
935
UefiDevicePathLibCatPrint (
lib/libefivar/efivar-dp-format.c
966
UefiDevicePathLibCatPrint (