Home
last modified time | relevance | path

Searched refs:timestamp (Results 26 – 50 of 334) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d40 timeout = timestamp + 1000000000;
51 timeout = timestamp + 500000000;
67 /timestamp > timeout/
H A Dtst.ret2.d40 timeout = timestamp + 1000000000;
51 timeout = timestamp + 500000000;
67 /timestamp > timeout/
H A Dtst.args1.d40 timeout = timestamp + 1000000000;
51 timeout = timestamp + 500000000;
69 /timestamp > timeout/
H A Dtst.weak1.d40 timeout = timestamp + 1000000000;
51 timeout = timestamp + 500000000;
77 /timestamp > timeout/
H A Dtst.weak2.d40 timeout = timestamp + 1000000000;
51 timeout = timestamp + 500000000;
77 /timestamp > timeout/
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
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 DSLPV1SDAAdvert.java52 long timestamp, in SLPV1SDAAdvert() argument
58 super(hdr, xid, timestamp, url, scopes, attrs); in SLPV1SDAAdvert()
64 void initialize(long timestamp, in initialize() argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.strchr.d33 on = (timestamp / 1000000000) & 1;
39 trace(strchr((char *)(rand() ^ timestamp), rand()));
45 trace(strrchr((char *)(rand() ^ timestamp), rand()));
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c60 char timestamp[64]; in nd_debug() local
64 get_timestamp(timestamp, sizeof (timestamp)); in nd_debug()
65 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp); in nd_debug()
85 char timestamp[64]; in nd_error() local
88 get_timestamp(timestamp, sizeof (timestamp)); in nd_error()
89 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp); in nd_error()
101 char timestamp[64]; in nd_abort() local
104 get_timestamp(timestamp, sizeof (timestamp)); in nd_abort()
105 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp); in nd_abort()
/illumos-gate/usr/src/lib/libadm/common/
H A Drdwr_vtoc.c68 if ((sizeof (vd->timestamp[i]) != sizeof (vs->timestamp[i])) &&\
69 (vs->timestamp[i] > INT32_MAX)) \
70 vd->timestamp[i] = INT32_MAX; \
72 vd->timestamp[i] = (unsigned)vs->timestamp[i]; \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
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 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 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 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 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()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh40 start = timestamp;
63 /((total * 100) / (timestamp - start)) > thresh/
66 \$\$1, ((total * 100) / (timestamp - start)));
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d45 self->wait = timestamp;
51 @io[args[2]->fi_name] = sum(timestamp - self->wait);
52 @time["<I/O wait>"] = sum(timestamp - self->wait);
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c106 uuid_time_t timestamp; in uuid_create() local
156 get_current_time(&timestamp); in uuid_create()
162 if ((data->state.ts == 0) || (data->state.ts >= timestamp)) { in uuid_create()
164 data->state.ts = timestamp; in uuid_create()
171 format_uuid(uuid, data->state.clock, timestamp, system_node); in uuid_create()
206 uuid_time_t timestamp, uuid_node_t node) in format_uuid() argument
212 uuid->time_low = (uint32_t)(timestamp & 0xFFFFFFFF); in format_uuid()
213 uuid->time_mid = (uint16_t)((timestamp >> 32) & 0xFFFF); in format_uuid()
214 uuid->time_hi_and_version = (uint16_t)((timestamp >> 48) & 0x0FFF); in format_uuid()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c146 struct timeval timestamp; in __svcauth_des() local
305 timestamp.tv_sec = IXDR_GET_INT32(ixdr); in __svcauth_des()
306 timestamp.tv_usec = IXDR_GET_INT32(ixdr); in __svcauth_des()
338 &timestamp); in __svcauth_des()
352 if ((ulong_t)timestamp.tv_usec >= USEC_PER_SEC) { in __svcauth_des()
365 if (nick && BEFORE(&timestamp, in __svcauth_des()
380 if (!BEFORE(&current, &timestamp)) { in __svcauth_des()
404 IXDR_PUT_INT32(ixdr, timestamp.tv_sec - 1); in __svcauth_des()
405 IXDR_PUT_INT32(ixdr, timestamp.tv_usec); in __svcauth_des()
448 entry->laststamp = timestamp; in __svcauth_des()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dio.d78 self->zfs_rw = timestamp;
100 this->elapsed = timestamp - self->zfs_rw;
111 this->elapsed = timestamp - self->zfs_rw;
120 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
126 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_fid.c33 __os_fileid(dbenv, fname, timestamp, fidp) in __os_fileid() argument
36 int timestamp;
69 if (timestamp) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_flash_utils.c100 u64 timestamp, u32 cur_entity_hdr_offset, in update_headers() argument
146 flash_hdr->timestamp = timestamp; in update_headers()
162 cudbg_write_flash(void *handle, u64 timestamp, void *data, in cudbg_write_flash() argument
195 update_headers(handle, dbg_buff, timestamp, in cudbg_write_flash()
382 sec_info->max_timestamp = flash_hdr.timestamp; in cudbg_read_flash()
391 flash_hdr.timestamp; in cudbg_read_flash()
414 flash_hdr.timestamp && in cudbg_read_flash()
454 flash_hdr.timestamp && in cudbg_read_flash()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c121 uint16_t timestamp; in hci1394_ixl_reset_status() local
151 &timestamp, B_TRUE); in hci1394_ixl_reset_status()
239 uint16_t *timestamp, boolean_t do_status_reset) in hci1394_ixl_check_status() argument
276 *timestamp = (uint16_t) in hci1394_ixl_check_status()
329 *timestamp = hcirecvcnt; in hci1394_ixl_check_status()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Derr.D_PROTO_LEN.toofew.d38 x[123, 456] = timestamp;
43 x[123] = timestamp;
H A Derr.D_PROTO_ARG.badsig.d38 x[123, "foo"] = timestamp;
43 x[123, 456] = timestamp;

12345678910>>...14