| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/agg/ |
| denorm.d | 41 this->seconds = (timestamp - start) / 1000000000; 42 printf("Ran for %d seconds.\n", this->seconds); 45 normalize(@func, this->seconds);
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
| toffset.c | 39 krb5_set_real_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) 48 os_ctx->time_offset = seconds - sec; 57 * the seconds and microseconds value as input to this function. This 61 krb5_set_debugging_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) 65 os_ctx->time_offset = seconds; 90 krb5_get_time_offsets(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) 94 if (seconds) 95 *seconds = os_ctx->time_offset; 106 krb5_set_time_offsets(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) 110 os_ctx->time_offset = seconds; [all...] |
| c_ustime.c | 92 krb5_crypto_us_timeofday(krb5_int32 *seconds, krb5_int32 *microseconds) 104 /* Just guessing: If the number of seconds hasn't changed, yet the 127 *seconds = now.sec;
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| ustime.c | 37 krb5_us_timeofday(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) 44 *seconds = os_ctx->time_offset; 63 *seconds = sec;
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/predicates/ |
| tst.predcache.ksh | 163 seconds=`date +%S` 165 if [ "$seconds" -ne "$last" ]; then 166 last=$seconds 186 seconds=`date +%S` 188 if [ "$seconds" -ne "$last" ]; then 189 last=$seconds
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| OptionDescriptions.properties | 35 UTCoffst=Client's time offset from UTC in seconds 57 PathTO=Path MTU aging timeout in seconds 82 LeaseTim=Lease time in seconds
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/sys/ |
| gettimeofday.s | 45 / gethrestime trap returns seconds in %eax, nsecs in %edx 51 movl %eax, (%ecx) / store seconds into timeval ptr
|
| /onnv/onnv-gate/usr/src/cmd/initpkg/ |
| shutdown.sh | 150 seconds=`/usr/bin/expr ${grace} % 60` 166 if [ ${hours} -eq 0 -a ${seconds} -gt 0 ] 168 if [ ${seconds} -eq 1 ] 170 time="${time}${seconds} second" 172 time="${time}${seconds} seconds" 210 # Final shutdown message, and sleep away the final 10 seconds (or less).
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/ |
| termclock.sh | 177 (( ${ date +"hours.val=%H , minutes.val=%M , seconds.val=%S" ; } )) 182 minutes.val+=seconds.val/60. 185 draw_clock_hand seconds 208 clear_clock_hand seconds 248 compound seconds=( 264 seconds.length=90 seconds.scale=60 seconds.ch=$"s" 279 [u:update?Update interval (defaults to 0.9 seconds).]:[interval]
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| todsg.c | 276 time_t seconds; local 291 (char *)&seconds, sizeof (time_t)))) { 323 if (seconds != pre_seconds) { /* SC still alive */ 324 pre_seconds = seconds; 326 skew_adjust = hrestime.tv_sec - (seconds + domain_skew); 345 ts.tv_sec = seconds + domain_skew; 374 time_t seconds; local 408 (char *)&seconds, sizeof (time_t)))) { 424 if (!complained && (ts.tv_sec != (seconds + domain_skew))) { 425 hwtod = seconds + domain_skew [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.tconst.c | 179 tchar S_seconds[] = {'s','e','c','o','n','d','s',0};/*"seconds"*/
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestDrop.java | 43 static int seconds; field in class:TestDrop 48 if (seconds <= 0) { 58 }, seconds * 1000L); 108 System.err.println("usage: java TestDrop [ seconds ]"); 117 seconds = Integer.parseInt(args[0]);
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/sp-monitor/ |
| sp_monitor.c | 78 * We reset the seconds and generation so that the next time 91 uint32_t seconds, generation; local 93 if (ipmi_sunoem_uptime(smp->sm_hdl, &seconds, &generation) != 0) { 108 if (seconds < smp->sm_seconds || 113 smp->sm_seconds = seconds; 184 fmd_hdl_debug(hdl, "successfully loaded, uptime = %u seconds "
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| progressmeter.c | 50 #define STALL_TIME 5 /* we're stalled after this many seconds */ 131 int hours, minutes, seconds; local 206 seconds = bytes_left / bytes_per_second; 208 seconds = (int)elapsed; 210 hours = seconds / 3600; 211 seconds -= hours * 3600; 212 minutes = seconds / 60; 213 seconds -= minutes * 60; 217 "%d:%02d:%02d", hours, minutes, seconds); 220 " %02d:%02d", minutes, seconds); [all...] |
| /onnv/onnv-gate/usr/src/lib/pam_modules/ldap/ |
| ldap_acct_mgmt.c | 171 * Return Value: PAM_SUCCESS - If account is valid, seconds param will have 172 * seconds left for password to expire 178 * seconds param will have no. of seconds for the 183 get_account_mgmt(char *user, int *seconds, int *grace) 200 *seconds = 220 /* max failures reached, seconds before unlock */ 221 *seconds = 258 int seconds = 0, grace = 0; local 297 result = get_account_mgmt(user, &seconds, &grace) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| lckpwdf.c | 57 * seconds and -1 otherwise. We stand on our head to make it MT-safe. 68 int seconds = 0; local 90 if (seconds++ >= S_WAITTIME) {
|
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| subr.c | 235 * Number of seconds between 1970 and 1601 year 241 smb_time_local2server(struct timeval *tsp, int tzoff, long *seconds) 243 *seconds = tsp->tv_sec - tzoff * 60; 247 smb_time_server2local(ulong_t seconds, int tzoff, struct timeval *tsp) 249 tsp->tv_sec = seconds + tzoff * 60; 267 long seconds; local 269 smb_time_local2server(tsp, 0, &seconds); 270 *nsec = (((uint64_t)(seconds) & ~1) + DIFF1970TO1601) *
|
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| hardclk.c | 140 * To handle the H_ENOTSUPPORTED we return 0 seconds and let clkset 149 uint64_t seconds; local 164 ret = hv_tod_get(&seconds); 194 ts.tv_sec = tod_validate(seconds);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
| HiRes.xs | 184 /* If the performance counter delta drifts more than 0.5 seconds from the 220 /* seconds since epoch */ 252 VMS binary time is expressed in 100 nano-seconds since 401 tp->tv_sec = quo; /* Whole seconds */ 402 tp->tv_usec = quo1; /* Micro-seconds */ 407 tp->tv_sec = ans1.quot; /* Whole seconds */ 408 tp->tv_usec = ans2.quot; /* Micro-seconds */ 758 IV seconds = (IV) (useconds / 1E6); 762 if (seconds) { 763 sleep(seconds); [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| xref.sh | 75 # Print the provided informational message, and the current value of $SECONDS 81 typeset -i min seconds 83 ((seconds = SECONDS)) 84 ((min = seconds / 60)) 85 ((sec = seconds % 60)) 229 SECONDS=0 256 SECONDS=0
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kproplog/ |
| kproplog.c | 169 if (indx_log->kdb_time.seconds == 0L) 173 ctime((time_t *)&(indx_log->kdb_time.seconds))); 306 if (ulog->kdb_last_time.seconds == 0L) { 309 if (ulog->kdb_first_time.seconds == 0L) 314 &(ulog->kdb_first_time.seconds))); 318 ctime((time_t *)&(ulog->kdb_last_time.seconds)));
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
| platsvcd.conf | 37 * TIMEOUT <seconds> 38 * Specifies a maximum interval in seconds that an application 41 * INTERVAL <poll interval in seconds> <#tasks at this interval>
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| str_conv.c | 289 int days, hours, minutes, seconds; 309 seconds = (int) (dt % 60); 313 sprintf(buffer, "%d:%02d:%02d", hours, minutes, seconds); 314 else if (hours || minutes || seconds) 317 hours, minutes, seconds); 287 int days, hours, minutes, seconds; local
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
| platsvcd.conf | 36 * TIMEOUT <seconds> 37 * Specifies a maximum interval in seconds that an application 40 * INTERVAL <poll interval in seconds> <#tasks at this interval>
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
| platsvcd.conf | 36 * TIMEOUT <seconds> 37 * Specifies a maximum interval in seconds that an application 40 * INTERVAL <poll interval in seconds> <#tasks at this interval>
|