Searched defs:Field (Results 1 – 12 of 12) sorted by relevance
/acpica-latest/source/compiler/ |
D | dtfield.c | 202 DT_FIELD *Field, in DtCompileOneField() 271 DT_FIELD *Field, in DtCompileString() 314 DT_FIELD *Field, in DtCompileUnicode() 353 DT_FIELD *Field, in DtCompileUuid() 396 DT_FIELD *Field, in DtCompileInteger() 566 DT_FIELD *Field, in DtCompileBuffer() 634 DT_FIELD *Field, in DtCompileFlag() 763 DT_FIELD *Field = UtFieldCacheCalloc (); in DtCreateField() local 834 DT_FIELD *Field) in DtLinkField()
|
D | dtexpress.c | 190 DT_FIELD *Field, in DtResolveIntegerExpression() 481 DT_FIELD *Field) in DtInsertLabelField()
|
D | dtio.c | 324 DT_FIELD *Field; in DtParseLine() local 1027 DT_FIELD *Field) in DtDumpFieldList() 1150 DT_FIELD *Field, in DtWriteFieldToListing()
|
D | dtutils.c | 361 DT_FIELD *Field) in DtGetFieldValue() 543 DT_FIELD *Field, in DtGetFieldLength()
|
D | dtsubtable.c | 395 DT_FIELD *Field, in DtGetSubtableLength()
|
D | dtcompile.c | 590 DT_FIELD **Field, in DtCompileTable()
|
/acpica-latest/source/tools/examples/ |
D | extables.c | 586 Field (GNVS, AnyAcc, NoLock, Preserve) in Field() function
|
/acpica-latest/source/components/parser/ |
D | psargs.c | 640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local 901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local
|
/acpica-latest/source/tools/acpihelp/ |
D | ahdecode.c | 200 const char *Field) in AhPrintOneField()
|
/acpica-latest/source/components/resources/ |
D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
|
/acpica-latest/source/include/ |
D | acmacros.h | 502 #define ACPI_EXTRACT_1BIT_FLAG(Field, Position) (ACPI_GET_1BIT_FLAG ((Field) >> Position)) argument 503 #define ACPI_EXTRACT_2BIT_FLAG(Field, Position) (ACPI_GET_2BIT_FLAG ((Field) >> Position)) argument 504 #define ACPI_EXTRACT_3BIT_FLAG(Field, Position) (ACPI_GET_3BIT_FLAG ((Field) >> Position)) argument 505 #define ACPI_EXTRACT_4BIT_FLAG(Field, Position) (ACPI_GET_4BIT_FLAG ((Field) >> Position)) argument
|
D | acobject.h | 642 ACPI_OBJECT_REGION_FIELD Field; member
|