Searched defs:rtime (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/lib/
H A Ddates.c46 time_t rtime; local
55 if ( (rtime = mktime( tmptr )) < 0)
57 return( rtime );
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c43 * rtime - get time from remote machine
76 rtime(addrp, timep, timeout) function
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c41 * rtime - get time from remote machine
78 rtime(struct knetconfig *synconfig, struct netbuf *addrp, int calltype, function
99 RPCLOG0(8, "rtime: using old method\n");
102 RPCLOG(1, "rtime: t_kopen %d\n", error);
108 RPCLOG(1, "rtime: t_kbind %d\n", error);
115 RPCLOG(1, "rtime: t_kalloc %d\n", error);
130 RPCLOG(1, "rtime: t_ksndudata %d\n", error);
139 RPCLOG(8, "rtime: timo %x\n", timo);
142 RPCLOG(1, "rtime: t_kspoll %d\n", error);
150 RPCLOG0(1, "rtime
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c82 krb5_timestamp until, rtime; local
258 request->rtime = request->till;
260 rtime = (request->rtime == 0) ? kdc_infinity : request->rtime;
275 min(rtime, min(tmp_client_times,
H A Ddo_tgs_req.c83 krb5_timestamp until, rtime; local
395 request->rtime =
401 rtime = (request->rtime == 0) ? kdc_infinity : request->rtime;
410 min(rtime,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c916 struct timeval rtime; local
920 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME);
921 no_flash = rtime;
929 rtime.tv_sec + ((double)rtime.tv_usec)/1000000.0);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c649 nl7c_logd_log(uri_desc_t *quri, uri_desc_t *suri, time_t rtime, ipaddr_t faddr) argument
721 req->start_process_time = (time32_t)rtime;
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h678 hrtime_t rtime; /* cumulative run (service) time */ member in struct:kstat_io
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c253 long long rtime[2]; member in struct:__anon2994
1294 * Note: t, rtime[0], and rtime[1] are all bounded within 'year'
1297 if (t >= pdaylight.rtime[idx] && t < pdaylight.rtime[ridx]) {
1309 * them in the two rtime fields of the posix_daylight_t structure.
1404 pdaylightp->rtime[idx] = value + rulep->r_time + offset;
1408 return ((pdaylightp->rtime[0] > pdaylightp->rtime[1]) ? 1 : 0);
2109 *tranp++ = (time_t)pdaylight.rtime[id
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1155 krb5_timestamp rtime; /* (optional) requested renew_till */ member in struct:_krb5_kdc_req

Completed in 106 milliseconds