Home
last modified time | relevance | path

Searched refs:time (Results 201 – 225 of 1019) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtboot.S29 / bootstrap routine for run-time linker
/illumos-gate/usr/src/cmd/acct/
H A Dclosewtmp.c50 time(&utmpx->ut_xtime); in main()
H A Dacctwtmp.c56 time(&wb.ut_xtime); in main()
H A Dutmp2wtmp.c59 time(&utmpx->ut_xtime); in main()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dftime.c57 tp->time = t.tv_sec; in ftime()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftime.c57 tp->time = t.tv_sec; in ftime()
/illumos-gate/usr/src/cmd/stat/common/
H A Dtimestamp.c37 time_t t = time(NULL); in print_timestamp()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S98 b .cmp_bytes ! do a byte at a time if n < 4
148 b .cmp_bytes ! do a byte at a time if n < 4
192 b .cmp_bytes ! do a byte at a time if n < 4
231 bcs,a .cmp_bytes ! do a byte at a time if n < 4
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c50 #define TSTAT_PRINT_MISSDATA(diff, time) \ argument
51 (void) printf(" %9lld %4.1f", (diff), (time));
551 hrtime_t peffect = raw * g_ndata->tdata_peffect * g_peffect, time; in missdata() local
559 time = miss->tmiss_time - omiss->tmiss_time + peffect; in missdata()
561 if (time >= tick) { in missdata()
568 time = tick / 1000 * 999; in missdata()
571 p = (double)time / (double)tick * (double)100.0; in missdata()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxleap.c47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++); in tmxleap()
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djapanese.h747 #define CHECK2BIG(width,time) \ argument
750 for (i = time; i > 0; i--) { \
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c222 time_t timenow = time(NULL); in cache_check()
302 entry->cache_time = time(NULL) + VALID_TIME; in cache_enter()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c151 (void) time(&clock); in vlog()
265 (void) time(&clock); in debug()
/illumos-gate/usr/src/cmd/script/
H A Dscript.c189 tvec = time((time_t *)0); in dooutput()
248 tvec = time((time_t *)0); in done()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcred.c118 dh_cred->expire = expire_req ? time(0) + expire_req : GSS_C_INDEFINITE; in __dh_gss_acquire_cred()
211 time_t now = time(0); in __dh_gss_inquire_cred()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1182 int32_t time; in pr_tsopt() local
1228 &time, sizeof (time)); in pr_tsopt()
1231 &time, sizeof (time)); in pr_tsopt()
1233 Printf("%d", ntohl(time)); in pr_tsopt()
/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl493 my $time = $newivec->{time} - $ivec->{time};
494 if (VERIFY($time >= 0,
500 $delta{$cpu}{intrs} += $time;
501 $dltivec{time} = $time;
502 if ($time > $delta{$cpu}{bigintr}) {
503 $delta{$cpu}{bigintr} = $time;
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvexpire.c48 now = time( (time_t *)0 );
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c319 time_t now = time(NULL); in swde_panic_timeout()
361 time_t now = time(NULL); in swde_panic_vrfy()
445 cdp->scd_receive_time = time(NULL); in swde_panic_detected()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c118 .time = &lc_time_posix,
446 loc->time = loc->locdata[LC_TIME]->l_data[0]; in duplocale()
508 loc->time = loc->locdata[LC_TIME]->l_data[0]; in newlocale()
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h67 int xsem_xwait(xsem_t *sem, int timeout, timestruc_t *time);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c912 time_t time, ntime; in parse_date() local
922 time = tvs.tv_sec; in parse_date()
937 buf, ntime - time); in parse_date()
939 if (ntime < time) { in parse_date()
944 *resp = (ntime - time); in parse_date()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java559 long time = timeStamp - SLPConfig.currentSLPTime(); in AuthBlock() local
560 time = time <= Integer.MAX_VALUE ? time : 0; // no crazy values in AuthBlock()
561 lifetime = (int) time; in AuthBlock()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h55 extern time_t time(time_t *);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1201 smb_time_dos_to_unix(int16_t date, int16_t time) in smb_time_dos_to_unix() argument
1205 if (((date == 0) || (time == 0)) || in smb_time_dos_to_unix()
1206 ((date == -1) || (time == -1))) { in smb_time_dos_to_unix()
1213 atm.tm_hour = ((time >> 11) & 0x1F); in smb_time_dos_to_unix()
1214 atm.tm_min = ((time >> 5) & 0x3F); in smb_time_dos_to_unix()
1215 atm.tm_sec = ((time >> 0) & 0x1F) << 1; in smb_time_dos_to_unix()
1901 clock_t time, rem; in smb_threshold_enter() local
1903 time = MSEC_TO_TICK(ct->ct_timeout) + ddi_get_lbolt(); in smb_threshold_enter()
1909 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time); in smb_threshold_enter()

12345678910>>...41