51 #define _COMPONENT ACPI_EXECUTER
101 switch (walk_state->opcode) {
116 "Unexpected notify object type [%s]",
136 walk_state->opcode));
168 switch (walk_state->
opcode) {
208 status =
acpi_ex_store(return_desc2, operand[2], walk_state);
213 status =
acpi_ex_store(return_desc1, operand[3], walk_state);
281 goto store_result_to_target;
284 switch (walk_state->
opcode) {
303 &return_desc, walk_state);
324 while ((length < operand[0]->
buffer.length) &&
325 (length < operand[1]->
integer.value) &&
326 (operand[0]->
buffer.pointer[length])) {
343 operand[0]->
buffer.pointer, length);
351 &return_desc, walk_state);
367 index = operand[1]->
integer.value;
375 switch ((operand[0])->common.type) {
378 if (index >= operand[0]->
string.length) {
388 if (index >= operand[0]->
buffer.length) {
398 if (index >= operand[0]->
package.count) {
417 "Index (0x%8.8X%8.8X) is beyond end of object",
426 return_desc->
reference.object = operand[0];
446 store_result_to_target:
515 value, &logical_result);
516 goto store_logical_result;
522 operand[1], &logical_result);
523 goto store_logical_result;
526 switch (walk_state->
opcode) {
532 logical_result =
TRUE;
541 logical_result =
TRUE;
554 store_logical_result:
559 if (logical_result) {