HomeSort by: relevance | last modified time | path
    Searched refs:EndTag (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 138 ACPI_FIXED_LENGTH, /* 0F EndTag */
173 * NULL, a pointer to the EndTag is returned
196 UINT8 EndTag[2] = {0x79, 0x00};
202 /* The absolute minimum resource template is one EndTag descriptor */
245 /* An EndTag descriptor terminates this resource template */
251 * the 2nd byte of the EndTag
265 /* Return the pointer to the EndTag if requested */
281 /* Did not find an EndTag descriptor */
285 /* Insert an EndTag anyway. AcpiRsGetListLength always leaves room */
287 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex)
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exconcat.c 397 UINT8 *EndTag;
407 * Find the EndTag descriptor in each resource template.
408 * Note1: returned pointers point TO the EndTag, not past it.
409 * Note2: zero-length buffers are allowed; treated like one EndTag
414 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag);
420 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
424 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag);
430 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
432 /* Combine both lengths, minimum size will be 2 for EndTag */
436 /* Create a new buffer object for the result (with one EndTag) */
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype1.c 53 * EndTag
86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG |
88 Descriptor->EndTag.Checksum = 0;
  /src/sys/arch/ibmnws/include/
pnp.h 475 EndTag = 15,
  /src/sys/arch/prep/include/
pnp.h 475 EndTag = 15,
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 707 AML_RESOURCE_END_TAG EndTag;
acrestyp.h 782 ACPI_RESOURCE_END_TAG EndTag;
acutils.h 959 UINT8 **EndTag);

Completed in 28 milliseconds