Searched refs:Acpi (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libefivar/ |
| H A D | efivar-dp-format.c | 421 ACPI_HID_DEVICE_PATH *Acpi; in DevPathToTextAcpi() local 423 Acpi = DevPath; in DevPathToTextAcpi() 424 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi() 425 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi() 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() 451 … UefiDevicePathLibCatPrint (Str, "Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); in DevPathToTextAcpi() [all …]
|
| H A D | efivar-dp-parse.c | 784 ACPI_HID_DEVICE_PATH *Acpi; in DevPathFromTextAcpi() local 788 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextAcpi() 794 Acpi->HID = EisaIdFromText (HIDStr); in DevPathFromTextAcpi() 795 Acpi->UID = (UINT32)Strtoi (UIDStr); in DevPathFromTextAcpi() 797 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in DevPathFromTextAcpi() 817 ACPI_HID_DEVICE_PATH *Acpi; in ConvertFromTextAcpi() local 820 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextAcpi() 826 Acpi->HID = EFI_PNP_ID (PnPId); in ConvertFromTextAcpi() 827 Acpi->UID = (UINT32)Strtoi (UIDStr); in ConvertFromTextAcpi() 829 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in ConvertFromTextAcpi()
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efidevp.h | 398 ACPI_HID_DEVICE_PATH Acpi; member 432 ACPI_HID_DEVICE_PATH *Acpi; member
|
| /freebsd-14.2/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1265 ACPI_HID_DEVICE_PATH Acpi; member 1323 ACPI_HID_DEVICE_PATH *Acpi; member
|
| /freebsd-14.2/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 319 ## Include/Guid/Acpi.h 322 ## Include/Guid/Acpi.h 325 ## Include/Guid/Acpi.h
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 22 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the 58 Acpi table support. 271 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong. 18374 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface 18567 All Acpi data types and structures are now in lower case. Only 18568 Acpi macros are upper case for differentiation. 18595 now prefixed with the string "Acpi". This keeps all of the 19121 Added external interfaces (Acpi*) to the ACPI debug memory 19599 prefixed with "Acpi" (with only a few exceptions). The original 19600 two-letter abbreviation for the subcomponent remains after "Acpi" [all …]
|