/src/usr.bin/make/unit-tests/ |
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}
|
/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/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_display.h | 305 u32 tu; member in struct:intel_link_m_n
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
atom.h | 130 u8 tu:6; member in struct:nv50_head_atom::__anonf635598f0e08
|
/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...] |