stamp
time_t stamp;
tmp.stamp = auth_lifespan;
ent.stamp = time(NULL);
t = ent.stamp - tmp.stamp;
if(tmp.stamp < t)
*auth_lifespan = ent.stamp;
krb5_timestamp stamp);
krb5_timestamp stamp);
krb5_timestamp * stamp);
krb5_timestamp * stamp);
krb5_timestamp *stamp)
*stamp = 0;
*stamp = (krb5_timestamp) tmp;
krb5_timestamp *stamp)
*stamp = 0;
*stamp = (krb5_timestamp) tmp;
krb5_timestamp stamp)
krb5_kdb_encode_int32((krb5_int32) stamp, buf);
krb5_timestamp stamp)
krb5_kdb_encode_int32((krb5_int32) stamp, buf);
krb5_timestamp stamp);
krb5_timestamp stamp,
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
krb5_timestamp stamp)
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
krb5_timestamp stamp,
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
entry->last_success = stamp;
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval))) {
entry->last_failed = stamp;
krb5_timestamp stamp,
krb5_timestamp stamp);
krb5_timestamp stamp,
krb5_timestamp stamp)
krb5_kdb_encode_int32((krb5_int32) stamp, buf);
krb5_timestamp *stamp)
*stamp = 0;
*stamp = (krb5_timestamp) tmp;
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
krb5_timestamp stamp)
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
krb5_timestamp stamp,
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
entry->last_success = stamp;
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval))) {
entry->last_failed = stamp;
krb5_timestamp stamp,
krb5_timestamp stamp, krb5_boolean zero_fail_count,
dummy.last_success = stamp;
dummy.last_failed = stamp;
krb5_timestamp stamp);
krb5_timestamp stamp,
krb5_timestamp stamp,
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
krb5_timestamp stamp)
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
krb5_timestamp stamp, krb5_error_code status,
if (locked_check_p(context, stamp, max_fail, lockout_duration, entry))
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval)))
return klmdb_update_lockout(context, entry, stamp, zero_fail_count,
locked_check_p(krb5_context context, krb5_timestamp stamp, krb5_kvno max_fail,
unsigned int stamp;
HPT_U32 stamp;
HPT_U32 stamp;
do { stamp = random(); } while (stamp==0);
return stamp;
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
ULONG stamp;
do { stamp = random(); } while (stamp==0);
return stamp;
HPT_U32 stamp;
HPT_U32 stamp;
do { stamp = random(); } while (stamp==0);
return stamp;
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
HPT_U32 stamp;
HPT_U32 stamp;
do { stamp = random(); } while (stamp==0);
return stamp;
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
__be32 stamp = cpu_to_be32(1 << STAMP_SHIFT);
*ptr = stamp;
const __be32 stamp = cpu_to_be32(STAMP_VAL |
*ptr = stamp;
__be32 stamp;
stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) :
*wqe = stamp;
int uninitialized_var(stamp);
stamp = ind + qp->sq_spare_wqes;
stamp_send_wqe(qp, stamp, size * 16);
stamp_send_wqe(qp, stamp, size * 16);
np->n_accesscache[i].stamp = 0;
np->n_accesscache[i].stamp = 0;
np->n_accesscache[i].stamp = time_second;
if (i > 0 && np->n_accesscache[i].stamp <
np->n_accesscache[lrupos].stamp)
np->n_accesscache[lrupos].stamp = time_second;
if (time_second < (np->n_accesscache[i].stamp
time_t stamp; /* mode cache timestamp */
time_t stamp; /* mode cache timestamp */
struct stamp stamp;
stamp.scr_len = cc;
stamp.scr_sec = tv.tv_sec;
stamp.scr_usec = tv.tv_usec;
stamp.scr_direction = direction;
iov[0].iov_len = sizeof(stamp);
iov[0].iov_base = &stamp;
#define swapstamp(stamp) do { \
if (stamp.scr_direction > 0xff) { \
stamp.scr_len = bswap64(stamp.scr_len); \
stamp.scr_sec = bswap64(stamp.scr_sec); \
stamp.scr_usec = bswap32(stamp.scr_usec); \
stamp.scr_direction = bswap32(stamp.scr_direction); \
struct stamp stamp;
if (fread(&stamp, sizeof(stamp), 1, fp) != 1) {
swapstamp(stamp);
save_len = sizeof(stamp);
if (reg && stamp.scr_len >
save_len += stamp.scr_len;
tclock = stamp.scr_sec;
tso.tv_sec = stamp.scr_sec;
tso.tv_nsec = stamp.scr_usec * 1000;
switch (stamp.scr_direction) {
(void)consume(fp, stamp.scr_len, buf, reg);
(void)consume(fp, stamp.scr_len, buf, reg);
(void)consume(fp, stamp.scr_len, buf, reg);
if (stamp.scr_len == 0)
while (stamp.scr_len > 0) {
l = MIN(DEF_BUF, stamp.scr_len);
stamp.scr_len -= l;