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

  /src/sys/external/bsd/acpica/dist/executer/
exconcat.c 506 UINT8 *EndTag;
516 * Find the EndTag descriptor in each resource template.
517 * Note1: returned pointers point TO the EndTag, not past it.
518 * Note2: zero-length buffers are allowed; treated like one EndTag
523 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag);
529 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
533 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag);
539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
541 /* Combine both lengths, minimum size will be 2 for EndTag */
545 /* Create a new buffer object for the result (with one EndTag) */
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 246 ACPI_FIXED_LENGTH, /* 0F EndTag */
281 * NULL, a pointer to the EndTag is returned
304 UINT8 EndTag[2] = {0x79, 0x00};
310 /* The absolute minimum resource template is one EndTag descriptor */
353 /* An EndTag descriptor terminates this resource template */
359 * the 2nd byte of the EndTag
373 /* Return the pointer to the EndTag if requested */
389 /* Did not find an EndTag descriptor */
393 /* Insert an EndTag anyway. AcpiRsGetListLength always leaves room */
395 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 815 AML_RESOURCE_END_TAG EndTag;
acrestyp.h 890 ACPI_RESOURCE_END_TAG EndTag;
  /src/sys/arch/ibmnws/include/
pnp.h 475 EndTag = 15,
  /src/sys/arch/prep/include/
pnp.h 475 EndTag = 15,

Completed in 17 milliseconds