Home
last modified time | relevance | path

Searched refs:time (Results 176 – 200 of 1020) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c442 time(&(tv.tv_sec)); in warn()
523 time(&(tv.tv_sec)); in prquota()
581 fmttime(char *buf, long time) in fmttime() argument
596 if (time <= 0) { in fmttime()
601 if (time >= cunits[i].c_secs) in fmttime()
605 (double)time/cunits[i].c_secs, cunits[i].c_str); in fmttime()
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c309 (void) time(&now); /* get current time */ in main()
522 (void) time(&now); /* get current time */ in main()
835 prtat(time_t *time) in prtat() argument
839 p = localtime(time); in prtat()
840 if (now - *time <= 18 * HR) { in prtat()
846 } else if (now - *time <= 7 * DAY) { in prtat()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c122 time_t start_time = time(NULL); in dhcp_start_agent()
176 while ((timeout != -1) && (time(NULL) - start_time < timeout)) { in dhcp_start_agent()
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c790 time_t time; in show_history_time() local
818 time = history->du_etime; in show_history_time()
820 localtime(&time)); in show_history_time()
838 time = history->du_stime; in show_history_time()
839 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time()
842 time = history->du_etime; in show_history_time()
843 (void) strftime(buf, sizeof (buf), "%T", localtime(&time)); in show_history_time()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c336 "printer-current-time", time(NULL)); in printer_status_to_attributes()
340 "printer-up-time", time(NULL)); in printer_status_to_attributes()
415 "printer-current-time", time(NULL)); in class_status_to_attributes()
418 "printer-up-time", time(NULL)); in class_status_to_attributes()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c107 time(&tloc); in b_sleep()
121 if(tloc < (now=time(NIL(time_t*)))) in b_sleep()
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c220 rval = (tbuf.time - tbuf1.time) * 1000 in millitick()
H A Dct.c420 _Log_on = time ((time_t *) 0);
505 _Log_elpsd = time ((time_t *) 0) - _Log_on; in disconnect()
645 time (&u -> ut_xtime); in startat()
709 time (&u -> ut_xtime);
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c271 nowtime = time((time_t *)NULL); in main()
335 nowtime = time((time_t *)NULL); in main()
458 stogo = sdt - time((time_t *)NULL); in main()
494 tim = time((time_t *)NULL) + t; in getsdt()
512 t1 = time((time_t *)NULL); in getsdt()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c567 return time2a(time(NULL)); in mandoc_normdate()
574 if (t > time(NULL) + 86400) in mandoc_normdate()
589 else if (t > time(NULL) + 86400) in mandoc_normdate()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dgetkey.c40 srand48 (time((time_t *)0)); in getkey()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimeb.h57 time_t time; /* seconds since the Epoch */ member
H A Dvuid_event.h372 struct timeval32 time; /* Event's time stamp */ member
374 struct timeval time; member
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Ddynamic.c14 time
/illumos-gate/usr/src/lib/libc/common/sys/
H A D__time.S38 SYSTRAP_RVAL1(time)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2424 f->f_prevmsg.time = f->f_current.time; in copy_msg()
4968 tim = time(NULL); in reconfigure()
4985 tim = time(NULL); in reconfigure()
5006 tim = time(NULL); in reconfigure()
5058 tim = time(NULL); in reconfigure()
5076 tim = time(NULL); in reconfigure()
5140 tim = time(NULL); in reconfigure()
5258 tim = time(NULL); in reconfigure()
5273 tim = time(NULL); in reconfigure()
5358 now = time(0); in hnc_lookup()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg201 or -shtyp options. Only one of these options can be used at a time.\n\
215 or -shtyp options. Only one of these options can be used at a time.\n\
232 or -shtyp options. Only one of these options can be used at a time.\n\
245 or -shtyp options. Only one of these options can be used at a time.\n\
273 or -shtyp options. Only one of these options can be used at a time.\n\
289 or -shtyp options. Only one of these options can be used at a time.\n\
307 or -shtyp options. Only one of these options can be used at a time.\n\
322 or -shtyp options. Only one of these options can be used at a time.\n\
336 or -shtyp options. Only one of these options can be used at a time.\n\
351 or -shtyp options. Only one of these options can be used at a time.\n\
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c486 last_resume = time(NULL); in thaw_handler()
516 now = time(NULL); in alarm_handler()
602 now = last_resume = time(NULL); in work_handler()
663 time_since_last_resume = time(NULL) - last_resume; in check_shutdown()
679 time_since_last_resume = time(NULL) - last_resume; in check_shutdown()
702 time_since_last_resume = time(NULL) - in check_shutdown()
754 (void) time(now); in check_shutdown()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c175 last_reread = time(NULL); in handle_hup()
197 now = time(NULL); in handle_int()
429 time_started = time(NULL); in main()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c91 (void) time(&ut.ut_tv.tv_sec); in utmpx_mark_init()
155 (void) time(&up->ut_tv.tv_sec); in utmpx_mark_dead()
247 (void) time(&u.ut_tv.tv_sec); in utmpx_set_runlevel()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c261 jlong time = (*env)->CallStaticLongMethod( in zjni_str_to_date() local
273 time *= 1000; in zjni_str_to_date()
276 env, class_Date, constructor_Date, time); in zjni_str_to_date()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c169 (void) time(&lastmsgtime); in main()
191 (void) time(&lastmsgtime); in main()
213 (void) time(&now); in onalrm()
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dwritetime.d35 @time[execname] = avg(timestamp - self->ts);
H A Dwritetimeq.d35 @time[execname] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c116 now = time(NULL); in slp_find_das_cached()
178 now = time(NULL); in slp_put_das_cached()

12345678910>>...41