Searched refs:ASL_EOF (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dasldefine.h120 #define ASL_EOF ACPI_UINT32_MAX macro
H A Ddtsubtable.c356 return (ASL_EOF);
H A Ddtio.c395 * RETURN: Filled line buffer and offset of start-of-line (ASL_EOF on EOF)
452 return (ASL_EOF);
711 return (ASL_EOF);
755 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF)
H A Dprscan.c332 while ((Status = PrGetNextLine (Gbl_Files[ASL_FILE_INPUT].Handle)) != ASL_EOF)
874 * ASL_EOF - End-of-file reached
922 return (ASL_EOF);
H A Daslfiles.c340 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)
H A Ddtcompile.c466 if (Length == ASL_EOF)

Completed in 33 milliseconds