Home
last modified time | relevance | path

Searched refs:now (Results 701 – 720 of 720) sorted by last modified time

1...<<212223242526272829

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h595 extern struct timeval now; /* current idea of time */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c217 time_t now; in of_timestamp() local
220 now = time(NULL); in of_timestamp()
221 now_tm = localtime(&now); in of_timestamp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c229 time_t now; in pmksa_cache_expire() local
231 (void) time(&now); in pmksa_cache_expire()
232 while (wpa_s->pmksa && wpa_s->pmksa->expiration <= now) { in pmksa_cache_expire()
295 time_t now; in pmksa_cache_list() local
297 (void) time(&now); in pmksa_cache_list()
310 (int)(entry->expiration - now)); in pmksa_cache_list()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c188 time_t now; in handle_int() local
197 now = time(NULL); in handle_int()
198 (void) fprintf(fp, "pppoed running %s", ctime(&now)); in handle_int()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c2291 uint_t now; in probe_success_info() local
2299 now = getcurrenttime(); in probe_success_info()
2336 if (TIME_LT(timeout, now)) { in probe_success_info()
2417 uint_t now; in probe_fail_info() local
2425 now = getcurrenttime(); in probe_fail_info()
2467 if (TIME_GT(timeout, now)) in probe_fail_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c592 hrtime_t last_time, now; in event_loop() local
605 now = gethrtime(); in event_loop()
606 if (now - last_time >= 1000000000ll) { in event_loop()
609 last_time = now; in event_loop()
611 tout = 1000 - (now - last_time) / 1000000ll; in event_loop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1186 time_t now; in source() local
1196 now = time(NULL); in source()
1199 mtime = now; in source()
1204 atime = now; in source()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1571 struct timeval now; local
1574 if (gettimeofday(&now, NULL) >= 0) {
2777 struct timeval now; local
2779 (void) gettimeofday(&now, NULL);
2780 dt = (now.tv_sec - levelt.tv_sec
2781 + (now.tv_usec - levelt.tv_usec) / 1e6);
2785 levelt = now;
2902 struct timeval now; local
2905 (void) gettimeofday(&now, NULL);
2907 diff = (now.tv_sec - tp->tv_sec) * 10 + (now.tv_usec - tp->tv_usec);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.c83 time_t now; in sigalarm_handler() local
86 now = time(NULL); in sigalarm_handler()
87 if (now < timeout) in sigalarm_handler()
88 (void) alarm(timeout - now); in sigalarm_handler()
127 time_t now; in run_script() local
171 now = time(NULL); in run_script()
172 if (now >= timeout) { in run_script()
180 timeout = now + SCRIPT_TIMEOUT_GRACE; in run_script()
H A Dstates.c918 time_t now; in get_smach_cid() local
927 now = time(NULL) - DUID_TIME_BASE; in get_smach_cid()
928 dllt->dllt_time = htonl(now); in get_smach_cid()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c191 struct timeval now; in nwamd_enm_activate_deactivate_thread() local
223 (void) gettimeofday(&now, NULL); in nwamd_enm_activate_deactivate_thread()
224 object->nwamd_script_time = now; in nwamd_enm_activate_deactivate_thread()
247 if (object->nwamd_script_time.tv_sec != now.tv_sec || in nwamd_enm_activate_deactivate_thread()
248 object->nwamd_script_time.tv_usec != now.tv_usec) { in nwamd_enm_activate_deactivate_thread()
H A Devents.c559 struct timespec now; in in_past() local
561 (void) clock_gettime(CLOCK_REALTIME, &now); in in_past()
562 if (t.tv_sec < now.tv_sec) in in_past()
564 if (t.tv_sec > now.tv_sec) in in_past()
566 if (t.tv_nsec < now.tv_nsec) in in_past()
/illumos-gate/usr/src/cmd/bnu/
H A DREADME61 The retry algorithm is now an exponential backoff with initial
/illumos-gate/usr/src/cmd/awk/
H A Db.c123 static int now = 1; in makedfa() local
138 fatab[i]->use = now++; in makedfa()
145 fatab[nfatab]->use = now++; in makedfa()
158 pfa->use = now++; in makedfa()
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs115 unsigned long f_fsid; /* file system id (dev for now) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs115 unsigned long f_fsid; /* file system id (dev for now) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs119 unsigned long f_fsid; /* file system id (dev for now) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs115 unsigned long f_fsid; /* file system id (dev for now) */
/illumos-gate/usr/src/cmd/acct/
H A Dturnacct.sh52 pfexec /usr/sbin/logadm -p now /var/adm/pacct
/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE58 1.11. "Patent Claims" means any patent claim(s), now owned or

1...<<212223242526272829