exstore.c (681e4a5e13c1c8315694eb4f44e0cdd84c9082d2) exstore.c (cf48958e84abb3b2dbb4202d0edbfce6aff65ce7)
1/******************************************************************************
2 *
3 * Module Name: exstore - AML Interpreter object store support
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

57 union acpi_operand_object *dest_desc,
58 struct acpi_walk_state *walk_state);
59
60/*******************************************************************************
61 *
62 * FUNCTION: acpi_ex_store
63 *
64 * PARAMETERS: *source_desc - Value to be stored
1/******************************************************************************
2 *
3 * Module Name: exstore - AML Interpreter object store support
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

57 union acpi_operand_object *dest_desc,
58 struct acpi_walk_state *walk_state);
59
60/*******************************************************************************
61 *
62 * FUNCTION: acpi_ex_store
63 *
64 * PARAMETERS: *source_desc - Value to be stored
65 * *dest_desc - Where to store it. Must be an NS node
66 * or a union acpi_operand_object of type
65 * *dest_desc - Where to store it. Must be an NS node
66 * or union acpi_operand_object of type
67 * Reference;
68 * walk_state - Current walk state
69 *
70 * RETURN: Status
71 *
72 * DESCRIPTION: Store the value described by source_desc into the location
73 * described by dest_desc. Called by various interpreter
74 * functions to store the result of an operation into

--- 428 unchanged lines hidden ---
67 * Reference;
68 * walk_state - Current walk state
69 *
70 * RETURN: Status
71 *
72 * DESCRIPTION: Store the value described by source_desc into the location
73 * described by dest_desc. Called by various interpreter
74 * functions to store the result of an operation into

--- 428 unchanged lines hidden ---