Lines Matching defs:tmp
119 union acpi_object *obj, tmp[2];
120 union acpi_object argv4 = ACPI_INIT_DSM_ARGV4(2, tmp);
140 if (sscanf(buf, "%llu %llu", &tmp[0].integer.value,
141 &tmp[1].integer.value) != 2)
144 tmp[0].type = ACPI_TYPE_INTEGER;
145 tmp[1].type = ACPI_TYPE_INTEGER;
155 tmp[0].type = ACPI_TYPE_INTEGER;
156 if (sscanf(buf, "%llu", &tmp[0].integer.value) != 1)
182 union acpi_object tmp = {
203 obj = &tmp;
288 union acpi_object *obj, tmp;
289 union acpi_object argv = ACPI_INIT_DSM_ARGV4(1, &tmp);
303 tmp.integer.type = ACPI_TYPE_INTEGER;
305 tmp.integer.value = i;