Lines Matching refs:string
474 * This is where we evaluate the Signature string, oem_id string,
475 * and oem_table_id string of the Data Table Region declaration
479 /* next_op points to Signature string op */
484 * Evaluate/create the Signature string, oem_id string,
485 * and oem_table_id string operands
495 * Resolve the Signature string, oem_id string,
496 * and oem_table_id string operands
507 status = acpi_tb_find_table(operand[0]->string.pointer,
508 operand[1]->string.pointer,
509 operand[2]->string.pointer, &table_index);
514 operand[0]->string.pointer,
515 operand[1]->string.pointer,
516 operand[2]->string.pointer));