Home
last modified time | relevance | path

Searched refs:rtime (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/oamuser/lib/
H A Ddates.c44 time_t rtime; local
53 if ( (rtime = mktime( tmptr )) < 0)
55 return( rtime );
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_des.h153 extern int rtime(struct knetconfig *, struct netbuf *, int,
161 extern int rtime();
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c82 krb5_timestamp until, rtime; in process_as_req() local
258 request->rtime = request->till; in process_as_req()
260 rtime = (request->rtime == 0) ? kdc_infinity : request->rtime; in process_as_req()
275 min(rtime, min(tmp_client_times, in process_as_req()
H A Ddo_tgs_req.c83 krb5_timestamp until, rtime; in process_tgs_req() local
395 request->rtime = in process_tgs_req()
401 rtime = (request->rtime == 0) ? kdc_infinity : request->rtime; in process_tgs_req()
410 min(rtime, in process_tgs_req()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c351 (request->rtime != 0) && in verify_as_reply()
352 (as_reply->enc_part2->times.renew_till > request->rtime)) in verify_as_reply()
365 (request->rtime != 0) && in verify_as_reply()
367 request->rtime))) in verify_as_reply()
591 request.rtime = creds->times.renew_till; in krb5_get_in_tkt()
1119 request.rtime = krb5int_addint32(request.from, renew_life); in krb5_get_init_creds()
1120 if (request.rtime < request.till) { in krb5_get_init_creds()
1122 request.rtime = request.till; in krb5_get_init_creds()
1127 request.rtime = 0; in krb5_get_init_creds()
H A Dsend_tgs.c194 tgsreq.rtime = timestruct->renew_till; in krb5_send_tgs2()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A DMakefile.com33 OBJECTS= clnt_tcp.o clnt_udp.o getrpcport.o rtime.o svc_tcp.o svc_udp.o get_myaddress.o
H A Drtime.c74 rtime(addrp, timep, timeout) in rtime() function
H A Dmapfile-vers53 rtime;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c914 struct timeval rtime; in rip_bcast() local
918 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME); in rip_bcast()
919 no_flash = rtime; in rip_bcast()
927 rtime.tv_sec + ((double)rtime.tv_usec)/1000000.0); in rip_bcast()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c253 long long rtime[2]; member
1297 if (t >= pdaylight.rtime[idx] && t < pdaylight.rtime[ridx]) { in posix_check_dst()
1404 pdaylightp->rtime[idx] = value + rulep->r_time + offset; in posix_daylight()
1408 return ((pdaylightp->rtime[0] > pdaylightp->rtime[1]) ? 1 : 0); in posix_daylight()
2109 *tranp++ = (time_t)pdaylight.rtime[idx]; in load_posix_transitions()
2115 *tranp++ = (time_t)pdaylight.rtime[ridx]; in load_posix_transitions()
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c706 scalehrtime(&kiop->rtime); in default_kstat_snapshot()
723 kiop->rtime += rfix; in default_kstat_snapshot()
1365 kiop->rtime += delta; in kstat_runq_enter()
1381 kiop->rtime += delta; in kstat_runq_exit()
1404 kiop->rtime += delta; in kstat_waitq_to_runq()
1421 kiop->rtime += delta; in kstat_runq_back_to_waitq()
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c804 aio->kios.rtime += dio->kios.rtime in update_counters()
805 = nio->kios.rtime - oio->kios.rtime; in update_counters()
849 pbusy = (double)xio[ii].kios.rtime * 100.0 / hr_etime; in prt_d_opt()
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile78 rtime.d \
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h678 hrtime_t rtime; /* cumulative run (service) time */ member
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c79 rtime(struct knetconfig *synconfig, struct netbuf *addrp, int calltype, in rtime() function
H A Dauth_des.c436 if (rtime(synconfig, syncaddr, calltype, timep, &timout) < 0) in synchronize()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c491 controller->is_stats.rtime += disk->is_stats.rtime; in collate_controller()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c751 t_delta = hrtime_delta(old ? old->is_stats.rtime : 0, in show_disk()
752 new->is_stats.rtime); in show_disk()
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in498 rtime KSTAT_IO_RTIME
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-dtrace.p5m89 file path=usr/demo/dtrace/rtime.d
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c296 FIELDOF_OPT(struct kdc_req_hack, kerberos_time, v.rtime, 6, 6),
315 if (val->rtime) in optional_kdc_req_hack()
H A Dasn1_k_decode.c653 opt_field(val->rtime,6,asn1_decode_kerberos_time,0); in asn1_decode_kdc_req_body()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1400 SAVE_HRTIME(ksi, ksio, rtime); in save_io()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs965 SAVE_HRTIME(self, kiop, rtime); in save_io()

12