Home
last modified time | relevance | path

Searched refs:timestamp (Results 226 – 250 of 335) sorted by relevance

12345678910>>...14

/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/cmd/isns/isnsd/
H A Dcache.c96 imc->timestamp = get_timestamp; in cache_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h279 uint16_t *timestamp, boolean_t do_status_reset);
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c504 if (entry->stats.timestamp < now) in print_entry()
507 now - entry->stats.timestamp); in print_entry()
511 entry->stats.timestamp - now); in print_entry()
1487 } else if (this_stats->timestamp < now) in lookup_int()
1512 (this_stats->timestamp < now)) { in lookup_int()
1634 this_stats->timestamp = time(NULL) + ttl; in lookup_int()
1686 this_stats->timestamp = time(NULL) + cfg.neg_ttl; in lookup_int()
2328 node->stats.timestamp < now)) { in reap_cache()
H A Dcache.h123 time_t timestamp; /* expiry time */ member
/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/qede/579xx/hsi/hw/
H A Dinit_tool_hsi.h403 __le32 timestamp /* FW Timestamp in unix time (sec. since 1970) */; member
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h75 hrtime_t timestamp; member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c360 FIELDOF_OPT(krb5_safe, kerberos_time, timestamp, 1, 1),
371 if (val->timestamp) { in optional_krb_safe_body()
969 FIELDOF_OPT(krb5_priv_enc_part, kerberos_time, timestamp, 1, 1),
980 if (val->timestamp) { in optional_priv_enc_part()
1016 FIELDOF_OPT(krb5_cred_enc_part, kerberos_time, timestamp, 2, 2),
1035 if (val->timestamp) { in optional_enc_cred_part()
1232 FIELDOF_NORM( krb5_fast_finished, kerberos_time, timestamp, 0),
/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/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c126 long timestamp; /* time request received */ member
551 if ((uint_t)(now - dinfo.timestamp) < DELAY_SECS) in delayed_responder()
552 (void) sleep(DELAY_SECS - (now - dinfo.timestamp)); in delayed_responder()
746 dinfo.timestamp = time(0); in delay_exit()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c650 DWORD timestamp, netr_cred_t *out_cred, boolean_t retry) in netr_gen_credentials() argument
659 data[0] = LE_IN32(&p[0]) + timestamp; in netr_gen_credentials()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java833 long timestamp, in getDAAdvert() argument
847 return new SLPV1SDAAdvert(this, xid, timestamp, url, scopes, attrs); in getDAAdvert()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c342 if (st.st_mtime == data->timestamp in profile_update_file_data()
389 data->timestamp = st.st_mtime; in profile_update_file_data()
H A Dprof_int.h42 time_t timestamp; /* time tree was last updated from file */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_init_tool.h87 __le32 timestamp /* FW Timestamp in unix time (sec. since 1970) */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_init_tool.h87 __le32 timestamp /* FW Timestamp in unix time (sec. since 1970) */; member
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S351 ! We have interrupted an interrupt thread. Take a timestamp,
357 ! We came in on top of an interrupt thread that had no timestamp.
539 ! Take timestamp, compute interval, update cumulative counter.
738 ! If we pinned an interrupt thread, store its starting timestamp.
751 ! the timestamp, try again.
1203 ! Take timestamp, compute interval, update cumulative counter.
1265 ! returned. Store a starting timestamp for it in the CPU structure.
1307 ! timestamp in its thread structure.
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c226 lp->entry->timestamp = now;
413 entry->timestamp = 0; /* XXX */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.S116 ! o0 = timestamp
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub6 timestamp='2004-11-30'
71 GNU config.sub ($timestamp)
86 echo "$timestamp" ; exit 0 ;;
/illumos-gate/usr/src/uts/common/fs/zfs/
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/sys/audio/
H A Daudio_oss.h310 int timestamp; member
344 int timestamp; /* Must be set to oss_mixext.timestamp */ member
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h290 uint_t quadlet_count, uint_t timestamp);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c79 time_t timestamp; member
727 cache->timestamp = st.st_mtime; in cache_create()
880 if (old_cache->timestamp >= st.st_mtime) { in cache_sync()

12345678910>>...14