Searched refs:timestamp (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/os/
H A Dftrace.c362 hrtime_t timestamp; local
364 timestamp = gethrtime_unscaled();
379 r->ftr_tick = timestamp;
396 hrtime_t timestamp; local
398 timestamp = gethrtime_unscaled();
413 r->ftr_tick = timestamp;
431 hrtime_t timestamp; local
433 timestamp = gethrtime_unscaled();
448 r->ftr_tick = timestamp;
467 hrtime_t timestamp; local
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h53 int timestamp; /* whether timestamps are enabled */ member in struct:xge_os_tracebuf_t
90 if (tb->timestamp) { \
103 if (tb->timestamp) { \
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpsnoop.d51 timestamp/1000, args[1]->cs_pid, args[2]->ip_saddr,
60 timestamp/1000, args[1]->cs_pid, args[2]->ip_daddr,
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c76 get_current_time(uuid_time_t *timestamp) argument
110 *timestamp = time_now + uuids_this_tick;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.noprivdrop.ksh36 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c146 char *timestamp; /* current time in readable form */ local
160 timestamp = ctime(&clock);
161 *(strchr(timestamp, '\n')) = '\0';
162 (void) fprintf(Logfp, "%s; %ld; ", timestamp, getpid());
272 char *timestamp; /* current time in readable form */ local
276 timestamp = ctime(&clock);
277 *(strchr(timestamp, '\n')) = '\0';
279 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid());
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dio.d60 self->ts = timestamp;
69 @latencies[probefunc] = avg(timestamp - self->ts);
76 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
82 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_009_neg.ksh54 typeset timestamp=$(date +'%F-%R:%S')
/illumos-gate/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...]
/illumos-gate/usr/src/lib/pam_modules/
H A DMakefile50 timestamp \
/illumos-gate/usr/src/cmd/ctstat/
H A DMakefile34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhoqueue.d37 in[args[0]->pr_addr] = timestamp;
54 * We have a winner. Set the new maximum length and set the timestamp
58 longtime[this->cpu] = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh57 printf("%u end\n", timestamp);
65 printf("%u\n", timestamp);
/illumos-gate/usr/src/cmd/intrstat/
H A DMakefile.com34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c58 privmsg_enc_part.timestamp = replaydata->timestamp;
145 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
149 outdata->timestamp = replaydata.timestamp;
222 replay.ctime = replaydata.timestamp;
H A Dmk_safe.c89 safemsg.timestamp = replaydata->timestamp;
176 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
183 outdata->timestamp = replaydata.timestamp;
281 replay.ctime = replaydata.timestamp;
H A Drd_cred.c80 replaydata->timestamp = encpart.timestamp;
212 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
221 replay.ctime = replaydata.timestamp;
239 outdata->timestamp = replaydata.timestamp;
H A Drd_priv.c129 replaydata->timestamp = privmsg_enc_part->timestamp;
228 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
237 replay.ctime = replaydata.timestamp;
256 outdata->timestamp = replaydata.timestamp;

Completed in 117 milliseconds

1234567891011>>