Searched refs:Valid (Results 1 – 13 of 13) sorted by relevance
/acpica-3.6.0/source/components/namespace/ |
D | nsxfname.c | 409 UINT16 Valid = 0; in AcpiGetObjectInfo() local 470 Valid |= ACPI_VALID_HID; in AcpiGetObjectInfo() 479 Valid |= ACPI_VALID_UID; in AcpiGetObjectInfo() 490 Valid |= ACPI_VALID_CID; in AcpiGetObjectInfo() 499 Valid |= ACPI_VALID_CLS; in AcpiGetObjectInfo() 534 Valid |= ACPI_VALID_ADR; in AcpiGetObjectInfo() 544 Valid |= ACPI_VALID_SXWS; in AcpiGetObjectInfo() 554 Valid |= ACPI_VALID_SXDS; in AcpiGetObjectInfo() 624 Info->Valid = Valid; in AcpiGetObjectInfo()
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/region/ |
D | dtregions.asl | 65 Name (VRSK, 0x00) /* Counter of the Valid RSK 0x07 */ 66 Name (ERSK, 0x02) /* Expected Counters of the Valid RSK */ 67 Name (VFLG, /* Counters of the Valid Flags */Package (NFLG) 145 Name (VRSK, 0x00) /* Counter of the Valid RSK 0x7E (DataTableRegion) */ 146 Name (ERSK, 0x02) /* Expected Counters of the Valid RSK */ 147 Name (VFLG, /* Counters of the Valid Flags */Package (NFLG)
|
D | opregions.asl | 101 Name (VRSK, /* Counters of the Valid RSKs */Package (NRSK) 115 /* Expected Counters of the Valid RSKs */ 149 Name (VFLG, /* Counters of the Valid Flags */Package (NFLG) 327 Name (VRSK, /* Counters of the Valid RSKs */Package (NRSK) 341 Name (ERSK, /* Expected Counters of the Valid RSKs */Package (NRSK) 355 Name (VFLG, /* Counters of the Valid Flags */Package (NFLG) 424 Name (VRSK, /* Counters of the Valid RSKs */Package (NRSK) 438 Name (ERSK, /* Expected Counters of the Valid RSKs */Package (NRSK) 452 Name (VFLG, /* Counters of the Valid Flags */Package (NFLG)
|
/acpica-3.6.0/source/components/debugger/ |
D | dbnames.c | 1248 if (Info->Valid & ACPI_VALID_ADR) in AcpiDbBusWalk() 1258 if (Info->Valid & ACPI_VALID_HID) in AcpiDbBusWalk() 1267 if (Info->Valid & ACPI_VALID_UID) in AcpiDbBusWalk() 1276 if (Info->Valid & ACPI_VALID_CID) in AcpiDbBusWalk()
|
D | dbdisply.c | 835 if (Info->Valid & ACPI_VALID_HID) in AcpiDbDisplayObjectType() 840 if (Info->Valid & ACPI_VALID_UID) in AcpiDbDisplayObjectType() 845 if (Info->Valid & ACPI_VALID_CID) in AcpiDbDisplayObjectType()
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | SPEC | 5 Valid sequence of requests, no exceptions expected. 11 Valid sequence of requests, no exceptions expected.
|
D | mutex2.asl | 46 * Valid sequence of requests, no exceptions expected. 231 * Valid sequence of requests, no exceptions expected. 609 * Valid sequence of requests, no exceptions expected. 806 * Valid sequence of requests, no exceptions expected.
|
/acpica-3.6.0/source/compiler/ |
D | asltypes.h | 447 BOOLEAN Valid; member
|
D | aslcompile.c | 826 if (Event->Valid) in CmDumpAllEvents()
|
D | aslutils.c | 512 AslGbl_Events[AslGbl_NextEvent].Valid = TRUE; in UtBeginEvent()
|
/acpica-3.6.0/source/include/ |
D | acbuffer.h | 197 UINT8 Valid; member
|
D | actypes.h | 1418 …UINT16 Valid; /* Indicates which optional fields are valid */ member
|
/acpica-3.6.0/documents/ |
D | changes.txt | 2365 bit position ("Line Size Valid", bit 6). 7631 3) Valid tables were encountered with a null signature, so we just
|