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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvalid_times.c39 krb5_validate_times(krb5_context context, krb5_ticket_times *times) argument
48 if (times->starttime != 0)
49 starttime = times->starttime;
51 starttime = times->authtime;
56 if ((currenttime - times->endtime) > context->clockskew)
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...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Dutime.c35 utimensat(int fd, const char *path, const timespec_t times[2], int flag) argument
37 return (syscall(SYS_utimensat, fd, path, times, flag));
41 futimens(int fd, const timespec_t times[2]) argument
43 return (utimensat(fd, NULL, times, 0));
48 utime(const char *path, const struct utimbuf *times) argument
54 if (times == NULL) {
58 if (uucopy(times, &ltimes, sizeof (ltimes)) != 0)
70 utimes(const char *path, const struct timeval times[2]) argument
76 if (times == NULL) {
80 if (uucopy(times, ltime
93 futimesat(int fd, const char *path, const struct timeval times[2]) argument
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc110 int times = 0; local
115 if (times++ > 20) {
H A DFCHBAPort.cc1218 int times = 0; local
1223 if (times++ > 10) {
/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/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1377 int times; member in struct:__anon1081
1391 list[last].times = inout;
1395 list[i].times = inout;
1396 if (list[i].times == 0) {
1401 for (i = 0; i < last; i++, list[i].times++)
1402 if (list[i].times > 20 && !is_bitmap_pgno(hashp, list[i].pgno))
1404 "Warning: pg %d has been out for %d times\n",
1405 list[i].pgno, list[i].times);
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c336 s10_utime(sysret_t *rval, const char *path, const struct utimbuf *times) argument
342 if (times == NULL) {
345 if (brand_uucopy(times, &ltimes, sizeof (ltimes)) != 0)
359 s10_utimes(sysret_t *rval, const char *path, const struct timeval times[2]) argument
365 if (times == NULL) {
368 if (brand_uucopy(times, ltimes, sizeof (ltimes)) != 0)
383 int fd, const char *path, const struct timeval times[2])
389 if (times == NULL) {
392 if (brand_uucopy(times, ltimes, sizeof (ltimes)) != 0)
382 s10_futimesat(sysret_t *rval, int fd, const char *path, const struct timeval times[2]) argument
/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/
H A DXSUB.h332 # define times PerlProc_times macro
474 # define times PerlProc_times macro

Completed in 56 milliseconds