Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daemain.c178 #define AE_BUFFER_SIZE 1024 macro
200 static char BatchBuffer[AE_BUFFER_SIZE]; /* Batch command buffer */
319 if (strlen (AcpiGbl_Optarg) > (AE_BUFFER_SIZE -1)) in AeDoOptions()
322 (UINT32) strlen (AcpiGbl_Optarg), (AE_BUFFER_SIZE -1)); in AeDoOptions()