Home
last modified time | relevance | path

Searched refs:tu (Results 1 – 25 of 81) sorted by relevance

1234

/NextBSD/contrib/ipfilter/lib/
HDipf_dotuning.c21 ipftune_t tu; local
24 bzero((char *)&tu, sizeof(tu));
26 obj.ipfo_size = sizeof(tu);;
27 obj.ipfo_ptr = (void *)&tu;
38 if (tu.ipft_cookie == NULL)
41 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
42 printtunable(&tu);
45 tu.ipft_cookie = NULL;
47 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
48 if (sscanf(t, "%lu", &tu.ipft_vlong) == 1) {
[all …]
/NextBSD/release/
HDMakefile.vm48 ${_CW:tl}.${${_CW:tu}_FORMAT} \
49 ${_CW:tl}.${${_CW:tu}_FORMAT}.raw \
53 ${_CW:tu}IMAGE= ${_CW:tl}.${${_CW:tu}_FORMAT}
54 . if exists(${.CURDIR}/tools/${_CW:tl}.conf) && !defined(${_CW:tu}CONF)
55 ${_CW:tu}CONF?= ${.CURDIR}/tools/${_CW:tl}.conf
117 .for FORMAT in ${VMFORMATS:tu}
HDMakefile169 ln -f rdoc/${RELNOTES_LANG}/${i}/article.txt reldoc/${i:tu}.TXT
170 ln -f rdoc/${RELNOTES_LANG}/${i}/article.html reldoc/${i:tu}.HTM
/NextBSD/share/mk/
HDsrc.libnames.mk321 LIB${_l:tu}?= ${DESTDIR}${LIBDIR}/libprivate${_l}.a
326 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
328 DPADD_${_l}?= ${LIB${_l:tu}}
515 LIB${lib:tu}DIR?= ${OBJTOP}/lib/lib${lib}
536 .if !defined(LIB${LIB:tu}DIR) || !exists(${SRCTOP}/${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,})
537 .error ${.CURDIR}: Missing or incorrect value for LIB${LIB:tu}DIR in ${_this:T}: ${LIB${LIB:tu}DIR:…
539 .if ${_INTERNALLIBS:M${LIB}} != "" && !defined(LIB${LIB:tu})
540 …ror ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $$…
HDlocal.dirdeps.mk43 _need_host_libs+= ${LIB${lib:tu}DIR:S,^${OBJTOP}/,,}
163 _lib${_lib}reldir= ${LIB${_lib:tu}DIR:C,${OBJTOP}/,,}
164 .if defined(LIB${_lib:tu}DIR) && ${DIRDEPS:M${_lib${_lib}reldir}} == "" && \
HDbsd.libnames.mk179 .if !defined(LIB${LIB:tu})
180 .error ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= …
186 LIB${lib:tu}SRCDIR?= ${SRCTOP}/${LIB${lib:tu}DIR:S,^${OBJTOP}/,,}
HDlocal.sys.env.mk32 M_P2V = tu:C,[./-],_,g
/NextBSD/sys/kern/
HDkern_resource.c871 uint64_t ut, uu, st, su, it, tt, tu; in calcru1() local
882 tu = cputick2usec(ruxp->rux_runtime); in calcru1()
883 if ((int64_t)tu < 0) { in calcru1()
886 (intmax_t)tu, p->p_pid, p->p_comm); in calcru1()
887 tu = ruxp->rux_tu; in calcru1()
890 if (tu >= ruxp->rux_tu) { in calcru1()
895 uu = (tu * ut) / tt; in calcru1()
898 su = (tu * st) / tt; in calcru1()
901 } else if (tu + 3 > ruxp->rux_tu || 101 * tu > 100 * ruxp->rux_tu) { in calcru1()
913 tu = ruxp->rux_tu; in calcru1()
[all …]
/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_info.c61 Dwarf_CU tu; in _dwarf_info_first_tu() local
65 tu = STAILQ_FIRST(&dbg->dbg_tu); in _dwarf_info_first_tu()
66 if (tu != NULL) { in _dwarf_info_first_tu()
67 dbg->dbg_tu_current = tu; in _dwarf_info_first_tu()
/NextBSD/contrib/wpa/src/p2p/
HDp2p_dev_disc.c312 unsigned int tu; in p2p_process_go_disc_req() local
323 tu = 100; in p2p_process_go_disc_req()
324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000, in p2p_process_go_disc_req()
/NextBSD/contrib/wpa/src/ap/
HDieee802_11_shared.c26 u32 timeout, tu; in hostapd_eid_assoc_comeback_time() local
34 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
35 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time()
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time()
/NextBSD/contrib/amd/
HDMIRRORS.txt32 ftp://ftp.tu-darmstadt.de/pub/networking/filesystems/am-utils/
33 Maintainer: networking@ftp.tu-darmstadt.de
/NextBSD/contrib/file/magic/Magdir/
HDctags5 # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
/NextBSD/contrib/bmake/mk/
HDhost.libnames.mk26 LIB${x:tu} ?= $d/lib$x${HOST_LIBEXT}
/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c7255 ipftune_t tu; local
7259 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7263 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
7264 cookie = tu.ipft_cookie;
7281 cookie, &tu.ipft_cookie);
7284 tu.ipft_cookie = ta + 1;
7291 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7296 tu.ipft_vlong = 0;
7298 tu.ipft_vlong = *ta->ipft_plong;
7300 tu.ipft_vint = *ta->ipft_pint;
[all …]
/NextBSD/contrib/bmake/unit-tests/
HDmodmatch.mk5 LIB${x:tu}=/tmp/lib$x.a
HDforloop.mk38 .for a b in ${LIST} ${LIST:tu} ${XTRA_LIST}
/NextBSD/sys/boot/arm/ixp425/
HDMakefile.inc24 CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu}
/NextBSD/sys/dev/twe/
HDtwe.c515 struct twe_usercommand *tu = (struct twe_usercommand *)addr; in twe_ioctl() local
536 tr_length = roundup2(tu->tu_size, 512); in twe_ioctl()
539 error = copyin(tu->tu_data, data, tu->tu_size); in twe_ioctl()
558 bcopy(&tu->tu_command, cmd, sizeof(TWE_Command)); in twe_ioctl()
574 bcopy(cmd, &tu->tu_command, sizeof(TWE_Command)); in twe_ioctl()
578 error = copyout(tr->tr_data, tu->tu_data, tu->tu_size); in twe_ioctl()
/NextBSD/sys/boot/arm/at91/
HDMakefile.inc24 CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu}
/NextBSD/contrib/gcc/
HDc-typeck.c1025 struct tagged_tu_seen_cache *tu = XNEW (struct tagged_tu_seen_cache); in alloc_tagged_tu_seen_cache() local
1026 tu->next = tagged_tu_seen_base; in alloc_tagged_tu_seen_cache()
1027 tu->t1 = t1; in alloc_tagged_tu_seen_cache()
1028 tu->t2 = t2; in alloc_tagged_tu_seen_cache()
1030 tagged_tu_seen_base = tu; in alloc_tagged_tu_seen_cache()
1044 tu->val = 1; in alloc_tagged_tu_seen_cache()
1045 return tu; in alloc_tagged_tu_seen_cache()
1053 const struct tagged_tu_seen_cache *tu = tagged_tu_seen_base; in free_all_tagged_tu_seen_up_to() local
1054 while (tu != tu_til) in free_all_tagged_tu_seen_up_to()
1056 struct tagged_tu_seen_cache *tu1 = (struct tagged_tu_seen_cache*)tu; in free_all_tagged_tu_seen_up_to()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h323 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
335 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
405 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
413 CINDEX_LINKAGE CXSourceLocation clang_getLocationForOffset(CXTranslationUnit tu,
627 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
5006 CINDEX_LINKAGE void clang_getInclusions(CXTranslationUnit tu,
/NextBSD/contrib/groff/tmac/
HDTODO34 .sp \n(.tu
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c825 ar5416SetGlobalTxTimeout(struct ath_hal *ah, u_int tu) in ar5416SetGlobalTxTimeout() argument
829 if (tu > 0xFFFF) { in ar5416SetGlobalTxTimeout()
831 __func__, tu); in ar5416SetGlobalTxTimeout()
836 OS_REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu); in ar5416SetGlobalTxTimeout()
837 ahp->ah_globaltxtimeout = tu; in ar5416SetGlobalTxTimeout()
/NextBSD/contrib/binutils/include/aout/
HDChangeLog38 1998-06-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
82 1994-03-30 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)

1234