Home
last modified time | relevance | path

Searched refs:times (Results 126 – 150 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsys117 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dcommon13 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsys117 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dcommon13 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsys117 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dcommon13 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsys117 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dcommon13 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/ucblib/libucb/port/
H A Dmapfile-vers140 times;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsend_tgs.c193 in_cred->times.endtime; in krb5_send_tgs2()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c1283 endtime = times(&tbuf) + 3*n/4; /* use 3/4 because of scheduler! */
1284 while (times(&tbuf) < endtime) {
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1337 struct timeval times[2]; in set_xattr() local
1339 times[0].tv_sec = st.st_atime; in set_xattr()
1340 times[1].tv_sec = st.st_mtime; in set_xattr()
1344 (void) futimesat(fd, ".", times); in set_xattr()
/illumos-gate/usr/src/test/
H A DREADME60 event the test times out. Note that there is no way to force a test to be
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME49 convtime.c A routine to sanely process times.
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c624 uint64_t *time, *times; in xattr_file_write() local
672 if (nvpair_value_uint64_array(pair, &times, &nelems)) { in xattr_file_write()
745 *time++ = times[elem]; in xattr_file_write()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3941 struct timeval times[2]; in retry_open_attr() local
4031 times[0].tv_sec = parentstat.st_atime; in retry_open_attr()
4032 times[0].tv_usec = 0; in retry_open_attr()
4033 times[1].tv_sec = parentstat.st_mtime; in retry_open_attr()
4034 times[1].tv_usec = 0; in retry_open_attr()
6759 struct timeval times[2]; in set_tym() local
6761 times[0].tv_sec = atime; in set_tym()
6762 times[0].tv_usec = 0; in set_tym()
6763 times[1].tv_sec = mtime; in set_tym()
6764 times[1].tv_usec = 0; in set_tym()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A DSYSCALL.README113 times scalls.c common/syscall/times.c
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib253 associated. An event may appear multiple times in association
273 associated. An event may appear multiple times in association
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c233 cred->tgt_expire = creds[0]->times.endtime; /* store the end time */
989 ctx->endtime = ticket->enc_part2->times.endtime;
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst88 of the number of times the pattern should occur in the output.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrans.test850 # Repeat the following group of tests 20 times for quick testing and
851 # 40 times for full testing. Each iteration of the test makes table
853 # is more than 2.0 times slower than doing 20 tests. Considerably more.
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1077 krb5_ticket_times times; /* auth, start, end, renew_till */ member
1117 krb5_ticket_times times; /* lifetime info */ member
1175 krb5_ticket_times times; /* lifetime info */ member
1245 krb5_ticket_times times; /* auth, start, end, renew_till, */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c1089 uint64_t times[2]; in zfs_xvattr_set() local
1090 ZFS_TIME_ENCODE(&xoap->xoa_createtime, times); in zfs_xvattr_set()
1092 &times, sizeof (times), tx); in zfs_xvattr_set()
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica46 # The changes occurred on 2009-10-18 at 02:00 (local times).
52 # https://www.timeanddate.com/news/time/antarctica-new-times.html
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dhelpfile52 rcpt Specifies the recipient. Can be used any number of times.

12345678910