Home
last modified time | relevance | path

Searched refs:Acpi (Results 1 – 2 of 2) sorted by relevance

/DragonStub/lib/ !
H A Ddpath.c567 ACPI_HID_DEVICE_PATH *Acpi; in _DevPathAcpi() local
569 Acpi = DevPath; in _DevPathAcpi()
570 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in _DevPathAcpi()
571 switch ( EISA_ID_TO_NUM( Acpi-> HID ) ) { in _DevPathAcpi()
573 CatPrint( Str , L"Keyboard(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
577 CatPrint( Str , L"ParallelPort(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
581 CatPrint( Str , L"Serial(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
585 CatPrint( Str , L"Floppy(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
589 CatPrint( Str , L"PciRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
593 CatPrint( Str , L"PcieRoot(%d)" , Acpi-> UID ) ; in _DevPathAcpi()
[all …]
/DragonStub/inc/ !
H A Defidevp.h476 ACPI_HID_DEVICE_PATH Acpi; member
511 ACPI_HID_DEVICE_PATH *Acpi; member