/titanic_50/usr/src/cmd/csh/ |
H A D | wait3.c | 94 rp->ru_utime.tv_sec = diffu/HZ; in csh_wait3() 95 rp->ru_utime.tv_usec = ((diffu % HZ) * 1000000) / HZ; in csh_wait3() 96 rp->ru_stime.tv_sec = diffs/HZ; in csh_wait3() 97 rp->ru_stime.tv_usec = ((diffs % HZ) * 1000000) / HZ; in csh_wait3()
|
/titanic_50/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 126 rp->ru_utime.tv_sec = diffu / HZ; in wait4() 127 rp->ru_utime.tv_usec = (diffu % HZ) * (1000000 / HZ); in wait4() 128 rp->ru_stime.tv_sec = diffs/ HZ; in wait4() 129 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 227 rp->ru_utime.tv_sec = diffu / HZ; in wait4() 228 rp->ru_utime.tv_usec = (diffu % HZ) * (1000000 / HZ); in wait4() 229 rp->ru_stime.tv_sec = diffs / HZ; in wait4() 230 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | sysctl.c | 45 #define HZ 100 macro 51 unsigned long rdsv3_sysctl_reconnect_max_jiffies = HZ;
|
/titanic_50/usr/src/cmd/dispadmin/ |
H A D | fxdispadmin.c | 193 if (res != HZ && fx_dptbl[i].fx_quantum != FX_TQINF) { in get_fxdptbl() 196 hrtime.hrt_res = HZ; in get_fxdptbl() 320 } else if (res != HZ) { in set_fxdptbl() 324 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in set_fxdptbl()
|
H A D | fssdispadmin.c | 171 hrtime.hrt_res = HZ; in getadmin() 258 if (res != HZ) { in setadmin() 262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
|
H A D | rtdispadmin.c | 190 if (res != HZ && rt_dptbl[i].rt_quantum != RT_TQINF) { in get_rtdptbl() 193 hrtime.hrt_res = HZ; in get_rtdptbl() 348 } else if (res != HZ) { 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | iadispadmin.c | 193 if (res != HZ) { in get_iadptbl() 196 hrtime.hrt_res = HZ; in get_iadptbl() 348 if (res != HZ) { 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | tsdispadmin.c | 190 if (res != HZ) { in get_tsdptbl() 193 hrtime.hrt_res = HZ; in get_tsdptbl() 344 if (res != HZ) { 348 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
/titanic_50/usr/src/lib/iconv_modules/zh/ |
H A D | Makefile.com | 43 HZ-GB-2312%UTF-8.c \ 44 HZ-GB-2312%zh_CN.euc.c \ 45 UTF-8%HZ-GB-2312.c \ 46 zh_CN.euc%HZ-GB-2312.c \ 47 zh_CN.gbk%HZ-GB-2312.c \ 220 ALL_SOS += HZ-GB-2312%UTF-8.so zh_CN.iso2022-CN%UTF-8.so 221 ALL_SOS += HZ-GB-2312%zh_CN.euc.so zh_CN.iso2022-CN%zh_CN.euc.so 227 ALL_SOS += UTF-8%HZ-GB-2312.so zh_TW-big5p%zh_CN.gbk.so 236 ALL_SOS += zh_CN.euc%HZ-GB-2312.so zh_TW-euc%zh_TW-iso2022-CN-EXT.so 240 ALL_SOS += zh_CN.gbk%HZ-GB-2312.so zh_CN.gbk%UTF-8.so [all …]
|
/titanic_50/usr/src/cmd/acct/ |
H A D | acctdef.h | 113 #define SECS(tics) ((double) tics)/HZ 115 #define MINT(tics) ((double) tics)/(60*HZ)
|
H A D | acctcom.c | 571 pf((double)sys / HZ); in println() 572 pf((double)user / HZ); in println() 574 pf((double)cpu / HZ); in println()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | logent.c | 200 rval = (now - past) / HZ * 1000; in millitick() 202 rval = (now - past) * 1000 / HZ; in millitick()
|
H A D | conn.c | 899 nap(HZ/4); /* approximately 1/4 second */ 1287 if (n > HZ) { 1289 sleep( (int) (((n)+HZ/2)/HZ) );
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | clock.c | 51 return ((TIMES(buffer) - first) * (1000000L/HZ)); in clock()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | clock.c | 53 Hz = HZ; in clock()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | print.c | 106 t += HZ / 2; in prt() 107 t /= HZ; in prt()
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 181 _sd_timed_block(HZ/8, &_sd_ft_cv); in _sd_health_thread() 305 delay(HZ/8); in _sdbc_recovery_io_wait() 361 delay(HZ/8); in _sd_recovery_wblk_wait() 1182 delay(HZ); in _sd_wait_for_dirty() 1231 delay(HZ/4); in _sd_wait_for_flush()
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 454 #undef HZ 455 extern clock_t HZ;
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-iconv-extra.mf | 36 file path=usr/lib/iconv/$(ARCH64)/HZ-GB-2312%zh_CN.euc.so 75 file path=usr/lib/iconv/$(ARCH64)/zh_CN.euc%HZ-GB-2312.so 78 file path=usr/lib/iconv/$(ARCH64)/zh_CN.gbk%HZ-GB-2312.so 102 file path=usr/lib/iconv/HZ-GB-2312%zh_CN.euc.so 141 file path=usr/lib/iconv/zh_CN.euc%HZ-GB-2312.so 144 file path=usr/lib/iconv/zh_CN.gbk%HZ-GB-2312.so 181 link path=usr/lib/iconv/$(ARCH64)/HZ-GB-2312%zh_CN.gbk.so \ 182 target=./HZ-GB-2312%zh_CN.euc.so 295 link path=usr/lib/iconv/HZ-GB-2312%zh_CN.gbk.so \ 296 target=./HZ-GB-2312%zh_CN.euc.so
|
/titanic_50/usr/src/cmd/lastcomm/ |
H A D | lc_pacct.c | 99 x / (double)HZ, ctime(&t)); in lc_pacct()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.h | 74 #define TX_TIMEOUT (10*HZ) /* We need time for auto-neg */ 182 #define TLAN_TIMER_ACT_DELAY (HZ/10)
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 58 #define HZ 60 macro
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 29 #undef HZ /* in case they've included <sys/param.h> */ 59 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
|