Lines Matching defs:Temp
168 char **Temp);
194 char *Temp = NULL;
205 Temp = (char *) (&Op->Named.Name);
207 if (!strncmp(Temp, "_T_", 3))
209 /* Allocate and init a new Temp List node */
235 if (!AcpiDmIsSwitchBlock (Op, &Temp))
247 /* Note, if we get here Temp is not NULL */
249 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4))
280 "Warning: Declaration for temp name %.4s not found\n", Temp);
328 * Temp - Where the compiler temp name is returned
359 char **Temp)
399 *Temp = (char *) (NamePathOp->Common.Value.Name);