Lines Matching defs:Format
245 * Op->Child - Format string
246 * Op->Next - Format string arguments
255 char *Format;
265 /* Get format string */
267 Format = ACPI_CAST_PTR (char, Op->Asl.Child->Asl.Value.String);
276 for (; *Format; ++Format)
278 if (*Format != '%')
284 StartPosition = Format;
311 ++Format;
314 * We have a format parameter and will need an argument to go
329 switch (*Format)
376 "Unrecognized format specifier");
398 * If we get here and there's no child node then Format