Searched refs:secs (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dtime.c41 int secs; local
43 secs = ub_get_timer(0) / 1000;
45 *tloc = secs;
47 return (secs);
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_time.c36 int secs; local
38 secs = OF_milliseconds() / 1000;
40 *tloc = secs;
41 return secs;
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_sleep.c40 __os_sleep(secs, usecs)
41 u_long secs, usecs; /* Seconds and microseconds. */
46 for (; usecs >= 1000000; ++secs, usecs -= 1000000)
50 return (__db_jump.j_sleep(secs, usecs));
56 t.tv_sec = secs;
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_wrappers.c20 char *p_secstodate(uint_t secs) { argument
21 return (isc_p_secstodate((ulong_t)secs));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dalarm.c35 alarm(unsigned int secs) argument
41 itp->it_value.tv_sec = secs;
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c72 sleep(unsigned int secs) argument
74 uint_t end = (secs * 1000) + prom_gettime();
/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c384 time_t secs; local
421 secs = (time_t)s;
434 secs = (time_t)s;
445 secs = 0;
447 secs = (time_t)s;
449 secs = (time_t)s;
466 secs = 0;
468 secs = (time_t)s;
470 secs = (time_t)s;
490 (pcb->pcb_cur)->fcb_start = secs;
711 int32_t secs, msecs; local
717 int32_t secs, msecs; local
728 int64_t secs, msecs; local
747 int64_t secs, msecs; local
891 int32_t secs, msecs; local
895 int64_t secs, msecs; local
1005 int32_t secs, msecs; local
1024 int64_t secs, msecs; local
[all...]
H A Dtime.c92 time_t secs, gsecs, lsecs, save_gsecs; local
100 r1secs = secs = tm_to_secs(tme);
101 (void) memcpy((void *)&gtime, (void *)gmtime(&secs), sizeof (gtime));
102 (void) memcpy((void *)&ltime, (void *)localtime(&secs), sizeof (ltime));
110 secs = lsecs - gsecs;
111 gsecs -= secs;
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dcons.h32 int keyhit(unsigned int secs);
H A Dcons.c99 keyhit(unsigned int secs) argument
105 secs *= SECOND;
110 if (secs > 0) {
114 if (t1 < t0 || t1 >= t0 + secs)
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcptop.d50 secs = $2 ? $2 : 5;
84 /secs != 0/
86 secs--;
93 /secs == 0/
119 secs = 5;
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudptop.d51 secs = $2 ? $2 : 5;
82 /secs != 0/
84 secs--;
91 /secs == 0/
114 secs = 5;
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_resolv.h30 char *p_secstodate(ulong_t secs);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.enablerace.ksh63 /secs++/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh59 secs++;
63 /secs > 5/
69 /secs > 10/
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c54 int secs, mins, hours, days, weeks, x; local
57 secs = src % 60; src /= 60;
80 if (secs || !(weeks || days || hours || mins)) {
81 T(fmt1(secs, 'S', &dst, &dstlen));
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h139 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
140 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
141 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
142 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c57 void sleep(int secs) argument
61 for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) {
69 void interruptible_sleep(int secs) argument
72 return sleep(secs);
H A Dgrub.h108 extern void sleep P((int secs));
109 extern void interruptible_sleep P((int secs));
/illumos-gate/usr/src/lib/libpicl/
H A Dllib-lpicl49 int picl_wait(unsigned int secs);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h114 #define MINS(secs) ((double) secs)/60
149 long ct_con[2]; /* connect time (p/np) secs */
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h105 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
106 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
/illumos-gate/usr/src/uts/sun4v/sys/
H A Derror.h134 uint16_t secs; /* Seconds */ member in struct:__anon10334
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c608 uint32_t secs; local
617 secs = entry->time / 100;
658 secs, hsecs, entry->id, entry->fileno,
664 "%8d.%02d: %6d:[%2X.%04X]%s:%7s:%4d: %s\n", secs,
672 secs, hsecs, entry->id, entry->fileno,
678 secs, hsecs, entry->id, entry->fileno,
/illumos-gate/usr/src/uts/sun/sys/
H A Dsocalvar.h188 #define SOC_TIMEOUT_DELAY(secs, delay) (secs * (1000000 / delay))
206 #define SOC_INITIAL_ONLINE 30 /* secs for first online from soc */

Completed in 122 milliseconds

123