Searched refs:AE_FILE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
161 #define AE_FILE_BUFFER_SIZE 512 macro163 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()