| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 163 DT_FIELD *Field, 234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength); in DtCompileOneField() 323 AsciiString = Field->Value; in DtCompileUnicode() 360 InString = Field->Value; in DtCompileUuid() 760 Field->StringLength = 0; in DtCreateField() 763 Field->Name = in DtCreateField() 770 Field->Value = in DtCreateField() 775 Field->ByteOffset = Offset; in DtCreateField() 778 DtLinkField (Field); in DtCreateField() 844 Prev->Next = Field; in DtLinkField() [all …]
|
| H A D | dtio.c | 437 Field->Name = Name; in DtParseLine() 438 Field->Value = Value; in DtParseLine() 439 Field->Line = Line; in DtParseLine() 442 Field->Column = Column; in DtParseLine() 445 DtLinkField (Field); in DtParseLine() 1039 while (Field) in DtDumpFieldList() 1043 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList() 1044 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList() 1045 Field->Name, Field->Value); in DtDumpFieldList() 1047 Field = Field->Next; in DtDumpFieldList() [all …]
|
| H A D | dtexpress.c | 163 DT_FIELD *Field); 190 DT_FIELD *Field, in DtResolveIntegerExpression() argument 197 Field->Value); in DtResolveIntegerExpression() 199 AslGbl_CurrentField = Field; in DtResolveIntegerExpression() 201 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression() 481 DT_FIELD *Field) in DtInsertLabelField() argument 486 Field->Value, Field->TableOffset); in DtInsertLabelField() 488 Field->NextLabel = AslGbl_LabelList; in DtInsertLabelField() 489 AslGbl_LabelList = Field; in DtInsertLabelField()
|
| H A D | dtsubtable.c | 395 DT_FIELD *Field, in DtGetSubtableLength() argument 412 if (!Field) in DtGetSubtableLength() 417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength() 444 if (!Field) in DtGetSubtableLength() 449 Field = Field->Next; in DtGetSubtableLength() 456 if (!Field) in DtGetSubtableLength()
|
| H A D | dtcompile.c | 170 DT_FIELD **Field); 548 DT_FIELD **Field, in DtCompileTable() argument 565 if (!Field || !Info) in DtCompileTable() 569 if (!*Field) in DtCompileTable() 581 strcmp ((*Field)->Name, Info->Name)) in DtCompileTable() 605 LocalField = *Field; in DtCompileTable() 653 *Field = LocalField; in DtCompileTable() 681 *Field = LocalField; in DtCompileTable() 689 *Field = LocalField; in DtCompileTable() 727 LocalField = *Field; in DtCompileTable() [all …]
|
| H A D | dtcompiler.h | 291 DT_FIELD **Field, 333 DT_FIELD *Field); 338 DT_FIELD *Field, 356 DT_FIELD *Field, 394 DT_FIELD *Field, 417 DT_FIELD *Field, 425 DT_FIELD *Field, 433 DT_FIELD *Field, 439 DT_FIELD *Field, 447 DT_FIELD *Field); [all …]
|
| H A D | dtutils.c | 361 DT_FIELD *Field) in DtGetFieldValue() argument 363 if (!Field) in DtGetFieldValue() 368 return (Field->Value); in DtGetFieldValue() 538 DT_FIELD *Field, in DtGetFieldLength() argument 645 Value = DtGetFieldValue (Field); in DtGetFieldLength() 677 Value = DtGetFieldValue (Field); in DtGetFieldLength() 714 Value = DtGetFieldValue (Field); in DtGetFieldLength() 723 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid table opcode"); in DtGetFieldLength()
|
| H A D | dtcompilerparser.y | 219 : Field FieldList 220 | Field 223 Field
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exfield.c | 298 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) in AcpiExReadDataFromField() 320 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 365 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 367 memcpy (Buffer, ObjDesc->Field.RegionObj->Field.InternalPccBuffer + in AcpiExReadDataFromField() 369 ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 488 ObjDesc->Field.BitLength); in AcpiExWriteDataToField() 489 memcpy (ObjDesc->Field.RegionObj->Field.InternalPccBuffer + in AcpiExWriteDataToField() 490 ObjDesc->Field.BaseByteOffset, in AcpiExWriteDataToField() 494 MASTER_SUBSPACE_COMMAND (ObjDesc->Field.BaseByteOffset)) || in AcpiExWriteDataToField() 495 GENERIC_SUBSPACE_COMMAND (ObjDesc->Field.BaseByteOffset)) in AcpiExWriteDataToField() [all …]
|
| H A D | exserial.c | 196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio() 258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio() 316 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExReadSerialBus() 321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus() 332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus() 443 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExWriteSerialBus() 448 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus() 459 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
|
| H A D | exprep.c | 609 ObjDesc->Field.AccessLength = Info->AccessLength; in AcpiExPrepFieldValue() 624 ObjDesc->Field.ResourceBuffer = in AcpiExPrepFieldValue() 626 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue() 631 ObjDesc->Field.ResourceBuffer = Info->ResourceBuffer; in AcpiExPrepFieldValue() 635 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex; in AcpiExPrepFieldValue() 656 ObjDesc->Field.StartFieldBitOffset, in AcpiExPrepFieldValue() 657 ObjDesc->Field.BaseByteOffset, in AcpiExPrepFieldValue() 658 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() 659 ObjDesc->Field.RegionObj)); in AcpiExPrepFieldValue() 679 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() [all …]
|
| H A D | exdump.c | 326 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Field.AccessLength), "AccessLength"}, 327 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.RegionObj), "Region Object"}, 328 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.ResourceBuffer), "ResourceBuffer"} 940 ObjDesc->Field.BitLength, in AcpiExDumpOperand() 941 ObjDesc->Field.AccessByteWidth, in AcpiExDumpOperand() 942 ObjDesc->Field.FieldFlags & AML_FIELD_LOCK_RULE_MASK, in AcpiExDumpOperand() 943 ObjDesc->Field.FieldFlags & AML_FIELD_UPDATE_RULE_MASK, in AcpiExDumpOperand() 944 ObjDesc->Field.BaseByteOffset, in AcpiExDumpOperand() 945 ObjDesc->Field.StartFieldBitOffset); in AcpiExDumpOperand() 947 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1); in AcpiExDumpOperand()
|
| /f-stack/freebsd/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local 695 if (!Field) in AcpiPsGetNextField() 710 AcpiPsSetName (Field, Name); in AcpiPsGetNextField() 724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField() 851 AcpiPsFreeOp (Field); in AcpiPsGetNextField() 862 AcpiPsAppendArg (Field, Arg); in AcpiPsGetNextField() 872 return_PTR (Field); in AcpiPsGetNextField() 901 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local 949 if (!Field) in AcpiPsGetNextArg() 960 Arg = Field; in AcpiPsGetNextArg() [all …]
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-modifiers.rst | 2 .. index:: Field Modifiers 5 Field Modifiers 40 .. index:: Field Modifiers; Argument 46 .. index:: Field Modifiers; Argument 67 .. index:: Field Modifiers; Colon 73 .. index:: Field Modifiers; Colon 86 .. index:: Field Modifiers; Display 194 .. index:: Field Modifiers; Key 200 .. index:: Field Modifiers; Key 317 .. index:: Field Modifiers; Trim [all …]
|
| H A D | field-roles.rst | 2 .. index:: Field Roles 5 Field Roles 45 .. index:: Field Roles; Color 138 .. index:: Field Roles; Gettext 173 .. index:: Field Roles; Label 183 .. index:: Field Roles; Note 193 .. index:: Field Roles; Padding 208 .. index:: Field Roles; Title 232 .. index:: Field Roles; Units 258 .. index:: Field Roles; Value [all …]
|
| H A D | xolint.rst | 142 'Field has color without fg- or bg- (role: C)' 145 The message "Field has color without fg- or bg- (role: C)" can be caused by code like: 160 'Field has invalid color or effect (role: C)' 163 The message "Field has invalid color or effect (role: C)" can be caused by code like: 184 'Field has humanize modifier but no format string' 187 The message "Field has humanize modifier but no format string" can be caused by code like: 203 'Field has hn-* modifier but not 'h' modifier' 206 The message "Field has hn-* modifier but not 'h' modifier" can be caused by code like: 315 Field names should be descriptive, and it's hard to 339 instead of "{]:}". Field names are restricted to lower-case
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 568 #define CR(Record, TYPE, Field, TestSignature) \ argument 569 (DebugAssertEnabled () && (BASE_CR (Record, TYPE, Field)->Signature != TestSignature)) ? \ 571 BASE_CR (Record, TYPE, Field) 573 #define CR(Record, TYPE, Field, TestSignature) \ argument 574 BASE_CR (Record, TYPE, Field)
|
| /f-stack/freebsd/contrib/dev/acpica/components/events/ |
| H A D | evregion.c | 385 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch() 386 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch() 387 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch() 395 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch() 396 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch() 397 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch() 398 Address = FieldObj->Field.PinNumberIndex; in AcpiEvAddressSpaceDispatch() 399 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|
| /f-stack/freebsd/contrib/edk2/Include/ |
| H A D | Base.h | 785 #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
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1544 | Field | 1563 | Field | 1581 | Field | 1668 | Field | 1700 | Field | 1850 | Field | 2035 | Field | 2067 | Field | 2084 | Field | 2100 | Field | [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/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
|
| /f-stack/freebsd/contrib/dev/acpica/components/resources/ |
| H A D | rsxface.c | 164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utdelete.c | 415 if (Object->Field.InternalPccBuffer) in AcpiUtDeleteInternalObj() 417 ACPI_FREE(Object->Field.InternalPccBuffer); in AcpiUtDeleteInternalObj()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp7002.txt | 24 - field-even-active: Active-high Field ID output polarity control of the bus.
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | flow_crypto.cli | 15 ; # Field Name Offset (Bytes) Size (Bytes)
|