Home
last modified time | relevance | path

Searched refs:AE_FILE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/acpica-3.7.0/source/tools/acpiexec/
Daeinitfile.c161 #define AE_FILE_BUFFER_SIZE 512 macro
163 static char LineBuffer[AE_FILE_BUFFER_SIZE];
164 static char NameBuffer[AE_FILE_BUFFER_SIZE];
240 while (fgets (LineBuffer, AE_FILE_BUFFER_SIZE, InitFile) != NULL) in AeProcessInitFile()
251 for (idx = 0; fgets (LineBuffer, AE_FILE_BUFFER_SIZE, InitFile); ++idx) in AeProcessInitFile()
273 AcpiOsAllocateZeroed (strnlen (NameBuffer, AE_FILE_BUFFER_SIZE) + 1); in AeProcessInitFile()
284 AcpiOsAllocateZeroed (strnlen (ValueBuffer, AE_FILE_BUFFER_SIZE) + 1); in AeProcessInitFile()