Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtfield.c202 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()
757 DT_FIELD *Field = UtFieldCacheCalloc (); in DtCreateField() local
828 DT_FIELD *Field) in DtLinkField()
H A Ddtexpress.c190 DT_FIELD *Field, in DtResolveIntegerExpression()
481 DT_FIELD *Field) in DtInsertLabelField()
H A Ddtio.c324 DT_FIELD *Field; in DtParseLine() local
1027 DT_FIELD *Field) in DtDumpFieldList()
1150 DT_FIELD *Field, in DtWriteFieldToListing()
H A Ddtutils.c361 DT_FIELD *Field) in DtGetFieldValue()
538 DT_FIELD *Field, in DtGetFieldLength()
H A Ddtsubtable.c395 DT_FIELD *Field, in DtGetSubtableLength()
H A Ddtcompile.c548 DT_FIELD **Field, in DtCompileTable()
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsargs.c640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local
901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DDebugLib.h568 #define CR(Record, TYPE, Field, TestSignature) \ argument
573 #define CR(Record, TYPE, Field, TestSignature) \ argument
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacmacros.h502 #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
H A Dacobject.h640 ACPI_OBJECT_REGION_FIELD Field; member
/f-stack/freebsd/contrib/edk2/Include/
H A DBase.h785 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field)) argument
789 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field)) argument
867 #define BASE_CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - OFFSET_OF (TYPE, Field))) argument