Searched refs:time_t (Results 651 - 675 of 1054) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c1044 static time_t tim = 0L;
1045 time_t starttime;
1048 tim = time((time_t *)0);
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c90 time_t now;
746 time_t last_ckp_time, now;
763 if (now - last_ckp_time >= (time_t)(minutes * 60))
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c299 time_t t = time(0);
942 time_t t = time(0);
1207 time_t t = time(0);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1069 time_t t;
1082 t = (time_t)dp->di_mtime;
1132 time_t t;
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c374 time_t creation = cur_be->be_node_creation;
440 time_t creation = snap->be_snapshot_creation;
501 time_t creation = cur_be->be_node_creation;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c353 mdb_iob_printf(mdb.m_out, "%-24Y", (time_t)x);
371 if ((time_t)x == x)
372 mdb_iob_printf(mdb.m_out, "%-24Y", (time_t)x);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c71 time_t origin_creation; /* snapshot creation time of clone */
600 time_t snap_creation;
612 snap_creation = (time_t)zfs_prop_get_int(zhp, ZFS_PROP_CREATION);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c1101 be_node->be_node_creation = (time_t)zfs_prop_get_int(zhp,
1227 (time_t)zfs_prop_get_int(zfshp, ZFS_PROP_CREATION);
1303 snapshot->be_snapshot_creation = (time_t)zfs_prop_get_int(zfshp,
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h266 * check if a time_t (int64_t) is ok when preepoch times are allowed -
271 (((tt) >= (time_t)INT32_MIN) && ((tt) <= (time_t)INT32_MAX))
274 * check if a time_t (int64_t) is ok when preepoch times are not allowed -
279 (((tt) >= 0) && ((tt) <= (time_t)(ulong_t)UINT32_MAX))
303 * check if a time_t (int32_t) is ok when preepoch times are allowed -
309 * check if a time_t (int32_t) is ok when preepoch times are not allowed -
325 * Test if time_t (signed long) can be sent over the wire - for v2/3 only if:
954 extern time_t rfs4_lease_time;
955 extern time_t rfs4_grace_perio
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1506 time_t ltime = (time_t)hdrp->p1hdr_dpd_time;
1570 time_t scratch;
1575 scratch = (time_t)sp->p1stat_start;
1629 time_t current, remain, exp;
1665 exp = (time_t)sp->p1stat_start + (time_t)xfp->p1xf_max_secs;
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c101 extern time_t get_date(char *); /* kadmin/cli/getdate.o */
141 static char *strdur(time_t duration);
155 time_t date;
156 time_t now;
170 if (date == (time_t)(-1)) {
185 if (date == (time_t)(-1)) {
1926 time_t duration;
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c1477 time_t timestamp;
1490 time_t now;
1910 time_t now;
1911 time_t *timestamp;
1944 timestamp = kmem_zalloc(comps * sizeof (time_t),
2020 comps * sizeof (time_t));
2030 kmem_free(timestamp, comps * sizeof (time_t));
/illumos-gate/usr/src/cmd/ls/
H A Dls.c328 static time_t year, now;
368 static void format_time(time_t, time_t);
2640 format_time(time_t sec, time_t nsec)
2686 format_time((time_t)p->extm[i].stm, (time_t)p->extm[i].nstm);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c87 static time_t sadb_add_time(time_t, uint64_t);
111 time_t tmp = sadb_add_time((sa)->ipsa_usetime, \
130 * We presume that sizeof (long) == sizeof (time_t) and that time_t is
137 * time_t is defined to be a signed type with the same range as
148 * the 32-bit time_t overflows (a dangerous assumption, mind you..).
154 static time_t
155 sadb_add_time(time_t base, uint64_t delta)
157 time_t su
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c495 time_t now;
1313 SM_NONVOLATILE time_t enough = 0;
1317 time_t xstart;
3974 time_t xstart;
4225 time_t xstart;
4231 time_t now = curtime();
4256 if (xstart != (time_t) 0)
4416 if (xstart != (time_t) 0)
5695 time_t now;
6108 time_t tlsstar
[all...]
H A Dsavemail.c1109 time_t dbyd;
1284 if (q->q_statdate == (time_t) 0L)
1295 time_t xdate;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c44 extern time_t rfs4_start_time;
334 static time_t rfs4_client_cache_time = 0;
335 static time_t rfs4_clntip_cache_time = 0;
336 static time_t rfs4_openowner_cache_time = 0;
337 static time_t rfs4_state_cache_time = 0;
338 static time_t rfs4_lo_state_cache_time = 0;
339 static time_t rfs4_lockowner_cache_time = 0;
340 static time_t rfs4_file_cache_time = 0;
341 static time_t rfs4_deleg_state_cache_time = 0;
1168 time_t start_tim
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2128 time_t t_notbefore;
2129 time_t t_notafter;
2130 time_t latest;
2783 time_t t_now;
2784 time_t t_notbefore;
2785 time_t t_notafter;
/illumos-gate/usr/src/head/
H A Dmeta.h408 time_t mte_timeout; /* seconds before msg times out */
751 extern int getdevstamp(mddrivename_t *dnp, time_t *stamp,
753 extern int setdevstamp(mddrivename_t *dnp, time_t *stamp,
950 time_t *ret_timestamp, md_error_t *ep);
1782 time_t tout, md_error_t *ep);
1950 extern time_t mdmn_get_timeout(md_mn_msgtype_t msgtype);
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1276 time_t sec;
1302 &tv, &tn) == 0 && tn == 2 && (sec = (time_t)tv[0]) != (time_t)-1 &&
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1654 time((time_t*)zBuf);
1656 memcpy(&zBuf[sizeof(time_t)], &pid, sizeof(pid));
1828 time_t t;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c2040 cctime(time_t *t)
2048 if (*t == (time_t)0)
2326 ndmp_get_cur_bk_time(ndmp_lbr_params_t *nlp, time_t *tp, char *jname)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1271 time_t ct;
1318 ct = (time_t)(gethrtime() / NANOSEC);
1342 ct = (time_t)(gethrtime() / NANOSEC);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c490 time_t exp;
1040 strcpy(buff, ctime((time_t *)&timestamp));
1728 time_t exp;
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c140 time_t Tvec;
524 time_t t;
527 t = (time_t)Osup.fs_time;

Completed in 4625 milliseconds

<<21222324252627282930>>