Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/th_tools/
H A Dth_define.c1749 unsigned long long collecttime) in test_driver() argument
1804 } else if (logsize == 0 || collecttime == 0 || cnt == 0) { in test_driver()
1923 timechunk = collecttime / MAXALRMCALL; in test_driver()
1924 collecttime = collecttime - timechunk * MAXALRMCALL; in test_driver()
1926 msg(2, "logging for (0x%llx 0x%llx)\n", timechunk, collecttime); in test_driver()
1928 (void) alarm(collecttime); /* odd bit of collect time */ in test_driver()
2048 unsigned long long collecttime = DFLTLOGTIME; in main() local
2191 collecttime = strtoull(optarg, &str, 0); in main()
2386 test_driver(&errdef, collecttime); in main()