Home
last modified time | relevance | path

Searched refs:timestamp (Results 26 – 50 of 334) sorted by last modified time

12345678910>>...14

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c494 lnode->timestamp = time(NULL); in _glh_add_history()
1056 _glh_write_timestamp(fp, node->timestamp) || in _glh_save_history()
1122 if(timestamp < 0 || (t = localtime(&timestamp)) == NULL) { in _glh_write_timestamp()
1259 glh->list.tail->timestamp = timestamp; in _glh_load_history()
1324 *timestamp = -1; in _glh_decode_timestamp()
1366 *timestamp = mktime(&t); in _glh_decode_timestamp()
1535 if(node->timestamp != (time_t) -1) in _glh_show_history()
1536 t = localtime(&node->timestamp); in _glh_show_history()
1954 unsigned *group, time_t *timestamp) in _glh_lookup_history() argument
2006 if(timestamp) in _glh_lookup_history()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java115 long timestamp, in recordNewDA() argument
136 vals.addElement(Long.toString(timestamp)); in recordNewDA()
H A DServiceTable.java1433 long timestamp = store.getStateTimestamp(); in makeDAAdvert() local
1442 timestamp, in makeDAAdvert()
H A DSrvLocHeader.java244 long timestamp, in getDAAdvert() argument
H A DServerDATable.java145 long timestamp, in recordNewDA() argument
315 long timestamp = in handleAdvertIn() local
318 advert.timestamp, in handleAdvertIn()
331 if (timestamp >= advert.timestamp) { in handleAdvertIn()
338 new Long(timestamp)}); in handleAdvertIn()
350 new Long(advert.timestamp)}); in handleAdvertIn()
356 advert.timestamp, hdr.version); in handleAdvertIn()
367 long timestamp, in forwardRegistrations() argument
H A DSLPV1Manager.java127 long timestamp = store.getStateTimestamp(); in initialize() local
130 if ((currentTime - timestamp) > STATEFUL_TIME_BOUND) { in initialize()
H A DSLPHeaderV1.java833 long timestamp, in getDAAdvert() argument
847 return new SLPV1SDAAdvert(this, xid, timestamp, url, scopes, attrs); in getDAAdvert()
H A DSLPHeaderV2.java1158 long timestamp, in getDAAdvert() argument
H A DCDAAdvert.java52 long timestamp = 0; // timestamp. field in CDAAdvert
78 timestamp = getInt32(hdr, dis, tsBytes); in initialize()
212 return (timestamp == 0); in isGoingDown()
H A DActiveDiscoverer.java192 long timestamp = 0; // later adverts will cause replacement, in run() local
200 timestamp, in run()
332 advert.timestamp, in addPreconfiguredDAs()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h42 time_t timestamp; /* time tree was last updated from file */ member
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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c214 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen) in krb5_timestamp_to_string() argument
217 time_t timestamp2 = timestamp; in krb5_timestamp_to_string()
234 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad) in krb5_timestamp_to_sfstring() argument
239 time_t timestamp2 = timestamp; in krb5_timestamp_to_sfstring()
H A Drd_safe.c148 replaydata->timestamp = message->timestamp; in krb5_rd_safe_basic()
237 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp))) in krb5_rd_safe()
247 replay.ctime = replaydata.timestamp; in krb5_rd_safe()
266 outdata->timestamp = replaydata.timestamp; in krb5_rd_safe()
H A Drd_cred.c80 replaydata->timestamp = encpart.timestamp; in krb5_rd_cred_basic()
212 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp))) in krb5_rd_cred()
221 replay.ctime = replaydata.timestamp; in krb5_rd_cred()
239 outdata->timestamp = replaydata.timestamp; in krb5_rd_cred()
H A Drd_priv.c129 replaydata->timestamp = privmsg_enc_part->timestamp; in krb5_rd_priv_basic()
228 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp))) in krb5_rd_priv()
237 replay.ctime = replaydata.timestamp; in krb5_rd_priv()
256 outdata->timestamp = replaydata.timestamp; in krb5_rd_priv()
H A Dmk_safe.c89 safemsg.timestamp = replaydata->timestamp; in krb5_mk_safe_basic()
176 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_safe()
183 outdata->timestamp = replaydata.timestamp; in krb5_mk_safe()
281 replay.ctime = replaydata.timestamp; in krb5_mk_safe()
H A Dmk_priv.c58 privmsg_enc_part.timestamp = replaydata->timestamp; in krb5_mk_priv_basic()
145 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_priv()
149 outdata->timestamp = replaydata.timestamp; in krb5_mk_priv()
222 replay.ctime = replaydata.timestamp; in krb5_mk_priv()
H A Dmk_cred.c88 credenc.timestamp = replaydata->timestamp; in krb5_mk_ncred_basic()
206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_ncred()
210 outdata->timestamp = replaydata.timestamp; in krb5_mk_ncred()
263 replay.ctime = replaydata.timestamp; in krb5_mk_ncred()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1379 if (!xfread(&ret_entry->timestamp, sizeof(ret_entry->timestamp), 1, KTFILEP(id))) { in krb5_ktfileint_internal_read_entry()
1384 ret_entry->timestamp = ntohl(ret_entry->timestamp); in krb5_ktfileint_internal_read_entry()
1465 krb5_timestamp timestamp; in krb5_ktfileint_write_entry() local
1534 if (krb5_timeofday(context, &entry->timestamp)) { in krb5_ktfileint_write_entry()
1535 entry->timestamp = 0; in krb5_ktfileint_write_entry()
1538 timestamp = entry->timestamp; in krb5_ktfileint_write_entry()
1540 timestamp = htonl(entry->timestamp); in krb5_ktfileint_write_entry()
1541 if (!xfwrite(&timestamp, sizeof(timestamp), 1, KTFILEP(id))) { in krb5_ktfileint_write_entry()
1617 total_size += sizeof(entry->timestamp); in krb5_ktfileint_size_entry()
H A Dkt_srvtab.c479 ret_entry->timestamp = 0; in krb5_ktsrvint_read_entry()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c610 opt_field((*rep)->timestamp,1,asn1_decode_kerberos_time); in decode_krb5_enc_priv_part()
666 opt_field((*rep)->timestamp,2,asn1_decode_kerberos_time); in decode_krb5_enc_cred_part()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A DMakefile37 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DHRTime.java50 this.value = timestamp(); in HRTime()
106 private native UnsignedInt64 timestamp(); in timestamp() method in HRTime
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c364 printtime(entry.timestamp);

12345678910>>...14