Searched refs:seconds (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsleep.c33 sleep (unsigned int seconds) argument
40 for (remaining = seconds; remaining > 0; remaining--)
55 rpl_sleep (unsigned int seconds) argument
60 while (limit < seconds)
63 seconds -= limit;
66 return seconds + result;
68 return sleep (seconds);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
49 seconds = 0;
60 seconds++;
64 /seconds == $1/
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Cpu/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
49 seconds = 0;
60 seconds++;
64 /seconds == $1/
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c37 krb5_us_timeofday(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) argument
44 *seconds = os_ctx->time_offset;
63 *seconds = sec;
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c171 * 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) argument
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,
[all...]
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s46 / gethrestime trap returns seconds in %eax, nsecs in %edx
52 movl %eax, (%ecx) / store seconds into timeval ptr
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlckpwdf.c57 * seconds and -1 otherwise. We stand on our head to make it MT-safe.
68 int seconds = 0; local
90 if (seconds++ >= S_WAITTIME) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs184 /* 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...]
H A DHiRes.pm65 ($seconds, $microseconds) = gettimeofday;
67 $elapsed = tv_interval ( $t0, [$seconds, $microseconds]);
123 In array context returns a two-element array with the seconds and
125 seconds like C<Time::HiRes::time()> (see below).
142 Returns the floating seconds between the two times, which should have
148 Returns a floating seconds since the epoch. This function can be
159 the C<time()> seconds since epoch rolled over to 1_000_000_000, the
160 default floating point format of Perl and the seconds since epoch have
169 list context, which will give you the seconds and microseconds as two
174 Sleeps for the specified amount of seconds
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c292 int days, hours, minutes, seconds;
311 seconds = (int) (dt % 60);
314 snprintf(buffer, buflen, "%d:%02d:%02d", hours, minutes, seconds);
315 else if (hours || minutes || seconds)
318 hours, minutes, seconds);
290 int days, hours, minutes, seconds; local
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c1102 unsigned long long seconds; local
1121 ns = a_time % 1000000000ll; /* nanoseconds left over from seconds */
1122 seconds = a_time / 1000000000ll; /* total seconds */
1123 minutes = seconds / 60ll; /* total minutes */
1124 seconds = seconds % 60ll; /* seconds left over from minutes */
1131 hours, minutes, seconds, ns);
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x57 hyper seconds;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtimers.c62 * set an alarm for <t> seconds
78 unsigned seconds = (unsigned)t;
79 if(t && seconds<1)
80 seconds=1;
81 t = (double)alarm(seconds);
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c276 time_t seconds; local
278 seconds = (time_t)fmev_time_sec(ev);
279 return (localtime_r(&seconds, tm));
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c246 * Number of seconds between 1970 and 1601 year
252 smbfs_time_local2server(struct timeval *tsp, int tzoff, long *seconds) argument
254 *seconds = tsp->tv_sec - tzoff * 60;
261 long seconds; local
263 smbfs_time_local2server(tsp, 0, &seconds);
264 *nsec = (((uint64_t)(seconds) & ~1) + DIFF1970TO1601) *
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c189 ktime.seconds = timestamp.tv_sec;
354 errlast.last_time.seconds = (unsigned int)0;
763 tdiff = timestamp.tv_sec - ulog->kdb_last_time.seconds;
803 if ((indx_log->kdb_time.seconds == last.last_time.seconds) &&
862 ulog_handle->lastentry.last_time.seconds =
863 ulog->kdb_last_time.seconds;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm128 CPU seconds> to run. A zero signifies the default of 3 seconds. For
129 example to run at least for 10 seconds:
133 or to run two pieces of code tests for at least 3 seconds:
137 CPU seconds is, in UNIX terms, the user time plus the system time of
139 time spent by the child processes. Less than 0.1 seconds is not
143 Note that the CPU seconds is the B<minimum> time: CPU scheduling and
147 interesting number than the actually spent seconds.
288 seconds. Note though that the speed computations are still conducted
298 in seconds fo
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c413 smb_netbios_sleep(time_t seconds) argument
420 if (seconds == 0)
421 seconds = 1;
422 reltimeout.tv_sec = seconds;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c897 int resplen, seconds, n, s; local
986 seconds = nanoseconds / BILLION;
989 seconds = (statp->retrans << tries);
991 seconds /= statp->nscount;
992 if (seconds <= 0)
993 seconds = 1;
997 timeout = evConsTime(seconds, nanoseconds);
999 timeout = evConsTime(seconds, 0);
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.h200 long long seconds; member in struct:adr_data::__anon1095::__anon1097
280 DT_TIME, time.seconds)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm11 # (4-byte expiration time: unsigned seconds-since-unix-epoch)
132 LIFETIME => $lifetime, # In seconds
153 numeric value. Cached data will expire after this many seconds, and
190 LIFETIME => $lifetime, # In seconds
269 cache item after ten seconds.
307 entirely absent or was older than ten seconds.
338 with a lifetime of ten seconds, and you store it at 12:00:00.998 on a
340 9.01 seconds later, at 12:00:10.008 you try to read it back. Memoize
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java231 * Gets a time option value indicating the given number of seconds.
233 * @param n number of seconds
234 * @return time option value indicating the given number of seconds
237 seconds(int n) method in class:Option
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c700 conv_gmt(int seconds, int flag) argument
705 if ((seconds < _GMT_MIN) || (seconds > _GMT_MAX)) {
709 hour = (seconds / 60) / 60;
1289 * in ISO 6709 sign-degrees-minutes-seconds format,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL130 Average number of seconds per call to this routine.
138 Time (in seconds) spent in this routine and routines called from it.
142 Time (in seconds) spent in this routine (not including those called
147 Average time (in seconds) spent in each call of this routine
430 local $persecs = {}; # times in seconds
432 local $runtime; # runtime in seconds
537 # result is given in seconds.
603 # Report the times in seconds.
895 # Report avg time-per-function in seconds
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm225 This indicates the delay, in seconds, between frames. Smaller delays
288 takes a single numeric argument representing the number of seconds you

Completed in 197 milliseconds

12