Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeinitfile.c53 #define AE_FILE_BUFFER_SIZE 512 macro
55 static char LineBuffer[AE_FILE_BUFFER_SIZE];
56 static char NameBuffer[AE_FILE_BUFFER_SIZE];
132 while (fgets (LineBuffer, AE_FILE_BUFFER_SIZE, InitFile) != NULL) in AeProcessInitFile()
143 for (idx = 0; fgets (LineBuffer, AE_FILE_BUFFER_SIZE, InitFile); ++idx) in AeProcessInitFile()
165 AcpiOsAllocateZeroed (strnlen (NameBuffer, AE_FILE_BUFFER_SIZE) + 1); in AeProcessInitFile()
176 AcpiOsAllocateZeroed (strnlen (ValueBuffer, AE_FILE_BUFFER_SIZE) + 1); in AeProcessInitFile()