Searched refs:EndTag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutresrc.c412 ACPI_FIXED_LENGTH, /* 0F EndTag */
442 * NULL, a pointer to the EndTag is returned
465 UINT8 EndTag[2] = {0x79, 0x00}; local
471 /* The absolute minimum resource template is one EndTag descriptor */
514 /* An EndTag descriptor terminates this resource template */
520 * the 2nd byte of the EndTag
527 /* Return the pointer to the EndTag if requested */
543 /* Did not find an EndTag descriptor */
547 /* Insert an EndTag anyway. AcpiRsGetListLength always leaves room */
549 (void) AcpiUtValidateResource (WalkState, EndTag,
901 AcpiUtGetResourceEndTag( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 **EndTag) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconcat.c396 UINT8 *EndTag; local
406 * Find the EndTag descriptor in each resource template.
407 * Note1: returned pointers point TO the EndTag, not past it.
408 * Note2: zero-length buffers are allowed; treated like one EndTag
413 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag);
419 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
423 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag);
429 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
431 /* Combine both lengths, minimum size will be 2 for EndTag */
435 /* Create a new buffer object for the result (with one EndTag) */
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h556 AML_RESOURCE_END_TAG EndTag; member in union:aml_resource
H A Dacrestyp.h657 ACPI_RESOURCE_END_TAG EndTag; member in union:acpi_resource_data
H A Dacutils.h857 UINT8 **EndTag);

Completed in 100 milliseconds