Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddsapi.c97 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()
H A Dmain.c340 t, c / (double)CLOCKS_PER_SEC); in main()
H A Dserver.c194 t, c / (double)CLOCKS_PER_SEC); in isns_connection()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtclock.c42 #ifdef CLOCKS_PER_SEC in fmtclock()
43 clk_tck = CLOCKS_PER_SEC; in fmtclock()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtime43 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
44 #define CLOCKS_PER_SEC CLK_TCK
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
H A Dtime79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
H A Dtime79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
H A Dtime79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
H A Dtime79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclock.c55 return ((TIMES(buffer) - first) * (CLOCKS_PER_SEC/Hz)); in clock()
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h78 #define CLOCKS_PER_SEC 1000000L macro
/illumos-gate/usr/src/boot/include/
H A Dtime.h57 #define CLOCKS_PER_SEC 128 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab94 CLOCKS_PER_SEC C QQ 1 L
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1235 features/time: add default for CLOCKS_PER_SEC