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