Home
last modified time | relevance | path

Searched refs:now (Results 1 – 25 of 719) sorted by last modified time

12345678910>>...29

/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1473 # may depend on them. All symbol content for SunOS 5.6 is now in SUNW_1.1
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist169 150 EINPROGRESS Operation now in progress
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c189 hrtime_t now = gethrtime(); in dmu_zfetch_stream_create() local
204 if (((now - zs->zs_atime) / NANOSEC) > in dmu_zfetch_stream_create()
229 zs->zs_atime = now; in dmu_zfetch_stream_create()
243 hrtime_t now = gethrtime(); in dmu_zfetch_stream_done() local
244 hrtime_t delta = NSEC2USEC(now - zs->zs_start_time); in dmu_zfetch_stream_done()
H A Darc.c5113 clock_t now; in arc_access() local
5131 now = ddi_get_lbolt(); in arc_access()
5156 hdr->b_l1hdr.b_arc_access = now; in arc_access()
5165 if (now > hdr->b_l1hdr.b_arc_access + ARC_MINTIME) { in arc_access()
5171 hdr->b_l1hdr.b_arc_access = now; in arc_access()
7585 clock_t interval, next, now; in l2arc_write_interval() local
7598 now = ddi_get_lbolt(); in l2arc_write_interval()
7599 next = MAX(now, MIN(now + interval, began + interval)); in l2arc_write_interval()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids3732 04a5 Acer Peripherals Inc. (now BenQ Corp.)
H A Dpci.ids14667 # now owned by Microchip Technology
17034 # This is probably more likely a HW fault, but I am keeping it for now --mj
20149 # now owned by CSP, Inc.
21502 # old ID, now 1059
21811 # now NVIDIA
24528 # nee Bigfoot Networks, now owned by Intel
24830 # now owned by HGST (a Western Digital subsidiary)
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.misc22 echo T.misc: miscellaneous buglets now watched for
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c148 time_t now = time(NULL); in fmdump_date() local
149 if (tod > now+60 || in fmdump_date()
150 tod < now - 6L*30L*24L*60L*60L) { /* 6 months ago */ in fmdump_date()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6474 hrtime_t now; in ztest_thread() local
6478 while ((now = gethrtime()) < zs->zs_thread_stop) { in ztest_thread()
6482 if (now > zs->zs_thread_kill) in ztest_thread()
6499 if (now >= call_next && in ztest_thread()
7390 hrtime_t now = gethrtime(); in main() local
7392 now = MIN(now, zs->zs_proc_stop); in main()
7393 print_time(zs->zs_proc_stop - now, timebuf); in main()
7403 100.0 * (now - zs->zs_proc_start) / in main()
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c261 print_exec(float now, pid_t pid, char *name) in print_exec() argument
266 (void) fprintf(opts->log, "%7.3f ", now); in print_exec()
277 print_fork(float now, pid_t newpid, id_t lwpid, pid_t oldpid) in print_fork() argument
279 (void) fprintf(opts->log, "%7.3f ", now); in print_fork()
487 float now = 0.0; in pexec() local
509 if (now < mstimestamp(hrt)) in pexec()
510 now = mstimestamp(hrt); in pexec()
513 print_exec(now, pid, name); in pexec()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2201 const hrtime_t now = gethrtime(); in vm_suspend() local
2202 if (atomic_cmpset_long((ulong_t *)&vm->suspend_when, 0, now) == 0) { in vm_suspend()
3634 const hrtime_t now = gethrtime(); in vcpu_ustate_change() local
3643 const hrtime_t delta = now - vcpu->ustate_when; in vcpu_ustate_change()
3648 vcpu->ustate_when = now; in vcpu_ustate_change()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c802 clock_t ticks, now; in clnt_cots_kcallit() local
1281 now = ddi_get_lbolt(); in clnt_cots_kcallit()
1288 RPCLOG(1, "signal interrupted at %ld", now); in clnt_cots_kcallit()
1294 now); in clnt_cots_kcallit()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos11 from the upstream files right now is the removal of the '<sys/cdefs.h>'
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_aenq.c228 uint64_t now = (uint64_t)gethrtime(); in ena_aenq_keep_alive_hdlr() local
230 (void) atomic_swap_64(&ena->ena_watchdog_last_keepalive, now); in ena_aenq_keep_alive_hdlr()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6577 time_t now; in sotpi_info_init() local
6586 now = gethrestime_sec(); in sotpi_info_init()
6587 sti->sti_atime = now; in sotpi_info_init()
6588 sti->sti_mtime = now; in sotpi_info_init()
6589 sti->sti_ctime = now; in sotpi_info_init()
H A Dsocksubr.c188 time_t now = gethrestime_sec(); in so_update_attrs() local
196 SOTOTPI(so)->sti_atime = now; in so_update_attrs()
198 SOTOTPI(so)->sti_mtime = now; in so_update_attrs()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c71 hrtime_t now = gethrtime(); in record_hold_time() local
74 msp->mutex_hold_time += now - msp->mutex_begin_hold; in record_hold_time()
76 return (now); in record_hold_time()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src180 # All primary names of terminals now have alphanumeric prefixes.
1317 # applications can now use the F1-F8 keys.
5653 # change clear was \E[H\E[J now \E[2J (faster?)
19159 # Then Emacs cannot use it. "Oh, no, but now inserting into a
19453 # but they're long gone now (1995).
19987 # labeled HP700s now.
20254 # wheel terminals. These are now largely obsolete.
21426 # does this now, too.
21459 # * We can handle the HP meml/memu capability now.
21544 # * Cleaned up if and rf file names (all in /usr/share now).
[all …]
H A Dtermcap.src180 # All primary names of terminals now have alphanumeric prefixes.
1195 # applications can now use the F1-F8 keys.
4973 # change clear was \E[H\E[J now \E[2J (faster?)
17072 # Then Emacs cannot use it. "Oh, no, but now inserting into a
17339 # but they're long gone now (1995).
17829 # labeled HP700s now.
18070 # wheel terminals. These are now largely obsolete.
19208 # does this now, too.
19241 # * We can handle the HP meml/memu capability now.
19326 # * Cleaned up if and rf file names (all in /usr/share now).
[all …]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4514 time_t now; in stat_thread() local
4563 now = time(NULL); in stat_thread()
4564 if (now < 0) { in stat_thread()
4578 if (now >= next_memory) { in stat_thread()
4580 next_memory = now + g_interval; in stat_thread()
4589 g_now = now; in stat_thread()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6114 time_t now = time(NULL); in get_one_dataset() local
6115 if (last_spin_time + SPINNER_TIME < now) { in get_one_dataset()
6117 last_spin_time = now; in get_one_dataset()
6411 time_t now = time(NULL); in report_mount_progress() local
6417 } else if (current != total && last_progress_time + MOUNT_TIME >= now) { in report_mount_progress()
6422 last_progress_time = now; in report_mount_progress()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c673 hrtime_t now; in client_deliver_event_thr() local
743 now = gethrtime(); in client_deliver_event_thr()
749 if (now - d_pkg->start_time > in client_deliver_event_thr()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c136 static time_t now; variable
1662 if (now - then < 24 * 60 * 60) { in sprint_stime()
1665 } else if (now - then < 12 * 30 * 24 * 60 * 60) { in sprint_stime()
2963 if (now - psi.pr_start.tv_sec < DAY) { in add_processes()
2966 } else if (now - psi.pr_start.tv_sec < YEAR) { in add_processes()
3515 now = time(NULL); in main()
3516 assert(now != -1); in main()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c155 static struct timeval now; variable
406 (void) gettimeofday(&now, NULL); in stdmain()
2256 if ((now.tv_sec - starttime) >= 24*60*60) { in prtime()
2457 time_t seconds = now.tv_sec - start->tv_sec; in delta_secs()
2458 long nanosecs = now.tv_usec * 1000 - start->tv_nsec; in delta_secs()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c209 time_t now = time(NULL); in _nscd_restart_if_cfgfile_changed() local
224 if (now - last_nsswitch_check.tv_sec < _NSC_FILE_CHECK_TIME) in _nscd_restart_if_cfgfile_changed()
229 if (now - last_nsswitch_check.tv_sec >= _NSC_FILE_CHECK_TIME) { in _nscd_restart_if_cfgfile_changed()
233 last_nsswitch_check.tv_sec = now; in _nscd_restart_if_cfgfile_changed()

12345678910>>...29