Home | History | Annotate | Download | only in namespace

Lines Matching refs:Parent

229  * PARAMETERS:  Handle          - Handle of object whose parent is desired
230 * RetHandle - Where the parent handle will be placed
234 * DESCRIPTION: Returns a handle to the parent of the object represented by
254 /* Special case for the predefined Root Node (no parent) */
276 /* Get the parent entry */
278 ParentNode = Node->Parent;
281 /* Return exception if parent is null */
303 * Parent - Parent object whose children we are getting
319 ACPI_HANDLE Parent,
342 /* If null handle, use the parent */
348 ParentNode = AcpiNsValidateHandle (Parent);
357 /* Non-null handle, ignore the parent */