Lines Matching refs:string
302 byte_length = obj_desc->string.length; in acpi_db_test_one_object()
684 acpi_os_printf(" (%4.4X/%3.3X) \"%s\"", (temp1->string.length * 8), in acpi_db_test_string_type()
685 temp1->string.length, temp1->string.pointer); in acpi_db_test_string_type()
690 write_value.string.length = strlen(value_to_write); in acpi_db_test_string_type()
691 write_value.string.pointer = value_to_write; in acpi_db_test_string_type()
705 if (strcmp(temp2->string.pointer, value_to_write)) { in acpi_db_test_string_type()
707 temp2->string.pointer, value_to_write); in acpi_db_test_string_type()
712 write_value.string.length = strlen(temp1->string.pointer); in acpi_db_test_string_type()
713 write_value.string.pointer = temp1->string.pointer; in acpi_db_test_string_type()
727 if (strcmp(temp1->string.pointer, temp3->string.pointer)) { in acpi_db_test_string_type()
729 temp3->string.pointer, temp1->string.pointer); in acpi_db_test_string_type()
997 this_param->string.pointer = in acpi_db_evaluate_one_predefined_name()
999 this_param->string.length = in acpi_db_evaluate_one_predefined_name()
1000 strlen(this_param->string.pointer); in acpi_db_evaluate_one_predefined_name()