/dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
H A 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() 757 DT_FIELD *Field = UtFieldCacheCalloc (); in DtCreateField() local 828 DT_FIELD *Field) in DtLinkField()
|
H A D | dtexpress.c | 190 DT_FIELD *Field, in DtResolveIntegerExpression() 481 DT_FIELD *Field) in DtInsertLabelField()
|
H A D | dtio.c | 324 DT_FIELD *Field; in DtParseLine() local 1027 DT_FIELD *Field) in DtDumpFieldList() 1150 DT_FIELD *Field, in DtWriteFieldToListing()
|
H A D | dtutils.c | 361 DT_FIELD *Field) in DtGetFieldValue() 542 DT_FIELD *Field, in DtGetFieldLength()
|
H A D | dtsubtable.c | 395 DT_FIELD *Field, in DtGetSubtableLength()
|
H A D | dtcompile.c | 548 DT_FIELD **Field, in DtCompileTable()
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/parser/ |
H A D | psargs.c | 640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local 901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local
|
/dflybsd-src/sys/contrib/dev/acpica/source/tools/examples/ |
H A D | extables.c | 586 Field (GNVS, AnyAcc, NoLock, Preserve) in Field() function
|
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/ |
H A D | DebugLib.h | 621 #define CR(Record, TYPE, Field, TestSignature) \ argument 626 #define CR(Record, TYPE, Field, TestSignature) \ argument
|
/dflybsd-src/games/robots/ |
H A D | extern.c | 55 char Field[Y_FIELDSIZE][X_FIELDSIZE]; /* the playing field itself */ variable
|
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpihelp/ |
H A D | ahdecode.c | 200 const char *Field) in AhPrintOneField()
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/resources/ |
H A D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
|
/dflybsd-src/sys/contrib/dev/acpica/source/include/ |
H A 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
|
H A D | acobject.h | 642 ACPI_OBJECT_REGION_FIELD Field; member
|
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/ |
H A D | Base.h | 754 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field)) argument 758 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field)) argument 840 #define BASE_CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - OFFSET_OF (TYPE, Field))) argument
|