Searched refs:times (Results 26 - 50 of 89) sorted by relevance

1234

/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_time.h91 #define _sys_times 1 /* #include <sys/times.h> ok */
98 #include <sys/times.h>
H A Dtm.h45 #include <times.h>
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_time.h70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_time.h91 #define _sys_times 1 /* #include <sys/times.h> ok */
98 #include <sys/times.h>
H A Dtm.h45 #include <times.h>
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_time.h70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemset.s43 andl $0xff,%eax / Duplicate fill const 4 times in %eax
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c41 in_creds->times.endtime (0 means as long as possible), session key type
71 if (in_creds->times.endtime != 0) {
72 mcreds->times.endtime = in_creds->times.endtime;
75 ret = krb5_timeofday(context, &mcreds->times.endtime);
H A Dfwd_tgt.c184 creds.times = tgt.times;
185 creds.times.starttime = 0;
H A Dget_in_tkt.c62 options, and using creds->times.starttime, creds->times.endtime,
63 creds->times.renew_till as from, till, and rtime.
64 creds->times.renew_till is ignored unless the RENEWABLE option is requested.
396 if (!as_reply->enc_part2->times.starttime)
397 as_reply->enc_part2->times.starttime =
398 as_reply->enc_part2->times.authtime;
429 (request->from != as_reply->enc_part2->times.starttime))
431 (as_reply->enc_part2->times.endtime > request->till))
439 (as_reply->enc_part2->times
1231 krb5_init_creds_get_times(krb5_context context, krb5_init_creds_context ctx, krb5_ticket_times *times) argument
[all...]
H A Drd_cred.c150 pcur->times = pinfo->times;
/osnet-11/usr/src/lib/libnsl/dial/
H A Ddial.c41 * If you must, then please save and restore the alarm times.
111 #include <sys/times.h>
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h36 #include <times.h>
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dsleep.c225 clock_t begin = times(&tt);
230 while((times(&tt)-begin) < n);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c785 kr->enc_authtime = encp->times.authtime;
786 kr->enc_starttime = encp->times.starttime;
787 kr->enc_starttime = encp->times.endtime;
788 kr->enc_renew_till = encp->times.renew_till;
846 kt->enc_authtime = encp->times.authtime;
847 kt->enc_starttime = encp->times.starttime;
848 kt->enc_endtime = encp->times.endtime;
849 kt->enc_renew_till = encp->times.renew_till;
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c880 creds.times.starttime = 0; /* start timer at KDC */
881 creds.times.endtime = 0; /* endtime will be limited by service */
886 if (creds.times.endtime) {
887 if (creds.times.starttime)
888 starttime = creds.times.starttime;
893 creds.times.endtime - starttime);
911 NULL, creds.times.starttime,
921 creds.times.starttime,
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc110 int times = 0; local
115 if (times++ > 20) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c243 FIELDOF_NORM(krb5_enc_kdc_rep_part, kerberos_time, times.authtime, 5),
245 FIELDOF_OPT(krb5_enc_kdc_rep_part, kerberos_time, times.starttime, 6, 6),
247 FIELDOF_NORM(krb5_enc_kdc_rep_part, kerberos_time, times.endtime, 7),
249 FIELDOF_OPT(krb5_enc_kdc_rep_part, kerberos_time, times.renew_till, 8, 8),
268 if (val->times.starttime)
395 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.authtime, 4, 4),
396 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.starttime, 5, 5),
397 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.endtime, 6, 6),
398 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.renew_till, 7, 7),
415 if (val->times
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_setcred.c559 if (renewed_cred && renewed_cred->times.endtime != 0)
560 endtime = renewed_cred->times.endtime;
562 endtime = my_creds.times.endtime;
H A Dkrb5_authenticate.c149 * pam_krb5 has been stacked > 2 times in the auth
156 " two times, clearing kmd");
645 my_creds->times.starttime = 0;
646 my_creds->times.endtime = now + lifetime;
649 my_creds->times.renew_till = now + rlife;
651 my_creds->times.renew_till = 0;
/osnet-11/usr/src/lib/libpkg/common/
H A Dverify.c128 * NOTE: modification and creation times can be repaired; the contents
149 struct utimbuf times; local
173 /* reset times on the file */
174 times.actime = cinfo->modtime;
175 times.modtime = cinfo->modtime;
176 if (utime(path, &times)) {
880 /* pcfs doesn't support modification times */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h201 iso_date_t times[0]; member in struct:rock_ridge::__anon314::TF
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dblessed.t123 # Some reference some number of times.
125 my ($what, $times) = @$self;
126 return ("$what$times", ($::immortals{$what}) x $times);
133 my ($what, $times) = $x =~ /(.)(\d+)/;
134 die "'$x' didn't match" unless defined $times;
135 main::ok ++$test, @refs == $times;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h45 #include <times.h>
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h45 #include <times.h>

Completed in 99 milliseconds

1234