Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswintbl.c179 static char ErrorBuffer[LOCAL_BUFFER_SIZE]; variable
213 ErrorBuffer[0] = 0; in WindowsFormatException()
215 ErrorBuffer, LOCAL_BUFFER_SIZE, NULL); in WindowsFormatException()
217 return (ErrorBuffer); in WindowsFormatException()