Searched refs:timestamp (Results 101 - 125 of 206) sorted by relevance

123456789

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_calldist.d53 self->function[self->depth] = timestamp;
59 this->elapsed_incl = timestamp - self->function[self->depth];
H A Dpy_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
H A Djs_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
76 self->object = timestamp;
82 this->elapsed = timestamp - self->object;
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dphp_calltime.d52 self->function[self->depth] = timestamp;
58 this->elapsed_incl = timestamp - self->function[self->depth];
H A Dpl_calltime.d51 self->sub[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->sub[self->depth];
H A Dpy_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
H A Dwpm.d90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
76 self->object = timestamp;
82 this->elapsed = timestamp - self->object;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java145 long timestamp,
263 * to be forwarded if the boot timestamp is different from the
264 * old boot timestamp.
315 long timestamp =
318 advert.timestamp,
324 // old timestamp greater than or equal to the new timestamp.
325 // If the old timestamp is greater than or equal to the new,
327 // IF the old timestamp is less, it means that
331 if (timestamp >
143 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument
365 forwardRegistrations(ServiceURL url, Vector scopes, long timestamp, int version) argument
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h17 time_t timestamp; member in struct:__anon1914
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwpm.d90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calltime.d51 self->sub[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->sub[self->depth];
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_calltime.d52 self->function[self->depth] = timestamp;
58 this->elapsed_incl = timestamp - self->function[self->depth];
/osnet-11/usr/src/lib/libuuid/common/
H A Duuid_misc.c75 get_current_time(uuid_time_t *timestamp) argument
109 *timestamp = time_now + uuids_this_tick;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c62 privmsg_enc_part.timestamp = replaydata->timestamp;
154 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
158 outdata->timestamp = replaydata.timestamp;
227 replay.ctime = replaydata.timestamp;
H A Dmk_safe.c79 safemsg.timestamp = replaydata->timestamp;
155 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
159 outdata->timestamp = replaydata.timestamp;
284 replay.ctime = replaydata.timestamp;
H A Drd_cred.c89 replaydata->timestamp = encpart.timestamp;
222 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
232 replay.ctime = replaydata.timestamp;
250 outdata->timestamp = replaydata.timestamp;

Completed in 58 milliseconds

123456789