HomeSort by: relevance | last modified time | path
    Searched refs:ASL_EOF (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
asldefine.h 228 #define ASL_EOF ACPI_UINT32_MAX
dtio.c 459 * 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)
dtsubtable.c 463 return (ASL_EOF);
prscan.c 439 while ((Status = PrGetNextLine (AslGbl_Files[ASL_FILE_INPUT].Handle)) != ASL_EOF)
984 * ASL_EOF - End-of-file reached
1043 return (ASL_EOF);
dtcompile.c 631 if (Length == ASL_EOF)
aslfiles.c 709 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)

Completed in 17 milliseconds