Home
last modified time | relevance | path

Searched refs:now (Results 151 – 175 of 719) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c149 time_t now; in make_stable_duid() local
159 now = time(NULL) - DUID_TIME_BASE; in make_stable_duid()
160 dllt->dllt_time = htonl(now); in make_stable_duid()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgetdate.c72 time_t now; in getdate() local
147 (void) time(&now); in getdate()
148 tmp = localtime(&now); in getdate()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcred.c211 time_t now = time(0); in __dh_gss_inquire_cred() local
212 t = crid->expire > now ? crid->expire-now : 0; in __dh_gss_inquire_cred()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1128 uint_t now; in timer_schedule() local
1131 now = getcurrenttime(); in timer_schedule()
1149 timer_next = now + delay; in timer_schedule()
1174 uint_t now; in conditional_run_timeouts() local
1177 now = getcurrenttime(); in conditional_run_timeouts()
1201 uint_t now; in run_timeouts() local
1225 now = getcurrenttime(); in run_timeouts()
1227 timer_previous = now; in run_timeouts()
1360 now - timer_next); in in_signal()
2113 time_t now; in fprintdate() local
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c365 time_t now; in rmexpstab() local
367 now = curtime(); in rmexpstab()
377 if (s->s_hostsig.hs_exp >= now) in rmexpstab()
383 if (s->s_namecanon.nc_exp >= now) in rmexpstab()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c90 (last_ifscan.tv_sec == now.tv_sec && \
91 last_ifscan.tv_usec == now.tv_usec && \
92 timercmp(&ifscan_timer, &now, > /* */))
1050 last_ifscan = now; in ifscan()
1051 ifscan_timer.tv_sec = now.tv_sec + in ifscan()
1421 now.tv_sec - in ifscan()
1438 now.tv_sec < phyi->phyi_data.ts + in ifscan()
1511 ifp->int_act_time = now.tv_sec; in ifscan()
1852 new.rts_time = now.tv_sec; in addrouteforif()
1931 if (phyi->phyi_data.ts == now.tv_sec) { in get_if_kstats()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Ddict.c73 hrtime_t now = gethrtime(); in dict_lookup_byname() local
87 dictionary_ns_total += gethrtime() - now; in dict_lookup_byname()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1237 hrtime_t now, next_proxy_time; in hpet_guaranteed_schedule() local
1253 now = gethrtime(); in hpet_guaranteed_schedule()
1257 if (hpet_proxy_users[id] < now) { in hpet_guaranteed_schedule()
1348 hrtime_t now, expire, dead; in hpet_use_hpet_timer() local
1374 now = gethrtime(); in hpet_use_hpet_timer()
1375 dead = now + hpet_idle_spin_timeout; in hpet_use_hpet_timer()
1376 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1410 now = gethrtime(); in hpet_use_hpet_timer()
1411 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1420 if (now > dead) { in hpet_use_hpet_timer()
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c418 const clock_t now = ddi_get_lbolt(); in sysdc_update_times() local
467 sdc->sdc_reset = now; in sysdc_update_times()
492 if (!update && sdc->sdc_pri_check == now) { in sysdc_update_times()
498 sdc->sdc_pri_check = now; in sysdc_update_times()
674 hrtime_t now, diff; in sysdc_update() local
685 now = gethrtime(); in sysdc_update()
686 diff = now - sysdc_last_update; in sysdc_update()
687 sysdc_last_update = now; in sysdc_update()
H A Ddisp.c913 hrtime_t now; in swtch() local
915 now = gethrtime_unscaled(); in swtch()
926 t->t_waitrq = now; in swtch()
1094 hrtime_t now; in swtch_to() local
1105 now = gethrtime_unscaled(); in swtch_to()
1121 curthread->t_waitrq = now; in swtch_to()
2278 now = gethrtime_unscaled(); in disp_getbest()
2295 scalehrtime(&now); in disp_getbest()
2299 now += (nosteal - rqtime); in disp_getbest()
2304 if (now < dp->disp_steal) in disp_getbest()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c96 static long now; variable
130 now = time(0); in main()
344 if (now - ip->di_atime > 30 * DAY) in qacct()
346 if (now - ip->di_atime > 60 * DAY) in qacct()
348 if (now - ip->di_atime > 90 * DAY) in qacct()
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME54 The driver can now make output through the firmware UART trace. You
67 now uses DDI compliant functions to access the device's IO and memory
82 The driver now supports non-DASD(Non Direct Access Storage Device).
89 The driver now supports FIB contents dumping for driver debugging. To
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred_with_pw.c378 krb5_timestamp now; local
380 if ((code = krb5_timeofday(context, &now))) {
394 *time_rec = (cred->tgt_expire > now) ?
395 (cred->tgt_expire - now) : 0;
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_ntv.c66 hrtime_t now = gethrtime_waitfree(); in mch_pollowner() local
70 if (now - mch_poll_timestamp > 2 * gcpu_mca_poll_interval || in mch_pollowner()
79 mch_poll_timestamp = now; in mch_pollowner()
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c122 time_t now; in psr_set_state() local
187 (void) time(&now); in psr_set_state()
188 ut.ut_xtime = now; in psr_set_state()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c671 time_t now, then; local
673 (void) time(&now);
681 if (then + Timeout < now)
706 time_t now; local
710 (void) time(&now);
711 data.dptr = (char *)&now;
712 data.dsize = sizeof (now);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE400 is now working.
685 or numbers now understand names in this format.
727 now outputs an error message and returns value 126.
962 now cause the shell to exit.
1021 that doesn't have any elements now expands correctly.
1642 07-05-24 The -p option of whence now disables -v.
1953 any directory in PATH, now allows a line of the form
1976 is now valid.
2913 been returned by a previous wait, wait now
3053 strings now works.
[all …]
H A DRELEASE8815 1. The shell now performs floating point arithmetic. The
47 10. The substring operators, # and % can be now be applied
105 now possible to add built-in commands at runtime with the
245 will now print a Usage line for name, except for true, false,
265 4. -a and = are now considered obsolete.
266 5. Arithmetic comparisons are now considered obsolete.
292 1. It has been renamed hist. fc is now a predefined alias.
296 first accessible command, it now implies the first accessible
334 s. wait now returns the correct exit status of any previous
372 now perform command completion and command listing
[all …]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c529 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) in warn() argument
532 time_t delay = sdt - now; in warn()
552 if (first || sdt - now > 1 MINUTES) { in warn()
570 rwarn(char *host, time_t sdt, time_t now, char *type, int first) in rwarn() argument
573 time_t delay = sdt - now; in rwarn()
599 if (first || sdt - now > 1 MINUTES) { in rwarn()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c270 time_t now; in AddYPEntries() local
277 time(&now); in AddYPEntries()
278 sprintf(last_modified, "%10.10d", now); in AddYPEntries()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c13 ipstate_t *printstate(sp, opts, now) in printstate() argument
16 u_long now;
30 PRINTF("\ttag %u ttl %lu", ips.is_tag, ips.is_die - now);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c246 timestruc_t now; in sdev_attr_update() local
266 gethrestime(&now); in sdev_attr_update()
755 timestruc_t now; in sdev_update_timestamps() local
759 gethrestime(&now); in sdev_update_timestamps()
761 attr.va_ctime = now; in sdev_update_timestamps()
763 attr.va_mtime = now; in sdev_update_timestamps()
997 timestruc_t now; in sdev_rnmnode() local
1174 gethrestime(&now); in sdev_rnmnode()
1184 gethrestime(&now); in sdev_rnmnode()
2308 timestruc_t now; in devname_readdir_func() local
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c744 static void send_igmp_reports(unsigned long now) in send_igmp_reports() argument
748 if (igmptable[i].time && (now >= igmptable[i].time)) { in send_igmp_reports()
758 (now < last_igmpv1 + IGMPv1_ROUTER_PRESENT_TIMEOUT)) { in send_igmp_reports()
775 static void process_igmp(struct iphdr *ip, unsigned long now) in process_igmp() argument
792 last_igmpv1 = now; in process_igmp()
874 #define send_igmp_reports(now); argument
875 #define process_igmp(ip, now) argument
883 unsigned long time, now; in await_reply() local
898 now = currticks(); in await_reply()
899 send_igmp_reports(now); in await_reply()
[all …]
/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() local
329 if (now > cdp->scd_receive_time + 30 * 60) { in swde_panic_timeout()
361 time_t now = time(NULL); in swde_panic_vrfy() local
370 if (now > cdp->scd_receive_time + 30 * 60) { in swde_panic_vrfy()
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.S82 or %o1, %o3, %o1 ! now o1 has 2 bytes of c
87 or %o1, %o3, %o1 ! now o1 has 4 bytes of c
90 or %o1, %o3, %o1 ! now o1 has 8 bytes of c
113 bz,pt %ncc, .blkwr ! now block aligned

12345678910>>...29