Searched refs:Acpi (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 420 ACPI_HID_DEVICE_PATH *Acpi; in DevPathToTextAcpi() local 422 Acpi = DevPath; in DevPathToTextAcpi() 423 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi() 424 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi() 426 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 430 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 434 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi() 438 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi() 442 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi() 446 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi() [all …]
|
H A D | efivar-dp-parse.c | 799 ACPI_HID_DEVICE_PATH *Acpi; in DevPathFromTextAcpi() local 803 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextAcpi() 809 if (Acpi != NULL) { in DevPathFromTextAcpi() 810 Acpi->HID = EisaIdFromText (HIDStr); in DevPathFromTextAcpi() 811 Acpi->UID = (UINT32)Strtoi (UIDStr); in DevPathFromTextAcpi() 814 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in DevPathFromTextAcpi() 834 ACPI_HID_DEVICE_PATH *Acpi; in ConvertFromTextAcpi() local 837 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextAcpi() 843 if (Acpi != NULL) { in ConvertFromTextAcpi() 844 Acpi->HID = EFI_PNP_ID (PnPId); in ConvertFromTextAcpi() [all …]
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 398 ACPI_HID_DEVICE_PATH Acpi; member 432 ACPI_HID_DEVICE_PATH *Acpi; member
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 1283 ACPI_HID_DEVICE_PATH Acpi; member 1340 ACPI_HID_DEVICE_PATH *Acpi; member
|
/freebsd/sys/contrib/edk2/ |
H A D | MdePkg.dec | 398 ## Include/Guid/Acpi.h 401 ## Include/Guid/Acpi.h 404 ## Include/Guid/Acpi.h
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 270 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the 306 Acpi table support. 519 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong. 18621 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface 18814 All Acpi data types and structures are now in lower case. Only 18815 Acpi macros are upper case for differentiation. 18842 now prefixed with the string "Acpi". This keeps all of the 19368 Added external interfaces (Acpi*) to the ACPI debug memory 19846 prefixed with "Acpi" (with only a few exceptions). The original 19847 two-letter abbreviation for the subcomponent remains after "Acpi" [all …]
|