Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hysdn/
Dboardergo.c187 static const char TestText[36] = "This Message is filler, why read it"; variable
197 memcpy(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
198 sizeof(TestText)); in ergo_testram()
199 if (memcmp(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
200 sizeof(TestText))) in ergo_testram()
203 memcpy(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
204 sizeof(TestText)); in ergo_testram()
205 if (memcmp(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
206 sizeof(TestText))) in ergo_testram()