Searched refs:tu (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipf_dotuning.c21 ipftune_t tu; local
24 bzero((char *)&tu, sizeof(tu));
26 obj.ipfo_size = sizeof(tu);;
27 obj.ipfo_ptr = (void *)&tu;
37 if (tu.ipft_cookie == NULL)
40 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
41 printtunable(&tu);
44 tu
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dhost.libnames.mk26 LIB${x:tu} ?= $d/lib$x${HOST_LIBEXT}
H A Dsys.mk83 M_P2V = tu:C,[./-],_,g
/freebsd-9.3-release/sys/kern/
H A Dkern_resource.c888 uint64_t ut, uu, st, su, it, tt, tu; local
899 tu = cputick2usec(ruxp->rux_runtime);
900 if ((int64_t)tu < 0) {
903 (intmax_t)tu, p->p_pid, p->p_comm);
904 tu = ruxp->rux_tu;
907 if (tu >= ruxp->rux_tu) {
912 uu = (tu * ut) / tt;
915 su = (tu * st) / tt;
918 } else if (tu + 3 > ruxp->rux_tu || 101 * tu > 10
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c6224 ipftune_t tu; local
6228 error = fr_inobj(data, &tu, IPFOBJ_TUNEABLE);
6232 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
6233 cookie = tu.ipft_cookie;
6249 ta = fr_findtunebycookie(cookie, &tu.ipft_cookie);
6252 tu.ipft_cookie = ta + 1;
6259 if (ta->ipft_sz > sizeof(tu.ipft_un))
6262 tu.ipft_vlong = 0;
6264 tu
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dsta_info.c656 u32 tu; local
660 tu = (passed.sec * 1000000 + passed.usec) / 1024;
661 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
H A Dieee802_11.c156 u32 timeout, tu; local
164 tu = (passed.sec * 1000000 + passed.usec) / 1024;
165 if (hapd->conf->assoc_sa_query_max_timeout > tu)
166 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DGeneric.mk17 ${t:tu} := ${t:${M_whence}}
/freebsd-9.3-release/sys/dev/twe/
H A Dtwe.c515 struct twe_usercommand *tu = (struct twe_usercommand *)addr; local
536 tr_length = roundup2(tu->tu_size, 512);
539 error = copyin(tu->tu_data, data, tu->tu_size);
558 bcopy(&tu->tu_command, cmd, sizeof(TWE_Command));
574 bcopy(cmd, &tu->tu_command, sizeof(TWE_Command));
578 error = copyout(tr->tr_data, tu->tu_data, tu->tu_size);
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c1002 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache);
1003 tu->next = tagged_tu_seen_base;
1004 tu->t1 = t1;
1005 tu->t2 = t2;
1007 tagged_tu_seen_base = tu;
1021 tu->val = 1;
1022 return tu;
1030 const struct tagged_tu_seen_cache *tu = tagged_tu_seen_base;
1031 while (tu != tu_til)
1033 struct tagged_tu_seen_cache *tu1 = (struct tagged_tu_seen_cache*)tu;
996 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache); local
1024 const struct tagged_tu_seen_cache *tu = tagged_tu_seen_base; local
1084 struct tagged_tu_seen_cache *tu = alloc_tagged_tu_seen_cache (t1, t2); local
1136 struct tagged_tu_seen_cache *tu = alloc_tagged_tu_seen_cache (t1, t2); local
1214 struct tagged_tu_seen_cache *tu = alloc_tagged_tu_seen_cache (t1, t2); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h321 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
326 * \param tu the translation unit
330 * \returns the file handle for the named file in the translation unit \p tu,
333 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
397 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
405 CINDEX_LINKAGE CXSourceLocation clang_getLocationForOffset(CXTranslationUnit tu,
5133 CINDEX_LINKAGE void clang_getInclusions(CXTranslationUnit tu,
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c601 ar5416SetGlobalTxTimeout(struct ath_hal *ah, u_int tu) argument
605 if (tu > 0xFFFF) {
607 __func__, tu);
612 OS_REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu);
613 ahp->ah_globaltxtimeout = tu;
H A Dar5416.h336 extern HAL_BOOL ar5416SetGlobalTxTimeout(struct ath_hal *ah, u_int tu);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_dp.c720 uint32_t tu; member in struct:intel_dp_m_n
743 m_n->tu = 64;
793 ((m_n.tu - 1) << PIPE_GMCH_DATA_M_TU_SIZE_SHIFT) |
800 ((m_n.tu - 1) << PIPE_GMCH_DATA_M_TU_SIZE_SHIFT) |
H A Dintel_display.c3600 u32 tu; member in struct:fdi_m_n
3620 m_n->tu = 64; /* default size */
6122 I915_WRITE(PIPE_DATA_M1(pipe), TU_SIZE(m_n.tu) | m_n.gmch_m);
/freebsd-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes85 Bien du vin tu auras.
/freebsd-9.3-release/sys/net/
H A Dbridgestp.c532 struct bstp_tcn_unit tu; local
536 tu.tu_message_type = tpdu->tbu_bpdutype;
537 bstp_received_tcn(bs, bp, &tu);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c1122 u32 tu, ms; local
1123 tu = WPA_GET_LE32(elems.timeout_int + 1);
1124 ms = tu * 1024 / 1000;
1127 "(%u ms)", tu, ms);

Completed in 313 milliseconds