Searched refs:this_param (Results 1 – 2 of 2) sorted by relevance
984 union acpi_object *this_param; in acpi_db_evaluate_one_predefined_name() local1031 this_param = params; in acpi_db_evaluate_one_predefined_name()1034 this_param->type = arg_type; in acpi_db_evaluate_one_predefined_name()1039 this_param->integer.value = 1; in acpi_db_evaluate_one_predefined_name()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()1052 this_param->buffer.pointer = (u8 *)params; /* just a garbage buffer */ in acpi_db_evaluate_one_predefined_name()1053 this_param->buffer.length = 48; in acpi_db_evaluate_one_predefined_name()1058 this_param->package.elements = NULL; in acpi_db_evaluate_one_predefined_name()[all …]
888 GdbCmdVariant this_param; in cmd_parse_params() local893 &this_param.val_ul)) { in cmd_parse_params()897 g_array_append_val(params, this_param); in cmd_parse_params()901 (uint64_t *)&this_param.val_ull)) { in cmd_parse_params()905 g_array_append_val(params, this_param); in cmd_parse_params()908 this_param.data = curr_data; in cmd_parse_params()910 g_array_append_val(params, this_param); in cmd_parse_params()913 this_param.opcode = *(uint8_t *)curr_data; in cmd_parse_params()915 g_array_append_val(params, this_param); in cmd_parse_params()918 this_param.thread_id.kind = in cmd_parse_params()[all …]