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 120 #define ASL_EOF ACPI_UINT32_MAX
dtio.c 351 * RETURN: Filled line buffer and offset of start-of-line (ASL_EOF on EOF)
409 return (ASL_EOF);
442 return (ASL_EOF);
689 return (ASL_EOF);
733 while ((Offset = DtGetNextLine (Handle, 0)) != ASL_EOF)
dtsubtable.c 355 return (ASL_EOF);
prscan.c 331 while ((Status = PrGetNextLine (AslGbl_Files[ASL_FILE_INPUT].Handle)) != ASL_EOF)
876 * ASL_EOF - End-of-file reached
935 return (ASL_EOF);
dtcompile.c 523 if (Length == ASL_EOF)
aslfiles.c 601 while (DtGetNextLine (IncludeFile, DT_ALLOW_MULTILINE_QUOTES) != ASL_EOF)

Completed in 39 milliseconds