HomeSort by: relevance | last modified time | path
    Searched refs:tu (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-to-upper.exp 1 mod-tu-space: A B
varmod-to-upper.mk 3 # Tests for the :tu variable modifier, which returns the words in the
6 .if ${:UUPPER:tu} != "UPPER"
10 .if ${:Ulower:tu} != "LOWER"
14 .if ${:UMixeD case.:tu} != "MIXED CASE."
18 # The :tu and :tl modifiers operate on the variable value as a single string,
20 mod-tu-space:
21 @echo $@: ${a b:L:tu:Q}
varmod-to-separator.mk 19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
32 .if ${WORDS:ts:tu} != "ONETWOTHREEFOURFIVESIX"
36 # Applying the :tu modifier first and then the :ts modifier does not change
44 .if ${WORDS:tu:ts} != "ONETWOTHREEFOURFIVESIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
62 # As in the ${WORDS:tu:ts} example above, the separator is empty.
140 .if ${WORDS:[1..3]:ts\012:tu} != "ONE${.newline}TWO${.newline}THREE"
145 .if ${WORDS:[1..2]:ts\000000000000000000000000012:tu} != "ONE${.newline}TWO"
153 # expect+1: Invalid character number at "400:tu}"
    [all...]
modmisc.mk 38 @echo "PATHS=${paths:tu}"
vardebug.mk 47 .if ${VAR:tu:tl:Q} # ApplyModifiers
varmod-indirect.mk 71 # The nested expression expands to "tu", and this is interpreted as
  /src/sys/arch/x68k/stand/xxboot/fdboot_ustarfs/
Makefile 4 BOOTCPPFLAGS+= -DXXBOOT_$(FS:tu)
  /src/usr.bin/crunch/crunchide/
Makefile 9 CPPFLAGS+= -DNLIST_${ofmt:tu}
  /src/share/man/man4/man4.vax/
Makefile 18 tm.4 ts.4 tu.4 \
  /src/share/mk/
bsd.prog.mk 197 .ifndef LIB${_lib:tu}
198 LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib:S/xx/++/:S/atf_c/atf-c/}.a
199 .MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded
262 .ifndef LIB${_lib:tu}
263 LIB${_lib:tu}= ${DESTDIR}${X11USRLIBDIR}/lib${_lib}.a
264 .MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded
270 .ifndef LIBXCB_${_lib:tu}
271 LIBXCB_${_lib:tu}= ${DESTDIR}${X11USRLIBDIR}/libxcb-${_lib}.a
272 .MADE: ${LIBXCB_${_lib:tu}} # Note: ${DESTDIR} will be expanded
  /src/sys/dev/pci/
twe.c 1747 struct twe_usercommand *tu; local in function:tweioctl
1755 tu = (struct twe_usercommand *)data;
1768 if (tu->tu_size > 0) {
1773 if (tu->tu_size > TWE_SECTOR_SIZE) {
1776 device_xname(twe->sc_dev), tu->tu_size);
1781 error = copyin(tu->tu_data, pdata, tu->tu_size);
1799 memcpy(ccb->ccb_cmd, &tu->tu_cmd, sizeof(struct twe_cmd));
1819 memcpy(&tu->tu_cmd, ccb->ccb_cmd, sizeof(struct twe_cmd));
1823 tu->tu_cmd.tc_opcode, tu->tu_cmd.tc_status)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
atom.h 130 u8 tu:6; member in struct:nv50_head_atom::__anonf635598f0e08
nouveau_dispnv50_disp.c 948 asyh->dp.tu = slots;
991 armh->dp.tu);
  /src/sys/external/bsd/ipf/netinet/
fil.c 7077 ipftune_t tu; local in function:ipf_ipftune
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7085 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
7086 cookie = tu.ipft_cookie;
7103 cookie, &tu.ipft_cookie);
7106 tu.ipft_cookie = ta + 1;
7113 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7118 tu.ipft_vlong = 0;
7120 tu.ipft_vlong = *ta->ipft_plong
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_xmit.c 582 ar5416SetGlobalTxTimeout(struct ath_hal *ah, u_int tu)
586 if (tu > 0xFFFF) {
588 __func__, tu);
593 OS_REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu);
594 ahp->ah_globaltxtimeout = tu;
  /src/usr.bin/make/
Makefile 71 CPPFLAGS+= -DUSE_FILEMON_${USE_FILEMON:tu}
  /src/sys/net/
bridgestp.c 594 struct bstp_tcn_unit tu; local in function:bstp_input
625 tu.tu_message_type = tpdu.tbu_bpdutype;
628 bstp_received_tcn_bpdu(sc, bif, &tu);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c 91 crtc_state->dp_m_n.tu = slots;
462 pipe_config->dp_m_n.tu);
intel_display.h 305 u32 tu; member in struct:intel_link_m_n
intel_display.c 5765 /* Write the TU size bits before fdi link training, so that error
7991 m_n->tu = 64;
8104 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
8133 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m);
8144 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m);
8150 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m);
10190 m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe))
10208 m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder))
10217 m2_n2->tu = ((I915_READ(PIPE_DATA_M2(transcoder))
10226 m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe)
    [all...]

Completed in 114 milliseconds