Lines Matching refs:string
269 byte_length = obj_desc->string.length; in acpi_db_test_one_object()
633 (temp1->string.length * 8), temp1->string.length, in acpi_db_test_string_type()
634 temp1->string.pointer); in acpi_db_test_string_type()
639 write_value.string.length = strlen(value_to_write); in acpi_db_test_string_type()
640 write_value.string.pointer = value_to_write; in acpi_db_test_string_type()
654 if (strcmp(temp2->string.pointer, value_to_write)) { in acpi_db_test_string_type()
656 temp2->string.pointer, value_to_write); in acpi_db_test_string_type()
661 write_value.string.length = strlen(temp1->string.pointer); in acpi_db_test_string_type()
662 write_value.string.pointer = temp1->string.pointer; in acpi_db_test_string_type()
676 if (strcmp(temp1->string.pointer, temp3->string.pointer)) { in acpi_db_test_string_type()
678 temp3->string.pointer, temp1->string.pointer); in acpi_db_test_string_type()
1044 this_param->string.pointer = in acpi_db_evaluate_one_predefined_name()
1046 this_param->string.length = in acpi_db_evaluate_one_predefined_name()
1047 strlen(this_param->string.pointer); in acpi_db_evaluate_one_predefined_name()