Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dboardergo.c180 static const char TestText[36] = "This Message is filler, why read it"; variable
190 memcpy(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
191 sizeof(TestText)); in ergo_testram()
192 if (memcmp(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
193 sizeof(TestText))) in ergo_testram()
196 memcpy(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
197 sizeof(TestText)); in ergo_testram()
198 if (memcmp(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()
199 sizeof(TestText))) in ergo_testram()