Searched refs:tim (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/usr.bin/gprof/
H A Dhertz.c50 struct itimerval tim; local
52 tim.it_interval.tv_sec = 0;
53 tim.it_interval.tv_usec = 1;
54 tim.it_value.tv_sec = 0;
55 tim.it_value.tv_usec = 0;
56 setitimer(ITIMER_REAL, &tim, 0);
57 setitimer(ITIMER_REAL, 0, &tim);
58 if (tim.it_interval.tv_usec < 2)
60 return (1000000 / tim.it_interval.tv_usec);
/freebsd-9.3-release/contrib/tcpdump/
H A Datime.awk11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
H A Dstime.awk11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
H A Dsend-ack.awk12 tim = t[1]*3600 + t[2]*60 + t[3]
14 tzero = tim
15 ltim = tim
34 timeOf[id] = tim
46 printf "%7.2f\t%7.2f\t%s send %s %d", tim-tzero, tim-ltim,\
49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id]
56 printf "%7.2f\t%7.2f\t%s ack %s %d", tim-tzero, tim-ltim,\
62 printf " (%.2f)", tim
[all...]
H A Dpacketdat.awk19 tim = t[1]*3600 + t[2]*60 + t[3]
28 firstSend[id] = tim
31 lastSend[id] = tim
39 firstAck[id] = tim
40 lastAck[id] = tim
H A Dprint-802_11.c664 struct tim_t tim; local
833 memcpy(&tim, p + offset, 2);
840 memcpy(&tim.count, p + offset, 3);
844 if (tim.length <= 3)
846 if (tim.length - 3 > (int)sizeof tim.bitmap)
848 if (!TTEST2(*(p + offset), tim.length - 3))
850 if (length < (u_int)(tim.length - 3))
852 memcpy(tim.bitmap, p + (tim
[all...]
H A Dieee802_11.h248 struct tim_t tim; member in struct:mgmt_body_t
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c148 cd9660_compute_gm_offset(time_t tim) argument
152 (void)localtime_r(&tim, &t);
153 (void)gmtime_r(&tim, &gm);
168 cd9660_time_8426(unsigned char *buf, time_t tim) argument
173 (void)localtime_r(&tim, &t);
183 buf[16] = cd9660_compute_gm_offset(tim);
188 cd9660_time_915(unsigned char *buf, time_t tim) argument
192 (void)localtime_r(&tim, &t);
199 buf[6] = cd9660_compute_gm_offset(tim);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h64 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res, argument
72 return (cv_timedwait(cvp, mp, NSEC_TO_TICK(tim)));
/freebsd-9.3-release/lib/libc/gmon/
H A Dgmon.c244 struct itimerval tim; local
246 tim.it_interval.tv_sec = 0;
247 tim.it_interval.tv_usec = 1;
248 tim.it_value.tv_sec = 0;
249 tim.it_value.tv_usec = 0;
250 setitimer(ITIMER_REAL, &tim, 0);
251 setitimer(ITIMER_REAL, 0, &tim);
252 if (tim.it_interval.tv_usec < 2)
254 return (1000000 / tim.it_interval.tv_usec);
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dtest.c314 struct timeval tim; local
322 clnt_control(cli, CLGET_TIMEOUT, &tim);
323 printf("Default timeout was %d.%d\n", tim.tv_sec, tim.tv_usec);
324 tim.tv_usec = -1;
325 tim.tv_sec = -1;
326 clnt_control(cli, CLSET_TIMEOUT, &tim);
327 clnt_control(cli, CLGET_TIMEOUT, &tim);
328 printf("timeout now %d.%d\n", tim.tv_sec, tim
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_rand.c122 time_t tim; local
145 time(&tim);
146 RAND_add(&tim, sizeof(tim), 0.0);
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dieee802_11_common.h25 const u8 *tim; member in struct:ieee802_11_elems
H A Dieee802_11_common.c184 elems->tim = pos;
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c367 time_t tim; local
429 tim = archive_entry_mtime(entry);
436 if (tim < now - HALF_YEAR || tim > now + HALF_YEAR)
440 strftime(tmp, sizeof(tmp), fmt, localtime(&tim));
/freebsd-9.3-release/usr.bin/limits/
H A Dlimits.c579 rlim_t tim = strtoq(s, &e, 0); local
589 tim *= 60L;
592 tim *= (60L * 60L);
595 tim *= (60L * 60L * 24L);
598 tim *= (60L * 60L * 24L * 7L);
600 tim *= (60L * 60L * 24L * 365L);
603 res += tim;
618 rlim_t mult, tim = strtoq(s, &e, 0); local
644 res += (tim * mult);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_log.c115 time_t tim; local
163 tim = time_usecs / 1000000;
165 localtime_r(&tim, &result);
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c454 X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim) argument
473 if (tim) {
476 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
529 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim) argument
536 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim)))
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-intel.c600 u_int32_t tim = pci_read_config(parent, dtim, 4); local
605 tim |= (0x1 << 31);
606 tim &= ~(0x7 << 16);
607 tim |= ((mode & ATA_MODE_MASK) << 16);
610 tim &= ~(0x1 << 31);
611 tim &= ~(0x3 << 8);
612 tim |= ((mode & ATA_MODE_MASK) << 8);
617 tim &= ~(0x7);
618 tim |= (piomode & 0x7);
619 pci_write_config(parent, dtim, tim,
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-ciu-defs.h599 uint64_t tim : 1; /**< TIM interrupt member in struct:cvmx_ciu_block_int::cvmx_ciu_block_int_s
633 uint64_t tim : 1;
1505 uint64_t tim : 1; /**< TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1::cvmx_ciu_intx_en1_s
1535 uint64_t tim : 1;
1662 uint64_t tim : 1; /**< TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1::cvmx_ciu_intx_en1_cn63xx
1690 uint64_t tim : 1;
1748 uint64_t tim : 1; /**< Write 1 to clear TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1c::cvmx_ciu_intx_en1_w1c_s
1780 uint64_t tim : 1;
1864 uint64_t tim : 1; /**< Write 1 to clear TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1c::cvmx_ciu_intx_en1_w1c_cn63xx
1894 uint64_t tim
1952 uint64_t tim : 1; /**< Write 1 to set TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1s::cvmx_ciu_intx_en1_w1s_s
2068 uint64_t tim : 1; /**< Write 1 to set TIM interrupt enable */ member in struct:cvmx_ciu_intx_en1_w1s::cvmx_ciu_intx_en1_w1s_cn63xx
2712 uint64_t tim : 1; /**< TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1::cvmx_ciu_intx_en4_1_s
2856 uint64_t tim : 1; /**< TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1::cvmx_ciu_intx_en4_1_cn63xx
2942 uint64_t tim : 1; /**< Write 1 to clear TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1c::cvmx_ciu_intx_en4_1_w1c_s
3058 uint64_t tim : 1; /**< Write 1 to clear TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1c::cvmx_ciu_intx_en4_1_w1c_cn63xx
3146 uint64_t tim : 1; /**< Write 1 to set TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1s::cvmx_ciu_intx_en4_1_w1s_s
3262 uint64_t tim : 1; /**< Write 1 to set TIM interrupt enable */ member in struct:cvmx_ciu_intx_en4_1_w1s::cvmx_ciu_intx_en4_1_w1s_cn63xx
4217 uint64_t tim : 1; /**< TIM interrupt member in struct:cvmx_ciu_int_sum1::cvmx_ciu_int_sum1_s
4403 uint64_t tim : 1; /**< TIM interrupt member in struct:cvmx_ciu_int_sum1::cvmx_ciu_int_sum1_cn63xx
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_sta.c1348 if (scan.tim != NULL) {
1349 struct ieee80211_tim_ie *tim = local
1350 (struct ieee80211_tim_ie *) scan.tim;
1354 int min = tim->tim_bitctl &~ 1;
1355 int max = tim->tim_len + min - 4;
1356 if ((tim->tim_bitctl&1) ||
1358 isset(tim->tim_bitmap - min, aid))) {
1367 ni->ni_dtim_count = tim->tim_count;
1368 ni->ni_dtim_period = tim->tim_period;
H A Dieee80211_scan.h201 uint8_t *tim; member in struct:ieee80211_scanparams
/freebsd-9.3-release/usr.sbin/makefs/
H A Dcd9660.c623 time_t tim; local
672 time(&tim);
675 tim);
678 tim);
688 tim);
809 time_t tim; local
830 time(&tim);
832 cd9660_time_915(newnode->isoDirRecord->date, tim);
/freebsd-9.3-release/tools/tools/net80211/stumbler/
H A Dstumbler.c213 char tim[16]; local
220 tim[0] = 0;
221 strftime(tim, sizeof(tim), "%H:%M:%S", t);
223 fprintf(f, "%s %s %s %2d %s 0x%.2x\n", tim,
/freebsd-9.3-release/lib/libutil/
H A Dlogin_cap.c571 rlim_t tim = strtoq(res, &ep, 0); local
607 tot += rmultiply(tim, mult);

Completed in 375 milliseconds

12