Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1741 unsigned long long collecttime) in test_driver() argument
1796 } else if (logsize == 0 || collecttime == 0 || cnt == 0) { in test_driver()
1915 timechunk = collecttime / MAXALRMCALL; in test_driver()
1916 collecttime = collecttime - timechunk * MAXALRMCALL; in test_driver()
1918 msg(2, "logging for (0x%llx 0x%llx)\n", timechunk, collecttime); in test_driver()
1920 (void) alarm(collecttime); /* odd bit of collect time */ in test_driver()
2040 unsigned long long collecttime = DFLTLOGTIME; in main() local
2183 collecttime = strtoull(optarg, &str, 0); in main()
2378 test_driver(&errdef, collecttime); in main()