Deleted Added
sdiff udiff text old ( 99679 ) new ( 100966 )
full compact
1/******************************************************************************
2 *
3 * Module Name: nsdump - table dumping routines for debug
4 * $Revision: 137 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 738 unchanged lines hidden (view full) ---

751
752
753 (void) AcpiNsWalkNamespace (Type, StartHandle, MaxDepth,
754 ACPI_NS_WALK_NO_UNLOCK, AcpiNsDumpOneObject,
755 (void *) &Info, NULL);
756}
757
758
759/*******************************************************************************
760 *
761 * FUNCTION: AcpiNsDumpTables
762 *
763 * PARAMETERS: SearchBase - Root of subtree to be dumped, or
764 * NS_ALL to dump the entire namespace
765 * MaxDepth - Maximum depth of dump. Use INT_MAX
766 * for an effectively unlimited depth.
767 *
768 * DESCRIPTION: Dump the name space, or a portion of it.

--- 70 unchanged lines hidden ---