.. | .. |
---|
3 | 3 | * |
---|
4 | 4 | * Module Name: psxface - Parser external interfaces |
---|
5 | 5 | * |
---|
6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
---|
7 | 7 | * |
---|
8 | 8 | *****************************************************************************/ |
---|
9 | 9 | |
---|
.. | .. |
---|
147 | 147 | goto cleanup; |
---|
148 | 148 | } |
---|
149 | 149 | |
---|
| 150 | + walk_state->method_pathname = info->full_pathname; |
---|
| 151 | + walk_state->method_is_nested = FALSE; |
---|
| 152 | + |
---|
150 | 153 | if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) { |
---|
151 | 154 | walk_state->parse_flags |= ACPI_PARSE_MODULE_LEVEL; |
---|
152 | 155 | } |
---|
.. | .. |
---|
267 | 270 | goto cleanup; |
---|
268 | 271 | } |
---|
269 | 272 | |
---|
| 273 | + walk_state->method_pathname = info->full_pathname; |
---|
| 274 | + walk_state->method_is_nested = FALSE; |
---|
| 275 | + |
---|
270 | 276 | if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) { |
---|
271 | 277 | walk_state->parse_flags |= ACPI_PARSE_MODULE_LEVEL; |
---|
272 | 278 | } |
---|