Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c58 #define MAXALRMCALL (0x1000ull) /* alarm does not permit big values */ macro
1923 timechunk = collecttime / MAXALRMCALL; in test_driver()
1924 collecttime = collecttime - timechunk * MAXALRMCALL; in test_driver()
1951 if (alarm(MAXALRMCALL) == 0) in test_driver()