Searched refs:Acpi (Results 1 – 6 of 6) sorted by relevance
/freebsd/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() 447 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi() [all …]
|
H A D | efivar-dp-parse.c | 800 ACPI_HID_DEVICE_PATH *Acpi; in DevPathFromTextAcpi() local 804 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextAcpi() 810 if (Acpi != NULL) { in DevPathFromTextAcpi() 811 Acpi->HID = EisaIdFromText (HIDStr); in DevPathFromTextAcpi() 812 Acpi->UID = (UINT32)Strtoi (UIDStr); in DevPathFromTextAcpi() 815 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in DevPathFromTextAcpi() 835 ACPI_HID_DEVICE_PATH *Acpi; in ConvertFromTextAcpi() local 838 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextAcpi() 844 if (Acpi != NULL) { in ConvertFromTextAcpi() 845 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 | 1265 ACPI_HID_DEVICE_PATH Acpi; member 1323 ACPI_HID_DEVICE_PATH *Acpi; member
|
/freebsd/sys/contrib/edk2/ |
H A D | MdePkg.dec | 319 ## Include/Guid/Acpi.h 322 ## Include/Guid/Acpi.h 325 ## Include/Guid/Acpi.h
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 236 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the 272 Acpi table support. 485 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong. 18587 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface 18780 All Acpi data types and structures are now in lower case. Only 18781 Acpi macros are upper case for differentiation. 18808 now prefixed with the string "Acpi". This keeps all of the 19334 Added external interfaces (Acpi*) to the ACPI debug memory 19812 prefixed with "Acpi" (with only a few exceptions). The original 19813 two-letter abbreviation for the subcomponent remains after "Acpi" [all …]
|