Deleted Added
full compact
dsinit.c (114239) dsinit.c (117521)
1/******************************************************************************
2 *
3 * Module Name: dsinit - Object initialization namespace walk
1/******************************************************************************
2 *
3 * Module Name: dsinit - Object initialization namespace walk
4 * $Revision: 6 $
4 * $Revision: 7 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.

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

298 AcpiDsInitOneObject, &Info, NULL);
299 if (ACPI_FAILURE (Status))
300 {
301 ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "WalkNamespace failed, %s\n",
302 AcpiFormatException (Status)));
303 }
304
305 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT,
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.

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

298 AcpiDsInitOneObject, &Info, NULL);
299 if (ACPI_FAILURE (Status))
300 {
301 ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "WalkNamespace failed, %s\n",
302 AcpiFormatException (Status)));
303 }
304
305 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT,
306 "\nTable [%4.4s] - %hd Objects with %hd Devices %hd Methods %hd Regions\n",
307 TableDesc->Pointer->Signature, Info.ObjectCount,
306 "\nTable [%4.4s](id %4.4X) - %hd Objects with %hd Devices %hd Methods %hd Regions\n",
307 TableDesc->Pointer->Signature, TableDesc->TableId, Info.ObjectCount,
308 Info.DeviceCount, Info.MethodCount, Info.OpRegionCount));
309
310 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
311 "%hd Methods, %hd Regions\n", Info.MethodCount, Info.OpRegionCount));
312
313 return_ACPI_STATUS (AE_OK);
314}
315
316
308 Info.DeviceCount, Info.MethodCount, Info.OpRegionCount));
309
310 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
311 "%hd Methods, %hd Regions\n", Info.MethodCount, Info.OpRegionCount));
312
313 return_ACPI_STATUS (AE_OK);
314}
315
316