| /illumos-gate/usr/src/lib/pam_modules/krb5/ |
| H A D | krb5_setcred.c | 557 krb5_timestamp endtime; local 559 if (renewed_cred && renewed_cred->times.endtime != 0) 560 endtime = renewed_cred->times.endtime; 562 endtime = my_creds.times.endtime; 574 if (kwarn_add_warning(client_name, endtime) != 0) {
|
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | gssapi_krb5.h | 147 OM_uint32 endtime; /* expiration time of context */ member in struct:gss_krb5_lucid_context_v1
|
| H A D | gssapiP_krb5.h | 194 krb5_timestamp endtime; member in struct:_krb5_gss_ctx_id_rec
|
| H A D | krb5.h | 1051 krb5_timestamp endtime; member in struct:_krb5_ticket_times 1154 krb5_timestamp till; /* requested endtime */
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
| H A D | revarp.c | 278 hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms); local 281 while ((currtime = gethrtime()) < endtime) { 282 waitms = NSEC2MSEC(endtime - currtime);
|
| /illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
| H A D | ex_dscp.c | 674 hrtime_t endtime, sleeptime; local 685 endtime = gethrtime() + timeout; 692 if (gethrtime() < endtime) { 733 hrtime_t endtime, sleeptime; local 744 endtime = gethrtime() + timeout; 751 if (gethrtime() < endtime) {
|
| /illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
| H A D | pi_walker.c | 201 hrtime_t endtime; local 297 endtime = gethrtime(); 299 (endtime-starttime)/MICROSEC);
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | conn.c | 1284 long endtime; local 1294 endtime = times(&tbuf) + 3*n/4; /* use 3/4 because of scheduler! */ 1295 while (times(&tbuf) < endtime) {
|
| /illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
| H A D | n2rng.c | 984 hrtime_t endtime; local 989 endtime = gethrtime(); 991 return ((1000 * (endtick - starttick)) / (endtime - starttime));
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | localtime.c | 788 time_t endtime; local 821 endtime = transtime(janfirst, year, &end, 823 if (starttime > endtime) { 824 *atp++ = endtime; 831 *atp++ = endtime;
|
| /illumos-gate/usr/src/cmd/krb5/kinit/ |
| H A D | kinit.c | 1068 opts->lifetime = my_creds.times.endtime - my_creds.times.authtime; 1086 _kwarnd_add_warning(progname, opts->principal_name, my_creds.times.endtime); 1088 _kwarnd_add_warning(progname, opts->principal_name, my_creds.times.endtime); 1247 increds.times.endtime = 0; 1379 _kwarnd_add_warning(char *progname, char *me, time_t endtime) argument 1381 if (kwarn_add_warning(me, endtime) != 0)
|
| /illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
| H A D | fct.c | 3243 clock_t endtime; local 3255 endtime = ddi_get_lbolt() + drv_usectohz(20000); 3413 if (ddi_get_lbolt() > endtime) {
|
| /illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
| H A D | stmf.c | 4237 clock_t endtime = ddi_get_lbolt() + drv_usectohz(10000); local 4257 if (ddi_get_lbolt() >= endtime) 4298 clock_t endtime = ddi_get_lbolt() + drv_usectohz(10000); local 4324 if (ddi_get_lbolt() >= endtime)
|
| /illumos-gate/usr/src/uts/common/io/scsi/impl/ |
| H A D | scsi_hba.c | 5703 clock_t endtime; local 5711 endtime = ddi_get_lbolt() + drv_usectohz(seconds * MICROSEC); 5714 if (b->barrier_endtime > endtime) 5717 nb->barrier_endtime = endtime;
|