Home
last modified time | relevance | path

Searched refs:timestamp (Results 251 – 275 of 335) sorted by path

1...<<11121314

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c2731 uint64_t timestamp; in dtrace_speculation_commit() local
2813 timestamp = dtrace_gethrtime(); in dtrace_speculation_commit()
2831 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c2288 time_t timestamp; in unmount_subtree() local
2298 timestamp = gethrestime_sec(); in unmount_subtree()
2303 while (currfnp != rootfnp || rootfnp->fn_unmount_ref_time < timestamp) { in unmount_subtree()
2313 if (currfnp->fn_unmount_ref_time == timestamp && in unmount_subtree()
2328 if (currfnp->fn_unmount_ref_time >= timestamp || in unmount_subtree()
2362 if (currfnp->fn_unmount_ref_time < timestamp) in unmount_subtree()
2363 currfnp->fn_unmount_ref_time = timestamp; in unmount_subtree()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c46 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close()
69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close()
87 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close_and_tree_disconnect()
110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close_and_tree_disconnect()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1270 timestruc_t *timestamp; in so_opt2cmsg() local
1278 timestamp = in so_opt2cmsg()
1287 tv.tv_sec = timestamp->tv_sec; in so_opt2cmsg()
1288 tv.tv_usec = timestamp->tv_nsec / in so_opt2cmsg()
1302 time32->tv_sec = (time32_t)timestamp->tv_sec; in so_opt2cmsg()
1304 (int32_t)(timestamp->tv_nsec / in so_opt2cmsg()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2594 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check() local
2642 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check()
2648 txg, ub->ub_txg, timestamp, ub->ub_timestamp, in spa_activity_check()
H A Dvdev_initialize.c698 uint64_t timestamp = 0; in vdev_initialize_restart() local
701 sizeof (timestamp), 1, &timestamp); in vdev_initialize_restart()
703 vd->vdev_initialize_action_time = (time_t)timestamp; in vdev_initialize_restart()
H A Dvdev_trim.c1072 uint64_t timestamp = 0; in vdev_trim_restart() local
1075 sizeof (timestamp), 1, &timestamp); in vdev_trim_restart()
1077 vd->vdev_trim_action_time = (time_t)timestamp; in vdev_trim_restart()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1202 krb5_timestamp timestamp; member
1716 krb5_timestamp timestamp; /* client time, optional */ member
1733 krb5_timestamp timestamp; /* client time, optional */ member
H A Dkrb5.h1253 krb5_timestamp timestamp; /* client time */ member
1312 krb5_timestamp timestamp; member
1453 krb5_timestamp timestamp; /* time entry written to keytable */ member
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c142 uint16_t timestamp; in hci1394_ixl_dma_sync() local
154 timestamp = ctxtp->dma_last_time; in hci1394_ixl_dma_sync()
176 ixlp, &ixlnextp, &timestamp, &donecode); in hci1394_ixl_dma_sync()
200 ((ixl1394_store_timestamp_t *)ixlp)->timestamp = in hci1394_ixl_dma_sync()
201 timestamp; in hci1394_ixl_dma_sync()
244 ctxtp->dma_last_time = timestamp; in hci1394_ixl_dma_sync()
H A Dhci1394_ixl_misc.c121 uint16_t timestamp; in hci1394_ixl_reset_status() local
151 &timestamp, B_TRUE); in hci1394_ixl_reset_status()
239 uint16_t *timestamp, boolean_t do_status_reset) in hci1394_ixl_check_status() argument
276 *timestamp = (uint16_t) in hci1394_ixl_check_status()
329 *timestamp = hcirecvcnt; in hci1394_ixl_check_status()
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c1477 uint_t timestamp) in h1394_phy_packet() argument
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c662 bep->be_cb.callback_arg = &bep->be_store_ts.timestamp; in av1394_it_ixl_bld_begin()
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c669 hrtime_t timestamp; in dcam_read() local
728 timestamp = buff_info_p->timestamp; in dcam_read()
750 if (byte_copy_to_user_buff((uchar_t *)&timestamp, in dcam_read()
H A Ddcam_frame.c586 ring_buff_p->buff_info_array_p[write_ptr_pos].timestamp = gethrtime(); in dcam_frame_is_done()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c940 unsigned int timestamp = drv_hztousec(ddi_get_lbolt())/1000; in arn_ani_calibrate() local
951 if ((timestamp - sc->sc_ani.sc_longcal_timer) >= ATH_LONG_CALINTERVAL) { in arn_ani_calibrate()
955 sc->sc_ani.sc_longcal_timer = timestamp; in arn_ani_calibrate()
960 if ((timestamp - sc->sc_ani.sc_shortcal_timer) >= in arn_ani_calibrate()
966 sc->sc_ani.sc_shortcal_timer = timestamp; in arn_ani_calibrate()
967 sc->sc_ani.sc_resetcal_timer = timestamp; in arn_ani_calibrate()
970 if ((timestamp - sc->sc_ani.sc_resetcal_timer) >= in arn_ani_calibrate()
975 sc->sc_ani.sc_resetcal_timer = timestamp; in arn_ani_calibrate()
980 if ((timestamp - sc->sc_ani.sc_checkani_timer) >= in arn_ani_calibrate()
983 sc->sc_ani.sc_checkani_timer = timestamp; in arn_ani_calibrate()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c156 ext->timestamp = gethrtime(); in oss_add_control()
170 ext->timestamp = gethrtime(); in oss_add_control()
184 ext->timestamp = gethrtime(); in oss_add_control()
198 ext->timestamp = gethrtime(); in oss_add_control()
214 ext->timestamp = gethrtime(); in oss_add_control()
237 ext->timestamp = gethrtime(); in oss_add_control()
321 ext->timestamp = gethrtime(); in oss_add_control()
426 ext->timestamp = gethrtime(); in oss_alloc_controls()
447 ext->timestamp = gethrtime(); in oss_alloc_controls()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5398 if ((now - bgep->timestamp) < BGE_CYCLIC_PERIOD) in bge_factotum_stall_check()
5401 bgep->timestamp = now; in bge_factotum_stall_check()
H A Dbge_impl.h991 uint64_t timestamp; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Ddbg_bus.h53 u32_t timestamp; member
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c4246 user_vtoc->timestamp[i] = (time_t)cl->cl_vtoc.v_timestamp[i];
4659 if (user_vtoc->timestamp[i] > TIME32_MAX) {
4662 cl->cl_vtoc.v_timestamp[i] = user_vtoc->timestamp[i];
4665 cl->cl_vtoc.v_timestamp[i] = user_vtoc->timestamp[i];
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h451 u64 timestamp; /* OS-dependent timestamp */ member
H A Dt4_hw.c259 entry->timestamp = t4_os_timestamp(); in t4_record_mbox()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h8834 __be64 timestamp; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg.h340 u64 timestamp; member

1...<<11121314