Home | History | Annotate | Download | only in disktest

Lines Matching defs:newTest

485 	test_ll_t *newTest = NULL, *lastTest = NULL;
495 return newTest;
506 return newTest;
513 lastTest = newTest;
514 newTest = getNewTest(lastTest);
515 if (newTest != lastTest) {
516 memset(newTest->args->device, 0,
518 strncpy(newTest->args->device,
520 createChild(threadedMain, newTest);
522 newTest = lastTest;
531 newTest = getNewTest(newTest);
532 if (newTest != NULL) {
533 createChild(threadedMain, newTest);
537 return newTest;