/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | dsapi.c | 97 t, c / (double)CLOCKS_PER_SEC); in target_add_obj() 125 t, c / (double)CLOCKS_PER_SEC); in target_modify_obj() 153 t, c / (double)CLOCKS_PER_SEC); in target_delete_obj() 181 t, c / (double)CLOCKS_PER_SEC); in target_delete_assoc() 208 t, c / (double)CLOCKS_PER_SEC); in target_update_commit() 210 total_time, total_clock / (double)CLOCKS_PER_SEC); in target_update_commit() 239 t, c / (double)CLOCKS_PER_SEC); in target_update_retreat() 241 total_time, total_clock / (double)CLOCKS_PER_SEC); in target_update_retreat()
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | fmtclock.c | 42 #ifdef CLOCKS_PER_SEC in fmtclock() 43 clk_tck = CLOCKS_PER_SEC; in fmtclock()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_limits.h | 37 #ifndef CLOCKS_PER_SEC 38 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 101 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_limits.h | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_limits.h | 37 #ifndef CLOCKS_PER_SEC 38 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 101 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_limits.h | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_limits.h | 37 #ifndef CLOCKS_PER_SEC 38 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 101 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_limits.h | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_limits.h | 37 #ifndef CLOCKS_PER_SEC 38 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 101 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_limits.h | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000 macro
|
H A D | ast_time.h | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | time | 43 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 44 #define CLOCKS_PER_SEC CLK_TCK
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | limits | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000
|
H A D | time | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | limits | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | limits | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000
|
H A D | time | 79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK) 80 #define CLOCKS_PER_SEC CLK_TCK
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | limits | 16 #ifndef CLOCKS_PER_SEC 17 #define CLOCKS_PER_SEC 1000000
|