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

  /src/sys/external/bsd/acpica/dist/dispatcher/
dspkginit.c 169 ACPI_OPERAND_OBJECT **Element);
261 * Allocate the element array (array of pointers to the individual
280 /* First arg is element count. Second arg begins the initializer list */
349 /* This package element is already built, just get it */
367 * Initialize this package element. This function handles the
384 /* Make new element ref count match original ref count */
472 * DESCRIPTION: Resolve a named reference element within a package object
497 * to the location within the element array because a new object
536 * RETURN: Possible new element is stored to the indirect ElementPtr
538 * DESCRIPTION: Resolve a package element that is a reference to a name
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
uttrack.c 157 * element contains the caller's component, module name, function name, and
159 * AcpiUtTrackAllocation to add an element to the list; deletion
434 * 2) Element was found. Returns Allocation parameter.
435 * 3) Element was not found. Returns position where it should be
438 * DESCRIPTION: Searches for an element in the global allocation tracking list.
439 * If the element is not found, returns the location within the
440 * list where the element should be inserted.
457 ACPI_DEBUG_MEM_BLOCK *Element;
460 Element = AcpiGbl_GlobalList->ListHead;
461 if (!Element)
    [all...]

Completed in 12 milliseconds