Home
last modified time | relevance | path

Searched refs:times (Results 26 – 50 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/sa/
H A DREADME45 counters n times at every t-second interval on data file.
57 Moreover, It writes data on data file 3 times at every 20
58 minutes interval from 8:00 to 17:00 and once at other times.
65 where -s and -e specify the report starting and ending times
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c69 if (times(&before_tms) == -1) in csh_wait3()
85 if (times(&after_tms) == -1) in csh_wait3()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c202 int i, j, k, best, count, cbest, times; in go2out() local
210 times = 0; in go2out()
222 if (count > times) { in go2out()
224 times = count; in go2out()
229 zzgobest += (times-1); in go2out()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c178 creds.times = tgt.times; in krb5_fwd_tgt_creds()
179 creds.times.starttime = 0; in krb5_fwd_tgt_creds()
H A Dget_creds.c80 if (in_creds->times.endtime != 0) in krb5_get_credentials_core()
81 mcreds->times.endtime = in_creds->times.endtime; in krb5_get_credentials_core()
83 if ((ret = krb5_timeofday(context, &mcreds->times.endtime)) != 0) in krb5_get_credentials_core()
H A Dgic_pwd.c548 if (creds && creds->times.endtime) { in krb5int_populate_gic_opt()
550 if (creds->times.starttime) starttime = creds->times.starttime; in krb5int_populate_gic_opt()
551 krb5_get_init_creds_opt_set_tkt_life(&opt, creds->times.endtime - starttime); in krb5int_populate_gic_opt()
H A Dvfy_increds.c179 if ((ret = krb5_timeofday(context, &in_creds.times.endtime))) in krb5_verify_init_creds()
181 in_creds.times.endtime += 5*60; in krb5_verify_init_creds()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c87 if (times(&before_tms) < 0) in wait4()
117 if (times(&after_tms) < 0) in wait4()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c269 if (val->times.starttime) in optional_enc_kdc_rep_part()
390 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.authtime, 4, 4),
391 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.starttime, 5, 5),
392 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.endtime, 6, 6),
409 if (val->times.renew_till) in optional_krb_cred_info()
411 if (val->times.endtime) in optional_krb_cred_info()
413 if (val->times.starttime) in optional_krb_cred_info()
415 if (val->times.authtime) in optional_krb_cred_info()
760 FIELDOF_NORM(krb5_enc_tkt_part, kerberos_time, times.endtime, 7),
777 if (val->times.renew_till) in optional_enc_tkt_part()
[all …]
/illumos-gate/usr/src/cmd/time/
H A Dtime.c98 before = times(&buffer); in main()
120 after = times(&buffer); in main()
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c840 creds.times.starttime = 0; /* start timer at KDC */ in _kadm5_init_any()
841 creds.times.endtime = 0; /* endtime will be limited by service */ in _kadm5_init_any()
846 if (creds.times.endtime) { in _kadm5_init_any()
847 if (creds.times.starttime) in _kadm5_init_any()
848 starttime = creds.times.starttime; in _kadm5_init_any()
853 creds.times.endtime - starttime); in _kadm5_init_any()
871 NULL, creds.times.starttime, in _kadm5_init_any()
881 creds.times.starttime, in _kadm5_init_any()
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c1360 struct timespec times[2]; in chg_time() local
1365 times[0] = ss.st_atim; in chg_time()
1366 times[1] = ss.st_mtim; in chg_time()
1369 rc = utimensat(AT_FDCWD, to, times, in chg_time()
1379 (void) utimensat(AT_FDCWD, to, times, in chg_time()
1650 struct timespec times[2]; local
1699 times[0] = attrdir.st_atim;
1700 times[1] = attrdir.st_mtim;
1701 if (utimensat(targetdirfd, ".", times, 0) < 0) {
1810 times[0] = s3.st_atim;
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c128 if (times(&before_tms) == (clock_t)-1) in wait4()
164 if (times(&after_tms) == (clock_t)-1) in wait4()
H A Dclock.c47 if (times(&buffer) == (clock_t)-1) in clock()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtime70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtime70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtime70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtime70 #define _sys_times 1 /* #include <sys/times.h> ok */
77 #include <sys/times.h>
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c192 past = times(&tbuf); in millitick()
195 now = times(&tbuf); in millitick()
H A Duucico.c317 Nstat.t_scall = times(&Nstat.t_tga);
342 Nstat.t_ecall = times(&Nstat.t_tga);
552 Nstat.t_scall = times(&Nstat.t_tga);
554 Nstat.t_ecall = times(&Nstat.t_tga);
725 Nstat.t_sftp = times(&Nstat.t_tga);
728 Nstat.t_eftp = times(&Nstat.t_tga);
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dtimes.c61 times(struct tms *tmsp) in times() function
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc110 int times = 0; in fp_ioctl() local
115 if (times++ > 20) { in fp_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimes.h62 clock_t times(struct tms *);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c342 timespec_t times[2]; in fop_setattr() local
361 times[0] = vap->va_atime; in fop_setattr()
363 times[0].tv_sec = 0; in fop_setattr()
364 times[0].tv_nsec = UTIME_OMIT; in fop_setattr()
367 times[1] = vap->va_mtime; in fop_setattr()
369 times[1].tv_sec = 0; in fop_setattr()
370 times[1].tv_nsec = UTIME_OMIT; in fop_setattr()
373 (void) futimens(vp->v_fd, times); in fop_setattr()
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d38 @times[stringof(`devnamesp[this->devi->devi_major].dn_name),

12345678910