Home
last modified time | relevance | path

Searched refs:now (Results 226 – 250 of 720) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c57 time_t now; in pass5() local
110 now = time(NULL); in pass5()
157 if (now > cg->cg_time) in pass5()
160 newcg->cg_time = now; in pass5()
/illumos-gate/usr/src/stand/lib/inet/
H A Dethernet.c309 uint32_t now; in ether_input() local
468 (now = prom_gettime()) < timeout); in ether_input()
476 arps, failures, tot_pr, tot_pc, now, timeout, in ether_input()
477 (now < timeout) ? "TRUE" : "FALSE"); in ether_input()
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c194 time_t curtime, now; in main() local
316 now = time(NULL); in main()
317 if ((now - curtime) >= WARN_TIME) { in main()
320 curtime = now; in main()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c465 time_t now, then, last; in interactive_interrupt() local
468 now = then = getsecs(); in interactive_interrupt()
475 if (last != now) { in interactive_interrupt()
478 fail_timeout - (int)(now - then)); in interactive_interrupt()
479 last = now; in interactive_interrupt()
485 now = getsecs(); in interactive_interrupt()
486 } while (now - then < fail_timeout); in interactive_interrupt()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h211 …RIPTOR, MSG, T) LogToFD((FILE_DESCRIPTOR), MSG " %08X %11d %08X %11d", (T), (T), (T)-now, (T)-now)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c124 time_t now = time(NULL); in vlogat() local
132 "%Z: ", localtime(&now)); in vlogat()
/illumos-gate/usr/src/cmd/acct/
H A Dturnacct.sh52 pfexec /usr/sbin/logadm -p now /var/adm/pacct
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4468 now
4946 now
7362 now
7474 now
8216 now
8415 now
9633 now
10728 now
11151 now
11158 now
[all …]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c439 timespec_t now; in flowacct_update_flows_tbl() local
577 gethrestime(&now); in flowacct_update_flows_tbl()
578 flow->hdr->last_seen = item->hdr->last_seen = now; in flowacct_update_flows_tbl()
730 timespec_t now; in flowacct_timer() local
747 gethrestime(&now); in flowacct_timer()
768 FLOWACCT_DELTA(now, fl_hdr->last_seen, diff); in flowacct_timer()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c96 hrtime_t now = gethrtime(); in snoop_nswarn() local
98 if (now - snoop_lastwarn >= snoop_warninter * NANOSEC) { in snoop_nswarn()
99 snoop_lastwarn = now; in snoop_nswarn()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c115 time_t now; /* date */ in main() local
198 now = time(NULL); in main()
199 (void) strftime(tbuf, sizeof (tbuf), dfmt, localtime(&now)); in main()
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_create.c471 krb5_timestamp now; local
487 if ((retval = krb5_timeofday(context, &now)))
491 now, &db_create_princ)))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5seal.c381 krb5_timestamp now; local
417 if ((code = krb5_timeofday(context, &now))) {
457 if (ctx->endtime < now) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c903 hrtime_t now; in smbfs_statvfs() local
918 now = gethrtime(); in smbfs_statvfs()
919 if (now < smi->smi_statfstime) { in smbfs_statvfs()
966 now = gethrtime(); in smbfs_statvfs()
967 smi->smi_statfstime = now + in smbfs_statvfs()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c72 static time_t now, sixmonthsago, onehourfromnow; variable
100 (void) time(&now); in main()
101 sixmonthsago = now - 6L*30L*24L*60L*60L; in main()
102 onehourfromnow = now + 60L*60L; in main()
103 now += 60; in main()
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c510 krb5_timestamp now; in attempt_krb5_auth() local
590 if (code = krb5_timeofday(kmd->kcontext, &now)) { in attempt_krb5_auth()
603 krb5_max_duration = KRB5_KDB_EXPIRATION - now - 60*60; in attempt_krb5_auth()
646 my_creds->times.endtime = now + lifetime; in attempt_krb5_auth()
649 my_creds->times.renew_till = now + rlife; in attempt_krb5_auth()
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th75 \ now compose boot-args, so the boot can set kernel arguments
116 to baddr \ baddr points now to first option
120 \ now add kernel switches
176 \ now add remining boot args if blen != 0.
212 \ but now we may also have left over ' '
323 \ its 3 cases now: end of string, -switch, or option list
391 \ acpi-user-options is set, now move remaining string to its place.
512 \ If the user defined a post-initialize hook, call it now
544 \ If the user defined a post-initialize hook, call it now
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_userhold.h51 minor_t minor, uint64_t now, struct dmu_tx *tx);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c597 struct timeval now, *timo; in krb5int_cm_call_select() local
601 e = getcurtime(&now); in krb5int_cm_call_select()
608 out->end_time.tv_sec -= now.tv_sec; in krb5int_cm_call_select()
609 out->end_time.tv_usec -= now.tv_usec; in krb5int_cm_call_select()
1289 struct timeval now; in krb5int_sendto() local
1364 retval = getcurtime(&now); in krb5int_sendto()
1367 sel_state->end_time = now; in krb5int_sendto()
1383 retval = getcurtime(&now); in krb5int_sendto()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c169 int64_t now; in sctp_conn_request() local
172 now = ddi_get_lbolt64(); in sctp_conn_request()
176 if (now - slc->slc_report_time > in sctp_conn_request()
183 slc->slc_report_time = now; in sctp_conn_request()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c154 timestruc_t now; in _svcauth_des() local
286 gethrestime(&now); in _svcauth_des()
287 current_time.tv_sec = now.tv_sec; in _svcauth_des()
288 current_time.tv_usec = now.tv_nsec / 1000; in _svcauth_des()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c126 time_t now; in changepasswd() local
579 now = DAY_NOW; in changepasswd()
582 if (now < ospwd.sp_lstchg + ospwd.sp_min) { in changepasswd()
590 ospwd.sp_lstchg = now; in changepasswd()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c640 krb5_timestamp now; local
642 if ((code = krb5_timeofday(context, &now))) {
658 *time_rec = (cred->tgt_expire > now) ? (cred->tgt_expire - now) : 0;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpanther_asm.S213 ! now delay 15 cycles so we don't have hazard when we return
260 ! now delay 15 cycles so we don't have hazard when we return
422 ! now delay 15 cycles so we don't have hazard when we return
467 ! now delay 15 cycles so we don't have hazard when we return
/illumos-gate/usr/src/lib/libtecla/common/
H A Dmapfile-vers45 # Unfortunately the tecla_l.5 version string is by now embedded in any
48 # Thus I now have to derive tecla_1.6 from tecla_l.5, in the map file.

12345678910>>...29