Searched refs:Acpi (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libefivar/ |
| H A D | efivar-dp-format.c | 417 ACPI_HID_DEVICE_PATH *Acpi; in DevPathToTextAcpi() local 419 Acpi = DevPath; in DevPathToTextAcpi() 420 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi() 421 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi() 423 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 427 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi() 431 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi() 435 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi() 439 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi() 443 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi() [all …]
|
| H A D | efivar-dp-parse.c | 795 ACPI_HID_DEVICE_PATH *Acpi; in DevPathFromTextAcpi() local 799 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextAcpi() 805 if (Acpi != NULL) { in DevPathFromTextAcpi() 806 Acpi->HID = EisaIdFromText (HIDStr); in DevPathFromTextAcpi() 807 Acpi->UID = (UINT32)Strtoi (UIDStr); in DevPathFromTextAcpi() 810 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in DevPathFromTextAcpi() 830 ACPI_HID_DEVICE_PATH *Acpi; in ConvertFromTextAcpi() local 833 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextAcpi() 839 if (Acpi != NULL) { in ConvertFromTextAcpi() 840 Acpi->HID = EFI_PNP_ID (PnPId); in ConvertFromTextAcpi() [all …]
|
| /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 | 368 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the 404 Acpi table support. 617 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong. 18719 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface 18912 All Acpi data types and structures are now in lower case. Only 18913 Acpi macros are upper case for differentiation. 18940 now prefixed with the string "Acpi". This keeps all of the 19466 Added external interfaces (Acpi*) to the ACPI debug memory 19944 prefixed with "Acpi" (with only a few exceptions). The original 19945 two-letter abbreviation for the subcomponent remains after "Acpi" [all …]
|