Searched refs:timestamp (Results 151 - 175 of 320) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_safe.c148 replaydata->timestamp = message->timestamp;
237 if ((retval = krb5int_check_clockskew(context, replaydata.timestamp)))
247 replay.ctime = replaydata.timestamp;
266 outdata->timestamp = replaydata.timestamp;
H A Dmk_cred.c88 credenc.timestamp = replaydata->timestamp;
206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp,
210 outdata->timestamp = replaydata.timestamp;
263 replay.ctime = replaydata.timestamp;
H A Dstr_conv.c215 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
218 time_t timestamp2 = timestamp;
235 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
240 time_t timestamp2 = timestamp;
214 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen) argument
234 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad) argument
/illumos-gate/usr/src/lib/libadm/common/
H A Drdwr_vtoc.c44 * Currently bootinfo and timestamp are not really supported.
68 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/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c315 hrtime_t timestamp; member in struct:request_log_walk::request_entry
329 if (rp->timestamp == lp->timestamp)
335 if (rp->timestamp == 0)
337 if (lp->timestamp == 0)
340 if (lp->timestamp < rp->timestamp)
366 (*arg)->timestamp = tip->ti_log.rl_start;
368 (*arg)->timestamp = 0; /* sort to the top */
431 list[pos].timestamp
[all...]
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c106 uuid_time_t timestamp; local
156 get_current_time(&timestamp);
159 * If timestamp is not set or is not in the past, bump
162 if ((data->state.ts == 0) || (data->state.ts >= timestamp)) {
164 data->state.ts = timestamp;
171 format_uuid(uuid, data->state.clock, timestamp, system_node);
201 * Formats a UUID, given the clock_seq timestamp, and node address.
206 uuid_time_t timestamp, uuid_node_t node)
210 * First set up the first 60 bits from the timestamp
212 uuid->time_low = (uint32_t)(timestamp
205 format_uuid(struct uuid *uuid, uint16_t clock_seq, uuid_time_t timestamp, uuid_node_t node) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c135 uint16_t timestamp; local
168 &timestamp, B_TRUE);
182 * store timestamp commands, as well.)
271 uint16_t *timestamp, boolean_t do_status_reset)
311 * timestamp, reset desc status and return dma
317 *timestamp = (uint16_t)
386 *timestamp = hcirecvcnt;
270 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, uint16_t *timestamp, boolean_t do_status_reset) argument
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c60 char timestamp[64]; local
64 get_timestamp(timestamp, sizeof (timestamp));
65 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp);
85 char timestamp[64]; local
88 get_timestamp(timestamp, sizeof (timestamp));
89 (void) fprintf(nhdl->nh_log_fd, "[ %s ", timestamp);
101 char timestamp[64]; local
104 get_timestamp(timestamp, sizeo
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java192 long timestamp = 0; // later adverts will cause replacement,
200 timestamp,
332 advert.timestamp,
H A DCDAAdvert.java52 long timestamp = 0; // timestamp. field in class:CDAAdvert
74 // Parse in the timestamp. Save bytes for auth block.
78 timestamp = getInt32(hdr, dis, tsBytes);
182 // Get the timestamp.
212 return (timestamp == 0);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c38 * (1) The timestamp microseconds do not exceed 1 million.
39 * (2) The timestamp plus the window is less than the current time.
40 * (3) The timestamp is not less than the one previously
132 struct timeval timestamp; local
265 * Decrypt the timestamp
292 * XDR the decrypted timestamp
295 timestamp.tv_sec = IXDR_GET_INT32(ixdr);
296 timestamp.tv_usec = IXDR_GET_INT32(ixdr);
328 &timestamp);
342 if ((ulong_t)timestamp
567 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpm.h186 time_t timestamp; /* time of state change */ member in struct:pm_state_change
228 time32_t timestamp; /* time of state change */ member in struct:pm_state_change32
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h82 uint32_t timestamp[VTOC8_NPARTS]; member in struct:vtoc8
129 uint32_t timestamp[NDKMAP]; /* partition timestamp (unsupported) */ member in struct:dk_vtoc
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h63 time_t timestamp; member in struct:__anon4335
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c63 static time_t timestamp = 0; variable
124 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
127 timestamp = curr_time;
H A Dinuse_lu.c62 static time_t timestamp = 0; variable
96 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
100 timestamp = curr_time;
H A Dinuse_vxvm.c72 static time_t timestamp = 0; variable
113 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
117 timestamp = curr_time;
/illumos-gate/usr/src/cmd/pools/poolstat/
H A DMakefile37 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A DMakefile41 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/auditstat/
H A DMakefile34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A DMakefile42 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A DMakefile38 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h57 uint32_t (*timestamp)(void); member in struct:cache
/illumos-gate/usr/src/cmd/stat/fsstat/
H A DMakefile33 COMMON_OBJS = common.o timestamp.o

Completed in 108 milliseconds

1234567891011>>