Lines Matching defs:Format
245 * Op->Child - Format string
246 * Op->Next - Format string arguments
255 char *Format;
267 Format = ACPI_CAST_PTR (char, Op->Asl.Child->Asl.Value.String);
276 for (; *Format; ++Format)
278 if (*Format != '%')
284 StartPosition = Format;
311 ++Format;
329 switch (*Format)
398 * If we get here and there's no child node then Format