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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h228 #define ASL_EOF ACPI_UINT32_MAX macro
H A Ddtio.c459 * RETURN: Filled line buffer and offset of start-of-line (ASL_EOF on EOF)
517 return (ASL_EOF);
550 return (ASL_EOF);
797 return (ASL_EOF);
841 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF)
H A Ddtsubtable.c463 return (ASL_EOF);
H A Dprscan.c439 while ((Status = PrGetNextLine (AslGbl_Files[ASL_FILE_INPUT].Handle)) != ASL_EOF)
981 * ASL_EOF - End-of-file reached
1040 return (ASL_EOF);
H A Ddtcompile.c588 if (Length == ASL_EOF)
H A Daslfiles.c709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)

Completed in 79 milliseconds