Searched defs:collecttime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1744 * 'collecttime' is the number of seconds used to log accesses
1749 unsigned long long collecttime)
1804 } else if (logsize == 0 || collecttime == 0 || cnt == 0) {
1923 timechunk = collecttime / MAXALRMCALL;
1924 collecttime = collecttime - timechunk * MAXALRMCALL;
1926 msg(2, "logging for (0x%llx 0x%llx)\n", timechunk, collecttime);
1928 (void) alarm(collecttime); /* odd bit of collect time */
2048 unsigned long long collecttime = DFLTLOGTIME; local
2191 collecttime
1748 test_driver(struct bofi_errdef *edp, unsigned long long collecttime) argument
[all...]

Completed in 62 milliseconds