Searched refs:ts (Results 226 - 250 of 435) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c114 delta_rrl_time(isc_stdtime_t ts, isc_stdtime_t now) { argument
117 delta = now - ts;
137 return (delta_rrl_time(e->ts + rrl->ts_bases[e->ts_gen], now));
144 int i, ts; local
147 ts = now - rrl->ts_bases[ts_gen];
148 if (ts < 0) {
149 if (ts < -DNS_RRL_MAX_TIME_TRAVEL)
150 ts = DNS_RRL_FOREVER;
152 ts = 0;
167 if (ts >
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dhaifa-sched.c3007 ds_t old_ts, *ts;
3010 ts = &TODO_SPEC (next);
3011 old_ts = *ts;
3020 *ts &= ~HARD_DEP;
3024 *ts &= ~SPECULATIVE & ~HARD_DEP;
3037 *ts = DEP_STATUS (link) & SPECULATIVE;
3039 *ts = ds_merge (*ts, DEP_STATUS (link) & SPECULATIVE);
3041 if (dep_weak (*ts) < spec_info->weakness_cutoff)
3043 *ts
3002 ds_t old_ts, *ts; local
3413 ds_t ts; local
3499 process_insn_depend_be_in_spec (INSN_DEPEND (insn), twin, ts); local
3908 ds_t ts = TODO_SPEC (insn); local
[all...]
/freebsd-9.3-release/libexec/tftpd/
H A Dtftpd.c792 struct tftp_stats ts; local
800 tftp_send(peer, &block, &ts);
804 (intmax_t)ts.amount, (intmax_t)time(NULL) - now);
812 struct tftp_stats ts; local
821 tftp_receive(peer, &block, &ts, NULL, 0);
837 (intmax_t)ts.amount, block, f);
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3bus.c70 static int ps3_gettime(device_t dev, struct timespec *ts);
71 static int ps3_settime(device_t dev, struct timespec *ts);
735 ps3_gettime(device_t dev, struct timespec *ts) argument
744 ts->tv_sec = rtc + Y2K;
745 ts->tv_nsec = 0;
750 ps3_settime(device_t dev, struct timespec *ts) argument
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd.c488 struct timeval ts; local
498 if (gettimeofday(&ts, &tzp) == 0) {
499 tt = (time_t)ts.tv_sec;
/freebsd-9.3-release/contrib/pf/libevent/
H A Dkqueue.c215 struct timespec ts; local
218 TIMEVAL_TO_TIMESPEC(tv, &ts);
221 events, kqop->nevents, &ts);
H A Devent.c151 struct timespec ts; local
154 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
156 if (clock_gettime(CLOCK_REALTIME, &ts) == -1)
159 tp->tv_sec = ts.tv_sec;
160 tp->tv_usec = ts.tv_nsec / 1000;
/freebsd-9.3-release/lib/libc/gen/
H A Dsem.c358 struct timespec ts, ts2; local
387 clock_gettime(CLOCK_REALTIME, &ts);
388 TIMESPEC_SUB(&ts2, abstime, &ts);
H A Dsem_new.c390 struct timespec ts, ts2; local
418 clock_gettime(CLOCK_REALTIME, &ts);
419 TIMESPEC_SUB(&ts2, abstime, &ts);
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h48 unsigned char ts [32]; /* timeslot number */ member in struct:__anon7315
120 unsigned long ts; /* E1 timeslot mask */ member in struct:_cp_chan_t
122 unsigned char use16; /* E1 use ts 16 */
346 void cp_set_ts (cp_chan_t *c, unsigned long ts);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dentropy.c181 struct timespec ts; local
183 ts.tv_sec = 0;
184 ts.tv_nsec = 1000000;
185 nanosleep(&ts, NULL);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4252
/freebsd-9.3-release/lib/libc/include/
H A Dlibc_private.h253 int __sys_clock_gettime(__clockid_t, struct timespec *ts);
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonport.c243 struct timespec *ts)
248 if (ts) {
249 timeo = hz * ts->tv_sec;
250 nsecval = (u_int64_t)ts->tv_nsec;
242 nfsmsleep(void *chan, void *mutex, int prio, const char *wmesg, struct timespec *ts) argument
/freebsd-9.3-release/sys/sparc64/pci/
H A Dsbbc.c320 struct timespec ts; local
381 sbbc_tod_gettime(dev, &ts);
384 (long)ts.tv_sec, ts.tv_nsec);
563 sbbc_tod_gettime(device_t dev, struct timespec *ts) argument
573 ts->tv_sec = SBBC_SRAM_READ_8(sbbc_toddata + SBBC_TOD_OFF(tod_time)) +
575 ts->tv_nsec = 0;
580 sbbc_tod_settime(device_t dev, struct timespec *ts) argument
590 SBBC_SRAM_WRITE_8(sbbc_toddata + SBBC_TOD_OFF(tod_skew), ts->tv_sec -
/freebsd-9.3-release/tools/regression/aio/aiotest/
H A Daiotest.c532 struct termios ts; local
541 if (tcgetattr(write_fd, &ts) < 0) {
548 cfmakeraw(&ts);
549 if (tcsetattr(write_fd, TCSANOW, &ts) < 0) {
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c181 struct timespec ts; local
183 ts.tv_sec = 0;
184 ts.tv_nsec = 1000000;
185 nanosleep(&ts, NULL);
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk111 # TARGET_SPEC = ${TARGET_SPEC_VARS:@v@${$v:U}@:ts,}
134 TARGET_SPEC = ${TARGET_SPEC_VARS:@v@${$v:U}@:ts,}
136 DEP_TARGET_SPEC = ${TARGET_SPEC_VARS:S,^,DEP_,:@v@${$v:U}@:ts,}
155 _tspec_m$i := ${TARGET_SPEC_VARS:[2..$i]:@w@[^,]+@:ts,}
156 _tspec_a$i := ,${TARGET_SPEC_VARS:[$i..-1]:@v@$${DEP_$v}@:ts,}
209 _DEP_TARGET_SPEC = ${_last_dependfile:${M_dep_qual_fixes:ts:}:E}
399 __depdirs := ${DIRDEPS:${NSkipDir}:${DEP_DIRDEPS_FILTER:ts:}:O:u:@d@${SRCTOP}/$d@}
409 __hostdpadd := ${DPADD:U.:M${HOST_OBJTOP}/*:S,${HOST_OBJTOP}/,,:H:${NSkipDir}:${DIRDEPS_FILTER:ts:}:S,$,.host,:N.*:@d@${SRCTOP}/$d@}
426 _build_dirs := ${_build_dirs:${M_dep_qual_fixes:ts:}:O:u}
447 .for q in ${__qual_depdirs:${M_dep_qual_fixes:ts
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1628 std::string ts = TypeString(proto[0], typestr); local
1808 s += "(" + ts + ")(__a == __b);";
1811 s += "(" + ts + ")(__a >= __b);";
1814 s += "(" + ts + ")(__a <= __b);";
1817 s += "(" + ts + ")(__a > __b);";
1820 s += "(" + ts + ")(__a < __b);";
1844 s += "(" + ts + ")__a;";
1847 s += "(" + ts + ")__builtin_shufflevector((int64x1_t)__a";
1871 s += "(" + ts + ")";
1872 ts
2329 std::string ts = TypeString(proto[0], typestr); local
2646 std::string ts = TypeString('d', TDTypeVec[i]); local
2649 OS << " " << ts << " val"; local
[all...]
/freebsd-9.3-release/usr.bin/gzip/
H A Dgzip.c1383 unsigned char ts[4]; /* timestamp */ local
1385 rv = pread(fd, ts, sizeof ts, GZIP_TIMESTAMP);
1386 if (rv >= 0 && rv < (ssize_t)(sizeof ts))
1393 timestamp = ts[3] << 24 | ts[2] << 16 | ts[1] << 8 | ts[0];
1962 print_list(int fd, off_t out, const char *outfile, time_t ts) argument
2018 char *date = ctime(&ts);
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h388 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_pkthdr
404 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_patched_pkthdr
/freebsd-9.3-release/sys/kern/
H A Dp1003_1b.c282 struct timespec *ts)
301 e = ksched_rr_get_interval(ksched, targettd, ts);
H A Duipc_sem.c774 struct timespec *ts; local
781 ts = NULL;
788 ts = &abstime;
790 return (kern_sem_wait(td, uap->id, 0, ts));
984 struct timespec *ts, abstime; local
991 ts = NULL;
1000 ts = &abstime;
1002 return (kern_sem_wait(td, uap->id, 0, ts));
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c343 char ts[TIMESTAMP_LEN + 1]; local
353 strlcpy(ts, ++p, sizeof(ts));
354 if (strlen(ts) != POSTFIX_LEN)
360 p = ts + POSTFIX_LEN - 2;
/freebsd-9.3-release/sys/net/
H A Dnetmap_user.h175 struct timeval ts; member in struct:nm_pkthdr
632 d->hdr.ts = ring->ts;
655 hdr->ts = ring->ts;

Completed in 182 milliseconds

1234567891011>>