HomeSort by: relevance | last modified time | path
    Searched defs:testname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npftest/
npftest.c 45 " %s -T <testname> -c <config>\n"
50 "\t-T <testname>: specific test\n"
198 char *benchmark, *config, *interface, *stream, *testname; local in function:main
207 testname = NULL;
240 testname = optarg;
288 if (!testname || strcmp("nbuf", testname) == 0) {
294 if (!testname || strcmp("bpf", testname) == 0) {
300 if (!testname || strcmp("table", testname) == 0)
    [all...]
  /src/tests/dev/audio/
audiotest.c 168 char testname[64]; variable in typeref:typename:char[64]
189 fprintf(stderr, "usage:\t%s [<options>] [<testname>...]\n",
391 strlcpy(testname, "<NoName>", sizeof(testname));
745 /* Set testname */
752 vsnprintf(testname, sizeof(testname), name, ap);
755 printf("%s\n", testname);
7158 * Keep /^\tENT(testname),/ format in order to add to atf.

Completed in 17 milliseconds