Searched refs:Acpi (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | dpath.c | 569 ACPI_HID_DEVICE_PATH *Acpi; in _DevPathAcpi() local 571 Acpi = DevPath; in _DevPathAcpi() 572 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in _DevPathAcpi() 573 switch ( EISA_ID_TO_NUM( Acpi-> HID ) ) { in _DevPathAcpi() 575 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ; in _DevPathAcpi() 579 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ; in _DevPathAcpi() 583 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ; in _DevPathAcpi() 587 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ; in _DevPathAcpi() 591 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi() 595 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efidevp.h | 478 ACPI_HID_DEVICE_PATH Acpi; member 513 ACPI_HID_DEVICE_PATH *Acpi; member
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | eficons.c | 823 if (dpp.Acpi->HID == EISA_PNP_ID(0x0501)) { in efi_com_probe() 824 uid = dpp.Acpi->UID; in efi_com_probe()
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | readme.txt | 106 Command: C:\Acpi\iasl.exe
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 207 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the 243 Acpi table support. 456 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong. 18558 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface 18751 All Acpi data types and structures are now in lower case. Only 18752 Acpi macros are upper case for differentiation. 18779 now prefixed with the string "Acpi". This keeps all of the 19305 Added external interfaces (Acpi*) to the ACPI debug memory 19783 prefixed with "Acpi" (with only a few exceptions). The original 19784 two-letter abbreviation for the subcomponent remains after "Acpi" [all...] |