/linux-4.1.27/Documentation/devicetree/ |
D | of_unittest.txt | 78 child1 -> sibling2 -> sibling3 -> sibling4 -> null 80 | | | null 82 | | child31 -> sibling32 -> null 84 | | null null 86 | child21 -> sibling22 -> sibling23 -> null 88 | null null null 90 child11 -> sibling12 -> sibling13 -> sibling14 -> null 92 | | | null 94 null null child131 -> null 96 null [all …]
|
/linux-4.1.27/tools/testing/selftests/sysctl/ |
D | run_stringtests | 15 dd if="${TEST_FILE}" of="${TARGET}" bs=1 2>/dev/null 25 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 2>/dev/null 36 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 47 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null 58 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 69 dd of="${TARGET}" bs=$(( $MAXLEN + 1 )) 2>/dev/null
|
D | common_tests | 72 dd if="${TEST_FILE}" of="${TARGET}" bs=4096 2>/dev/null 82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null 92 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null 103 dd of="${TARGET}" bs=50 2>/dev/null
|
/linux-4.1.27/tools/perf/ |
D | perf-with-kcore.sh | 53 ("$PERF" record -o perf.data.junk $PERF_OPTIONS -- sleep 60) >/dev/null 2>/dev/null & 59 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1) 66 wait >/dev/null 2>/dev/null || true 75 wait >/dev/null 2>/dev/null || true 199 if rmdir "$PERF_DATA_DIR" > /dev/null 2>/dev/null ; then
|
D | perf-completion.sh | 55 type _get_comp_words_by_ref &>/dev/null || 92 type __ltrim_colon_completions &>/dev/null || 245 type perf &>/dev/null && 257 complete -o bashdefault -o default -o nospace -F _perf perf 2>/dev/null \
|
D | Makefile | 27 …= $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null)
|
D | Makefile.perf | 378 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null 388 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null 526 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 7 pkg-config --libs ncursesw 2>/dev/null && exit 8 pkg-config --libs ncurses 2>/dev/null && exit 24 if pkg-config --cflags ncursesw 2>/dev/null; then 26 elif pkg-config --cflags ncurses 2>/dev/null; then 48 $cc -x c - -o $tmp 2>/dev/null <<'EOF'
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcu.sh | 36 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'` 42 dur=`sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null` 48 BEGIN { print ngps / dur }' < /dev/null` 62 … nclosecalls=$nclosecalls -v dur=$dur 'BEGIN { print int(nclosecalls * 36000 / dur) }' < /dev/null`
|
D | kvm-recheck-lock.sh | 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 41 dur=`sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null` 47 BEGIN { print ncs / dur }' < /dev/null`
|
D | cpus2use.sh | 28 awk -v ncpus=$ncpus -v idlecpus=$idlecpus < /dev/null '
|
D | kvm-test-1-run.sh | 134 kstarttime=`awk 'BEGIN { print systime() }' < /dev/null`
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv44.c | 39 nv44_vm_fill(struct nvkm_gpuobj *pgt, dma_addr_t null, in nv44_vm_fill() argument 51 u32 addr = list ? (*list++ >> 12) : (null >> 12); in nv44_vm_fill() 95 nv44_vm_fill(pgt, priv->null, list, pte, part); in nv44_vm_map_sg() 112 nv44_vm_fill(pgt, priv->null, list, pte, cnt); in nv44_vm_map_sg() 123 nv44_vm_fill(pgt, priv->null, NULL, pte, part); in nv44_vm_unmap() 137 nv44_vm_fill(pgt, priv->null, NULL, pte, cnt); in nv44_vm_unmap() 186 priv->nullp = pci_alloc_consistent(device->pdev, 16 * 1024, &priv->null); in nv44_mmu_ctor() 228 nv_wr32(priv, 0x100818, priv->null); in nv44_mmu_init()
|
D | nv04.h | 9 dma_addr_t null; member
|
D | nv04.c | 137 priv->nullp, priv->null); in nv04_mmu_dtor()
|
/linux-4.1.27/scripts/ |
D | check_extable.sh | 9 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null 133 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
D | setlocalversion | 47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then 71 if git config --get svn-remote.svn.url >/dev/null; then 85 if test -d .hg && hgid=`hg id 2>/dev/null`; then 109 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
D | gcc-goto.sh | 5 cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
|
D | extract-vmlinux | 18 readelf -h $1 > /dev/null 2>&1 || return 1 33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
|
D | extract-ikconfig | 22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null 36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
|
D | ver_linux | 65 ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -n 1 | awk \ 68 ls -l /usr/lib/libg++.so /usr/lib/libstdc++.so 2>/dev/null | awk -F. \
|
D | Kbuild.include | 78 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 92 if ($(1)) >/dev/null 2>&1; \ 102 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2)) 114 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2)) 119 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n) 129 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri… 145 $(CC) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2)) 150 $(CC) -x c /dev/null -c -o "$$TMPO" ; $(LD) $(1) "$$TMPO" -o "$$TMP",$(1),$(2))
|
D | gcc-x86_32-has-stack-protector.sh | 3 …char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
|
D | gcc-x86_64-has-stack-protector.sh | 3 …urn 3; }" | $* -S -x c -c -O0 -mcmodel=kernel -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
|
D | xen-hypercalls.sh | 7 eval $CPP $LINUXINCLUDE -dD -imacros "$i" -x c /dev/null
|
D | Makefile.modsign | 10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | Makefile.modinst | 12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | checksyscalls.sh | 216 $* -E -x c - > /dev/null
|
D | depmod.sh | 40 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
|
D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
D | Makefile.modbuiltin | 43 cat /dev/null $(modbuiltin-subdirs)) > $@
|
D | Makefile.build | 166 -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null)) 171 $(call cmd_gensymtypes,true,$@) >/dev/null; \ 353 $(Q)(cat /dev/null; $(modorder-cmds)) > $@
|
D | decodecode | 51 ${CROSS_COMPILE}as $AFLAGS -o $1.o $1.s > /dev/null 2>&1
|
D | coccicheck | 105 kill ${SPATCH_PID[$i]} 2>/dev/null
|
D | Makefile.lib | 215 cmd_bison_h = bison -o/dev/null --defines=$@ -t -l -p $(YACC_PREFIX) $<
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-targz-src-pkg | 12 make perf-targz-src-pkg > /dev/null 17 cd - > /dev/null 18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
|
D | make | 14 has = $(shell which $1 2>/dev/null) 198 clean := @(cd $(PERF); make -s -f $(MK) clean >/dev/null)
|
/linux-4.1.27/tools/lib/lockdep/ |
D | run_tests.sh | 3 make &> /dev/null 7 gcc -o tests/$testname -pthread -lpthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null 19 gcc -o tests/$testname -pthread -lpthread -Iinclude $i &> /dev/null
|
/linux-4.1.27/tools/lguest/ |
D | extract | 11 exec 3>/dev/null 39 exec 3>/dev/null 47 exec 3>/dev/null
|
/linux-4.1.27/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 91 rm $file 2>/dev/null 149 rm $file 2>/dev/null 182 printf "$attrs\x00" 2>/dev/null > $file 186 rm $file 2>/dev/null
|
/linux-4.1.27/tools/testing/selftests/firmware/ |
D | fw_userhelper.sh | 60 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 73 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 82 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
|
D | fw_filesystem.sh | 40 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 55 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | check_cc.sh | 10 if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then
|
/linux-4.1.27/scripts/kconfig/ |
D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF
|
D | Makefile | 211 pkg-config --libs menuw panelw ncursesw 2>/dev/null \ 212 || pkg-config --libs menu panel ncurses 2>/dev/null \ 223 if ! pkg-config --exists QtCore 2> /dev/null; then \ 225 pkg-config --exists qt 2> /dev/null && pkg=qt; \ 226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \ 246 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
|
D | qconf.cc | 174 setText(noColIdx, QString::null); in updateMenu() 175 setText(modColIdx, QString::null); in updateMenu() 176 setText(yesColIdx, QString::null); in updateMenu() 311 setText(QString::null); in show()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | MultiSound | 398 && ($dir/gettext --version >/dev/null 2>&1) 407 && ($dir/shar --print-text-domain-dir >/dev/null 2>&1) 423 touch -am 1231235999 $$.touch >/dev/null 2>&1 533 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ 534 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then 535 md5sum -c << SHAR_EOF >/dev/null 2>&1 \ 987 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ 988 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then 989 md5sum -c << SHAR_EOF >/dev/null 2>&1 \ 1017 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ [all …]
|
/linux-4.1.27/Documentation/DocBook/ |
D | Makefile | 104 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found) 111 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found) 144 @(which xmlto > /dev/null 2>&1) || \ 155 @(which xmlto > /dev/null 2>&1) || \ 168 @(which fig2dev > /dev/null 2>&1) || \ 177 @(which fig2dev > /dev/null 2>&1) || \
|
/linux-4.1.27/tools/hv/ |
D | hv_set_ifconfig.sh | 63 /sbin/ifdown $interface 2>/dev/null 64 /sbin/ifup $interface 2>/dev/null
|
D | hv_get_dns_info.sh | 13 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
|
D | hv_get_dhcp_info.sh | 21 dhcp=$(grep "dhcp" $if_file 2>/dev/null)
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 49 …clude/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $(FLAGS_PERL_EMBED… 97 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) 100 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) 105 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null) 108 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
|
/linux-4.1.27/arch/alpha/lib/ |
D | strrchr.S | 38 andnot t1, t4, t1 # .. e1 : clear garbage from null test 51 beq t1, $loop # .. e1 : if we havnt seen a null, loop 55 negq t1, t4 # e0 : isolate first null byte match 58 or t4, t5, t4 # e1 : ... and including the null 60 and t3, t4, t3 # e0 : mask out char matches after null
|
D | ev67-strrchr.S | 60 andnot t1, t4, t1 # E : clear garbage from null test 78 beq t1, $loop # U : if we havnt seen a null, loop 83 negq t1, t4 # E : isolate first null byte match 86 or t4, t5, t4 # E : ... and including the null 88 and t3, t4, t3 # E : mask out char matches after null
|
D | stxcpy.S | 51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 84 zapnot t1, t6, t1 # e0 : clear src bytes >= null 86 zap t0, t8, t0 # e0 : clear dst bytes <= null 201 cmpbge zero, t1, t8 # e0 : is the null in this first bit? 205 stq_u t1, 0(a0) # e0 : the null was in the high-order bits 224 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 225 zap t0, t8, t0 # e0 : kill dest bytes <= null 277 srl t12, t5, t12 # e0 : adjust final null return value
|
D | ev6-stxcpy.S | 63 cmpbge zero, t2, t8 # E : bits set iff null found 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 102 zap t0, t8, t0 # E : clear dst bytes <= null 228 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall) 232 stq_u t1, 0(a0) # L : the null was in the high-order bits 250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 252 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall) 307 srl t12, t5, t12 # U : adjust final null return value
|
D | stxncpy.S | 59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 99 zapnot t0, t8, t0 # e0 : clear src bytes > null 100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 232 cmpbge zero, t0, t8 # e0 : is the null in this first bit? 235 stq_u t0, 0(a0) # e0 : the null was in the high-order bits 260 zapnot t0, t8, t0 # .. e1 : kill source bytes > null 261 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
D | ev6-stxncpy.S | 71 cmpbge zero, t2, t8 # E : bits set iff null found 124 zapnot t0, t8, t0 # U : clear src bytes > null (stall) 126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 276 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall) 279 stq_u t0, 0(a0) # L : the null was in the high-order bits 303 zapnot t0, t8, t0 # U : kill source bytes > null 305 zap t1, t8, t1 # U : kill dest bytes <= null
|
D | strncat.S | 59 zapnot $1, $27, $2 # was last byte a null?
|
D | ev67-strncat.S | 61 zapnot $1, $27, $2 # U : was last byte a null?
|
/linux-4.1.27/Documentation/s390/ |
D | config3270.sh | 30 if ! ls $P > /dev/null 2>&1; then 31 modprobe tub3270 > /dev/null 2>&1 33 ls $P > /dev/null 2>&1 || exit 1
|
/linux-4.1.27/arch/blackfin/boot/ |
D | install.sh | 40 if which ${INSTALLKERNEL} >/dev/null 2>&1; then 49 local stamp=$(stat -c %Y ${file} 2>/dev/null)
|
/linux-4.1.27/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 237 imm = null 238 mod = null 279 variant = null 285 ext = null 286 flags = null 287 opnd = null
|
/linux-4.1.27/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_profiler.tc | 62 if ! grep -e 'schedule' trace > /dev/null; then 73 if ! grep -v -e '^#' -e 'schedule' trace > /dev/null; then
|
/linux-4.1.27/tools/perf/util/ |
D | PERF-VERSION-GEN | 20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null ) 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
|
/linux-4.1.27/tools/power/cpupower/ |
D | Makefile | 114 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1…
|
/linux-4.1.27/tools/build/tests/ |
D | run.sh | 12 make -C ex V=1 clean > /dev/null 2>&1 34 make -C ex V=1 clean > /dev/null 2>&1
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpss | 91 ping -c 1 $ipaddr &> /dev/null 136 killall -9 mpssd 2>/dev/null
|
/linux-4.1.27/arch/m32r/lib/ |
D | strlen.S | 38 ; NOTE: If a null char. exists, return 0. 76 not r4, r0 ; NOTE: If a null char. exists, return 0. 84 not r4, r1 ; NOTE: If a null char. exists, return 0.
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 10 … $(FEATURE_CHECK_LDFLAGS-$(1))" -C $(feature_dir) test-$1.bin >/dev/null 2>/dev/null && echo 1 || … 98 …GS)" LDFLAGS=$(LDFLAGS) -i -j -C $(feature_dir) $(addsuffix .bin,$(FEATURE_TESTS)) >/dev/null 2>&1)
|
/linux-4.1.27/tools/power/acpi/ |
D | Makefile | 63 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1…
|
/linux-4.1.27/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 21 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then 87 if online_memory $memory 2> /dev/null; then 109 if offline_memory $memory 2> /dev/null; then
|
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 23 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then 101 if online_cpu $cpu 2> /dev/null; then 123 if offline_cpu $cpu 2> /dev/null; then
|
/linux-4.1.27/crypto/ |
D | gcm.c | 42 struct crypto_skcipher_spawn null; member 47 struct crypto_blkcipher *null; member 1189 .tfm = ctx->null, in crypto_rfc4543_copy_src_to_dst() 1241 struct crypto_blkcipher *null; in crypto_rfc4543_init_tfm() local 1249 null = crypto_spawn_blkcipher(&ictx->null.base); in crypto_rfc4543_init_tfm() 1250 err = PTR_ERR(null); in crypto_rfc4543_init_tfm() 1251 if (IS_ERR(null)) in crypto_rfc4543_init_tfm() 1255 ctx->null = null; in crypto_rfc4543_init_tfm() 1276 crypto_free_blkcipher(ctx->null); in crypto_rfc4543_exit_tfm() 1314 crypto_set_skcipher_spawn(&ctx->null, inst); in crypto_rfc4543_alloc() [all …]
|
/linux-4.1.27/lib/raid6/test/ |
D | Makefile | 15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) 37 gcc -c -x assembler - >&/dev/null && \ 44 gcc -c -x c - >&/dev/null && \
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 157 PYTHON_EMBED_LDOPTS := $(shell $(PYTHON_CONFIG_SQ) --ldflags 2>/dev/null) 158 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null) 387 …GS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) 396 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null) 397 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null) 408 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null) 411 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null` 453 PYTHON_EMBED_LDOPTS := $(shell $(PYTHON_CONFIG_SQ) --ldflags 2>/dev/null) 456 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
|
D | Makefile.arch | 2 ARCH := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 229 pte_t null; in pte_clear() local 231 pte_val(null) = (addr >> PAGE_SHIFT) & 0xf; in pte_clear() 233 set_pte_at(mm, addr, ptep, null); in pte_clear()
|
/linux-4.1.27/arch/x86/vdso/ |
D | checkundef.sh | 4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | checkundef.sh | 4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
|
/linux-4.1.27/tools/perf/scripts/python/bin/ |
D | failed-syscalls-by-pid-record | 3 perf record -e syscalls:sys_exit $@) 2> /dev/null
|
D | syscall-counts-by-pid-record | 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
D | syscall-counts-record | 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
D | sctop-record | 3 perf record -e syscalls:sys_enter $@) 2> /dev/null
|
D | syscall-counts-report | 5 if ! expr match "$1" "-" > /dev/null ; then
|
D | syscall-counts-by-pid-report | 5 if ! expr match "$1" "-" > /dev/null ; then
|
D | failed-syscalls-by-pid-report | 5 if ! expr match "$1" "-" > /dev/null ; then
|
D | sctop-report | 7 if expr match "$i" "-" > /dev/null ; then
|
D | export-to-postgresql-report | 7 if expr match "$i" "-" > /dev/null ; then
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | test-record-basic | 3 args = kill >/dev/null 2>&1
|
D | test-record-no-samples | 3 args = -n kill >/dev/null 2>&1
|
D | test-record-freq | 3 args = -F 100 kill >/dev/null 2>&1
|
D | test-record-graph-default | 3 args = -g kill >/dev/null 2>&1
|
D | test-stat-basic | 3 args = -e cycles kill >/dev/null 2>&1
|
D | test-record-raw | 3 args = -R kill >/dev/null 2>&1
|
D | test-record-no-inherit | 3 args = -i kill >/dev/null 2>&1
|
D | test-record-period | 3 args = -c 100 -P kill >/dev/null 2>&1
|
D | test-record-count | 3 args = -c 123 kill >/dev/null 2>&1
|
D | test-record-graph-fp | 3 args = --call-graph fp kill >/dev/null 2>&1
|
D | test-record-branch-any | 3 args = -b kill >/dev/null 2>&1
|
D | test-record-branch-filter-any | 3 args = -j any kill >/dev/null 2>&1
|
D | test-record-branch-filter-hv | 3 args = -j hv kill >/dev/null 2>&1
|
D | test-record-no-delay | 3 args = -D kill >/dev/null 2>&1
|
D | test-stat-no-inherit | 3 args = -i -e cycles kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_ret | 3 args = -j any_ret kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_call | 3 args = -j any_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-u | 3 args = -j u kill >/dev/null 2>&1
|
D | test-record-branch-filter-ind_call | 3 args = -j ind_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-k | 3 args = -j k kill >/dev/null 2>&1
|
D | test-record-data | 3 args = -d kill >/dev/null 2>&1
|
D | test-stat-group1 | 3 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
|
D | test-stat-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-stat-C0 | 3 args = -e cycles -C 0 kill >/dev/null 2>&1
|
D | test-record-graph-dwarf | 3 args = --call-graph dwarf -- kill >/dev/null 2>&1
|
D | test-record-C0 | 3 args = -C 0 kill >/dev/null 2>&1
|
D | test-record-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-record-group1 | 3 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
|
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
|
D | test-stat-default | 3 args = kill >/dev/null 2>&1
|
D | test-stat-detailed-1 | 3 args = -d kill >/dev/null 2>&1
|
D | test-stat-detailed-2 | 3 args = -dd kill >/dev/null 2>&1
|
D | test-stat-detailed-3 | 3 args = -ddd kill >/dev/null 2>&1
|
/linux-4.1.27/tools/perf/scripts/perl/bin/ |
D | failed-syscalls-record | 3 perf record -e syscalls:sys_exit $@) 2> /dev/null
|
D | failed-syscalls-report | 5 if ! expr match "$1" "-" > /dev/null ; then
|
D | rwtop-report | 7 if expr match "$i" "-" > /dev/null ; then
|
/linux-4.1.27/arch/mips/kernel/ |
D | Makefile | 95 …o = $(shell if $(CC) $(KBUILD_CFLAGS) -Wa,-mdaddi -c -o /dev/null -x c /dev/null >/dev/null 2>&1; …
|
/linux-4.1.27/arch/um/drivers/ |
D | Makefile | 54 obj-$(CONFIG_NULL_CHAN) += null.o 64 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o
|
/linux-4.1.27/Documentation/aoe/ |
D | autoload.sh | 12 grep major-152 $f >/dev/null
|
D | status.sh | 21 for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
|
/linux-4.1.27/arch/um/ |
D | Makefile-os-Linux | 9 DEV_NULL_PATH = \"/dev/null\"
|
D | Kconfig.char | 22 bool "null channel support" 25 lines to a device similar to /dev/null. Data written to it disappears
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ps3.dts | 34 * so we'll put a null entry here. 46 * we'll put a null entries here. These will be initialized after
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 75 which fakeroot >/dev/null 2>&1 && \ 119 util/PERF-VERSION-GEN ../../$(perf-tar)/ 2>/dev/null); \
|
D | buildtar | 129 if tar --owner=root --group=root --help >/dev/null 2>&1; then
|
D | builddeb | 223 elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ]; then
|
/linux-4.1.27/sound/drivers/ |
D | pcm-indirect2.c | 416 snd_pcm_indirect2_zero_t null) in snd_pcm_indirect2_capture_transfer() argument 456 bytes = null(substream, rec); in snd_pcm_indirect2_capture_transfer() 540 snd_pcm_indirect2_zero_t null) in snd_pcm_indirect2_capture_interrupt() argument 553 snd_pcm_indirect2_capture_transfer(substream, rec, copy, null); in snd_pcm_indirect2_capture_interrupt()
|
D | pcm-indirect2.h | 138 snd_pcm_indirect2_zero_t null);
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | Makefile | 2 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | version-gen.sh | 14 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | Makefile | 1 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/Documentation/EDID/ |
D | Makefile | 23 @dos2unix $@ 2>/dev/null
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perfconfig.example | 20 # Default, disable using /dev/null
|
D | perf-stat.txt | 86 --null:: 87 null run - don't start any counters 127 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
|
D | Makefile | 155 QUIET_STDERR = 2> /dev/null
|
/linux-4.1.27/arch/unicore32/lib/ |
D | strncpy_from_user.S | 41 stb r3, [r0+], #0 @ null terminate
|
/linux-4.1.27/security/tomoyo/ |
D | Makefile | 6 …stword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/policy/$(1).conf.default) /dev/null); \
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 44 [ -e /dev/null ] || mknod --mode=666 /dev/null c 1 3
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head-shmobile.S | 68 mov r8, #0 @ pass null pointer as atag
|
/linux-4.1.27/arch/ia64/scripts/ |
D | toolchain-flags | 46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_rnode.c | 447 uint8_t null[8]; in csio_rn_verify_rparams() local 515 memset(null, 0, 8); in csio_rn_verify_rparams() 516 if (!memcmp(rdevp->wwnn, null, 8)) { in csio_rn_verify_rparams() 525 if (!memcmp(rdevp->wwpn, null, 8)) { in csio_rn_verify_rparams()
|
/linux-4.1.27/tools/usb/ |
D | hcd-tests.sh | 50 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 239 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \ 278 CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \ 305 ifeq ($(shell expr $(load-y) \< 0xffffffff80000000 2> /dev/null), 0)
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 158 pte_t null = __pte(0); in pte_clear() local 163 null.pte_high = _PAGE_GLOBAL; in pte_clear() 165 set_pte_at(mm, addr, ptep, null); in pte_clear()
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | Makefile | 13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
|
/linux-4.1.27/Documentation/networking/ |
D | PLIP.txt | 22 LapLink null-printer cable [can also work in turbo mode, with a PLIP 114 printer "null" cable to transfer data four bits at a time using 126 printer "null" cable which transfers data four bits at a time using
|
/linux-4.1.27/drivers/dma/ioat/ |
D | hw.h | 80 unsigned int null:1; member
|
D | dma_v3.c | 742 hw->ctl_f.null = 1; in __ioat3_prep_xor_lock() 947 hw->ctl_f.null = 1; in __ioat3_prep_pq_lock() 1191 hw->ctl_f.null = 1; in ioat3_prep_interrupt_lock()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 131 u32 null; member
|
/linux-4.1.27/arch/powerpc/ |
D | Makefile | 39 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo … 318 if ! /bin/echo mftb 5 | $(AS) -v -mppc -many -o $(TOUT) >/dev/null 2>&1 ; then \
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 19 with "null printer" or "Turbo Laplink" cables which can transmit 4
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 89 dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1 102 mkswap /dev/mapper/swap0 > /dev/null 2>&1
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_decode.h | 368 1: printf PDECODE,"0" | null base displacement 390 1: printf PDECODE,"0" | null outer displacement
|
/linux-4.1.27/Documentation/scsi/ |
D | dtc3x80.txt | 39 of=/dev/null if=/dev/sdb". It reads ok for a while, then hangs.
|
/linux-4.1.27/Documentation/block/ |
D | null_blk.txt | 6 The null block device (/dev/nullb*) is used for benchmarking the various
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 482 if echo "$FSTAB_OPTS" | grep "$OPT" > /dev/null ; then 484 if echo "$FSTAB_OPTS" | grep "no$OPT" > /dev/null ; then 516 if echo "$FSTAB_OPTS" | grep "$OPT=" > /dev/null ; then 614 /sbin/hdparm -S $BATT_HD $THISHD > /dev/null 2>&1 615 /sbin/hdparm -B 1 $THISHD > /dev/null 2>&1 676 /sbin/hdparm -S $AC_HD $THISHD > /dev/null 2>&1 677 /sbin/hdparm -B 255 $THISHD > /dev/null 2>&1
|
/linux-4.1.27/arch/blackfin/ |
D | Makefile | 108 CHECKFLAGS_SILICON = $(shell echo "" | $(CPP) $(KBUILD_CFLAGS) -dD - 2>/dev/null | awk '$$2 == "__S…
|
/linux-4.1.27/fs/cramfs/ |
D | README | 22 Filename. Not generally null-terminated, but it is 23 null-padded to a multiple of 4 bytes.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 12 * Fix potential null dereferencing with DEBUG_LOG.
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 40 spusa.root# dd bs=4 skip=64 count=1 if=/dev/fmc-0200 2> /dev/null | od -t x1z
|
D | mezzanine.txt | 51 null-terminated array - the entry with NULL names can be a valid entry.
|
/linux-4.1.27/Documentation/zh_CN/ |
D | oops-tracing.txt | 53 (2)用串口终端启动(请参看Documentation/serial-console.txt),运行一个null
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 75 00000000 00000fff CPU vector page / null pointer trap
|
D | Interrupts | 87 it should be null so people can detect if they are unable to
|
/linux-4.1.27/Documentation/ |
D | SAK.txt | 72 daemon gpm < /dev/null
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3acl.c | 260 PROC(null, void, void, void, RC_NOCACHE, ST),
|
D | nfs2acl.c | 368 PROC(null, void, void, void, RC_NOCACHE, ST),
|
/linux-4.1.27/arch/arm/lib/ |
D | div64.S | 119 @ Otherwise, if lower part is also null then we are done.
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 180 isohybrid $(obj)/image.iso 2>/dev/null || true
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 29 <pcie section data> | <null>
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 14 serial connections such as telephone lines or null modem cables;
|
/linux-4.1.27/kernel/ |
D | Makefile | 148 …cmd_x509certs = cat $(X509_CERTIFICATES) /dev/null >$@ $(foreach X509,$(X509_CERTIFICATES),; $(ke…
|
/linux-4.1.27/security/integrity/ima/ |
D | Kconfig | 55 hash, defined as 20 bytes, and a null terminated pathname,
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 8 The pathname is a null terminated string, limited to 255 characters.
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 217 traditionally `config.cache'. FILE defaults to `/dev/null' to 228 suppress all normal output, redirect it to `/dev/null' (any error
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 202 The 'id' field is a null-terminated string(suitable for printing) that 244 The 'id' field is a null-terminated string suitable for printing that
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 51 dd if=/mnt/sdb/zerofile1 of=/dev/null & 55 dd if=/mnt/sdb/zerofile2 of=/dev/null & 87 # dd if=/mnt/common/zerofile of=/dev/null bs=4K count=1024
|
D | devices.txt | 26 /dev/null. Doing
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 132 # find a lane with a non-null job
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 26 ALGN(n) means padding with null bytes to an n-byte boundary
|
/linux-4.1.27/ |
D | Makefile | 306 -Wno-missing-field-initializers -fno-delete-null-pointer-checks 414 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) 612 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | Makefile | 28 -@rm -f `find $(MEDIA_OBJ_DIR) -type l` $(GENFILES) $(OBJIMGFILES) 2>/dev/null
|
/linux-4.1.27/fs/lockd/ |
D | svc4proc.c | 479 PROC(null, void, void, void, void, 1),
|
D | svcproc.c | 523 PROC(null, void, void, void, void, 1),
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 53 String type is a special type, which fetches a "null-terminated" string from
|
/linux-4.1.27/Documentation/vm/ |
D | highmem.txt | 133 case, the unmap operation may be a null operation.
|
D | pagemap.txt | 26 swap. Unmapped pages return a null PFN. This allows determining
|
/linux-4.1.27/firmware/ |
D | Makefile | 231 $(shell find $(obj) -name \*.gen.S 2>/dev/null))
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 283 buf[ret-1] = '\0'; /* null-terminate and chop off the \n */ 294 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
|
/linux-4.1.27/Documentation/usb/ |
D | hotplug.txt | 146 probed for each new device; the third parameter to probe() will be null.
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 82 a switch port has no attached device, returns "null" instead of
|