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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutresrc.c246 ACPI_FIXED_LENGTH, /* 0F EndTag */
281 * NULL, a pointer to the EndTag is returned
304 UINT8 EndTag[2] = {0x79, 0x00}; local
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,
752 AcpiUtGetResourceEndTag( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 **EndTag) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconcat.c506 UINT8 *EndTag; local
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...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Damlresrc.h819 AML_RESOURCE_END_TAG EndTag; member in union:aml_resource
H A Dacrestyp.h890 ACPI_RESOURCE_END_TAG EndTag; member in union:acpi_resource_data
H A Dacutils.h1067 UINT8 **EndTag);

Completed in 97 milliseconds