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

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_NORMALIZE_SCALAR.bad.d48 start = timestamp;
H A Dtst.fmtnormalize.d44 start = timestamp;
H A Dtst.multinormalize.d44 start = timestamp;
H A Dtst.normalize.d44 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.noprivrestrict.ksh37 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.msgsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.null.d47 on = (timestamp / 1000000000) & 1;
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.substr.d35 on = (timestamp / 1000000000) & 1;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devstamp.c28 * get timestamp from device
34 * get timestamp
39 time_t *stamp, /* return timestamp here */
64 /* return timestamp, success */
65 *stamp = vtocbuf.timestamp[partno];
78 time_t *stamp, /* returned timestamp */
103 *stamp = vtocbuf.timestamp[partno] = now;
110 /* Clear the timestamp */
111 vtocbuf.timestamp[partno] = 0;
120 if (*stamp != vtocbuf.timestamp[partn
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Drwinfo.d28 uint64_t ts; /* timestamp of last syscall entry */
39 i[probefunc].ts = timestamp;
48 i[probefunc].elapsed += timestamp - i[probefunc].ts;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drwinfo.d53 i[probefunc].ts = timestamp;
63 i[probefunc].elapsed += timestamp - i[probefunc].ts;
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dnetwork-discovery.h21 extern void scan_for_stale_devices(LibHalContext *ctx, time_t timestamp);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c37 * timestamp. Otherwise, file system should set the timestamp.
38 * Failure to set the timestamp, even if requested by the client,
46 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp);
69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
87 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp);
110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SDAAdvert.java52 long timestamp,
58 super(hdr, xid, timestamp, url, scopes, attrs);
64 void initialize(long timestamp, argument
50 SLPV1SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSDAAdvert.java51 long timestamp,
78 this.initialize(timestamp, url, scopes, attrs);
86 initialize(long timestamp, argument
106 if (timestamp < 0) {
129 // Parse out the timestamp
131 putInt32(hdr, timestamp, baos);
220 " timestamp="+timestamp+"\n"+
228 // Put out the lower 32 bits of the timestamp.
49 SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_fid.c33 __os_fileid(dbenv, fname, timestamp, fidp)
36 int timestamp;
69 if (timestamp) {
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h59 * timestamp [all] returned as zero
125 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member in struct:vtoc
148 uint64_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member in struct:extvtoc
171 v.timestamp[i] = (time_t)extv.timestamp[i]; \
196 extv.timestamp[i] = (uint64_t)v.timestamp[i]; \
219 time32_t timestamp[V_NUMPA member in struct:vtoc32
[all...]

Completed in 107 milliseconds

1234567891011>>