Home
last modified time | relevance | path

Searched refs:null (Results 1 – 200 of 244) sorted by relevance

12

/linux-4.1.27/Documentation/devicetree/
Dof_unittest.txt78 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/
Drun_stringtests15 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
Dcommon_tests72 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/
Dperf-with-kcore.sh53 ("$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
Dperf-completion.sh55 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 \
DMakefile27 …= $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null)
DMakefile.perf378 $(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/
Dcheck-lxdialog.sh7 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/
Dkvm-recheck-rcu.sh36 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`
Dkvm-recheck-lock.sh35 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`
Dcpus2use.sh28 awk -v ncpus=$ncpus -v idlecpus=$idlecpus < /dev/null '
Dkvm-test-1-run.sh134 kstarttime=`awk 'BEGIN { print systime() }' < /dev/null`
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv44.c39 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()
Dnv04.h9 dma_addr_t null; member
Dnv04.c137 priv->nullp, priv->null); in nv04_mmu_dtor()
/linux-4.1.27/scripts/
Dcheck_extable.sh9 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null
133 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
Dsetlocalversion47 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
Dgcc-goto.sh5 cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
Dextract-ikconfig22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null
36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
Dver_linux65 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. \
DKbuild.include78 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))
Dgcc-x86_32-has-stack-protector.sh3 …char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
Dgcc-x86_64-has-stack-protector.sh3 …urn 3; }" | $* -S -x c -c -O0 -mcmodel=kernel -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
Dxen-hypercalls.sh7 eval $CPP $LINUXINCLUDE -dD -imacros "$i" -x c /dev/null
DMakefile.modsign10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
Dchecksyscalls.sh216 $* -E -x c - > /dev/null
Ddepmod.sh40 if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then
Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
DMakefile.modbuiltin43 cat /dev/null $(modbuiltin-subdirs)) > $@
DMakefile.build166 -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null))
171 $(call cmd_gensymtypes,true,$@) >/dev/null; \
353 $(Q)(cat /dev/null; $(modorder-cmds)) > $@
Ddecodecode51 ${CROSS_COMPILE}as $AFLAGS -o $1.o $1.s > /dev/null 2>&1
Dcoccicheck105 kill ${SPATCH_PID[$i]} 2>/dev/null
DMakefile.lib215 cmd_bison_h = bison -o/dev/null --defines=$@ -t -l -p $(YACC_PREFIX) $<
/linux-4.1.27/tools/perf/tests/
Dperf-targz-src-pkg12 make perf-targz-src-pkg > /dev/null
17 cd - > /dev/null
18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
Dmake14 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/
Drun_tests.sh3 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/
Dextract11 exec 3>/dev/null
39 exec 3>/dev/null
47 exec 3>/dev/null
/linux-4.1.27/tools/testing/selftests/efivarfs/
Defivarfs.sh91 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/
Dfw_userhelper.sh60 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
Dfw_filesystem.sh40 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/
Dcheck_cc.sh10 if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then
/linux-4.1.27/scripts/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF
DMakefile211 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 && \
Dqconf.cc174 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/
DMultiSound398 && ($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/
DMakefile104 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/
Dhv_set_ifconfig.sh63 /sbin/ifdown $interface 2>/dev/null
64 /sbin/ifup $interface 2>/dev/null
Dhv_get_dns_info.sh13 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
Dhv_get_dhcp_info.sh21 dhcp=$(grep "dhcp" $if_file 2>/dev/null)
/linux-4.1.27/tools/build/feature/
DMakefile49 …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/
Dstrrchr.S38 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
Dev67-strrchr.S60 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
Dstxcpy.S51 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
Dev6-stxcpy.S63 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
Dstxncpy.S59 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
Dev6-stxncpy.S71 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
Dstrncat.S59 zapnot $1, $27, $2 # was last byte a null?
Dev67-strncat.S61 zapnot $1, $27, $2 # U : was last byte a null?
/linux-4.1.27/Documentation/s390/
Dconfig3270.sh30 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/
Dinstall.sh40 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/
Dgen-insn-attr-x86.awk237 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/
Dfunc_profiler.tc62 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/
DPERF-VERSION-GEN20 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/
DMakefile114 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/
Drun.sh12 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/
Dmpss91 ping -c 1 $ipaddr &> /dev/null
136 killall -9 mpssd 2>/dev/null
/linux-4.1.27/arch/m32r/lib/
Dstrlen.S38 ; 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/
DMakefile.feature10 … $(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/
DMakefile63 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/
Dmem-on-off-test.sh21 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/
Dcpu-on-off-test.sh23 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/
Dgcm.c42 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/
DMakefile15 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/
DMakefile157 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)
DMakefile.arch2 ARCH := $(shell uname -m 2>/dev/null || echo not)
/linux-4.1.27/arch/nios2/include/asm/
Dpgtable.h229 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/
Dcheckundef.sh4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-4.1.27/arch/x86/um/vdso/
Dcheckundef.sh4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-4.1.27/tools/perf/scripts/python/bin/
Dfailed-syscalls-by-pid-record3 perf record -e syscalls:sys_exit $@) 2> /dev/null
Dsyscall-counts-by-pid-record3 perf record -e syscalls:sys_enter $@) 2> /dev/null
Dsyscall-counts-record3 perf record -e syscalls:sys_enter $@) 2> /dev/null
Dsctop-record3 perf record -e syscalls:sys_enter $@) 2> /dev/null
Dsyscall-counts-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsyscall-counts-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dfailed-syscalls-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsctop-report7 if expr match "$i" "-" > /dev/null ; then
Dexport-to-postgresql-report7 if expr match "$i" "-" > /dev/null ; then
/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-basic3 args = kill >/dev/null 2>&1
Dtest-record-no-samples3 args = -n kill >/dev/null 2>&1
Dtest-record-freq3 args = -F 100 kill >/dev/null 2>&1
Dtest-record-graph-default3 args = -g kill >/dev/null 2>&1
Dtest-stat-basic3 args = -e cycles kill >/dev/null 2>&1
Dtest-record-raw3 args = -R kill >/dev/null 2>&1
Dtest-record-no-inherit3 args = -i kill >/dev/null 2>&1
Dtest-record-period3 args = -c 100 -P kill >/dev/null 2>&1
Dtest-record-count3 args = -c 123 kill >/dev/null 2>&1
Dtest-record-graph-fp3 args = --call-graph fp kill >/dev/null 2>&1
Dtest-record-branch-any3 args = -b kill >/dev/null 2>&1
Dtest-record-branch-filter-any3 args = -j any kill >/dev/null 2>&1
Dtest-record-branch-filter-hv3 args = -j hv kill >/dev/null 2>&1
Dtest-record-no-delay3 args = -D kill >/dev/null 2>&1
Dtest-stat-no-inherit3 args = -i -e cycles kill >/dev/null 2>&1
Dtest-record-branch-filter-any_ret3 args = -j any_ret kill >/dev/null 2>&1
Dtest-record-branch-filter-any_call3 args = -j any_call kill >/dev/null 2>&1
Dtest-record-branch-filter-u3 args = -j u kill >/dev/null 2>&1
Dtest-record-branch-filter-ind_call3 args = -j ind_call kill >/dev/null 2>&1
Dtest-record-branch-filter-k3 args = -j k kill >/dev/null 2>&1
Dtest-record-data3 args = -d kill >/dev/null 2>&1
Dtest-stat-group13 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
Dtest-stat-group3 args = --group -e cycles,instructions kill >/dev/null 2>&1
Dtest-stat-C03 args = -e cycles -C 0 kill >/dev/null 2>&1
Dtest-record-graph-dwarf3 args = --call-graph dwarf -- kill >/dev/null 2>&1
Dtest-record-C03 args = -C 0 kill >/dev/null 2>&1
Dtest-record-group3 args = --group -e cycles,instructions kill >/dev/null 2>&1
Dtest-record-group13 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
Dtest-record-group-sampling3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
Dtest-stat-default3 args = kill >/dev/null 2>&1
Dtest-stat-detailed-13 args = -d kill >/dev/null 2>&1
Dtest-stat-detailed-23 args = -dd kill >/dev/null 2>&1
Dtest-stat-detailed-33 args = -ddd kill >/dev/null 2>&1
/linux-4.1.27/tools/perf/scripts/perl/bin/
Dfailed-syscalls-record3 perf record -e syscalls:sys_exit $@) 2> /dev/null
Dfailed-syscalls-report5 if ! expr match "$1" "-" > /dev/null ; then
Drwtop-report7 if expr match "$i" "-" > /dev/null ; then
/linux-4.1.27/arch/mips/kernel/
DMakefile95 …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/
DMakefile54 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/
Dautoload.sh12 grep major-152 $f >/dev/null
Dstatus.sh21 for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
/linux-4.1.27/arch/um/
DMakefile-os-Linux9 DEV_NULL_PATH = \"/dev/null\"
DKconfig.char22 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/
Dps3.dts34 * 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/
DMakefile75 which fakeroot >/dev/null 2>&1 && \
119 util/PERF-VERSION-GEN ../../$(perf-tar)/ 2>/dev/null); \
Dbuildtar129 if tar --owner=root --group=root --help >/dev/null 2>&1; then
Dbuilddeb223 elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ]; then
/linux-4.1.27/sound/drivers/
Dpcm-indirect2.c416 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()
Dpcm-indirect2.h138 snd_pcm_indirect2_zero_t null);
/linux-4.1.27/tools/testing/selftests/breakpoints/
DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not)
/linux-4.1.27/tools/power/cpupower/utils/
Dversion-gen.sh14 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux-4.1.27/tools/testing/selftests/ipc/
DMakefile1 uname_M := $(shell uname -m 2>/dev/null || echo not)
/linux-4.1.27/Documentation/EDID/
DMakefile23 @dos2unix $@ 2>/dev/null
/linux-4.1.27/tools/perf/Documentation/
Dperfconfig.example20 # Default, disable using /dev/null
Dperf-stat.txt86 --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…
DMakefile155 QUIET_STDERR = 2> /dev/null
/linux-4.1.27/arch/unicore32/lib/
Dstrncpy_from_user.S41 stb r3, [r0+], #0 @ null terminate
/linux-4.1.27/security/tomoyo/
DMakefile6 …stword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/policy/$(1).conf.default) /dev/null); \
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt44 [ -e /dev/null ] || mknod --mode=666 /dev/null c 1 3
/linux-4.1.27/arch/arm/boot/compressed/
Dhead-shmobile.S68 mov r8, #0 @ pass null pointer as atag
/linux-4.1.27/arch/ia64/scripts/
Dtoolchain-flags46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_rnode.c447 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/
Dhcd-tests.sh50 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
/linux-4.1.27/arch/mips/
DMakefile239 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/
Dpgtable.h158 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/
DMakefile13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
/linux-4.1.27/Documentation/networking/
DPLIP.txt22 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/
Dhw.h80 unsigned int null:1; member
Ddma_v3.c742 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/
Dp80211netdev.h131 u32 null; member
/linux-4.1.27/arch/powerpc/
DMakefile39 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/
DKconfig19 with "null printer" or "Turbo Laplink" cables which can transmit 4
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt89 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/
Dfp_decode.h368 1: printf PDECODE,"0" | null base displacement
390 1: printf PDECODE,"0" | null outer displacement
/linux-4.1.27/Documentation/scsi/
Ddtc3x80.txt39 of=/dev/null if=/dev/sdb". It reads ok for a while, then hangs.
/linux-4.1.27/Documentation/block/
Dnull_blk.txt6 The null block device (/dev/nullb*) is used for benchmarking the various
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt482 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/
DMakefile108 CHECKFLAGS_SILICON = $(shell echo "" | $(CPP) $(KBUILD_CFLAGS) -dD - 2>/dev/null | awk '$$2 == "__S…
/linux-4.1.27/fs/cramfs/
DREADME22 Filename. Not generally null-terminated, but it is
23 null-padded to a multiple of 4 bytes.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-floppy.1996-200212 * Fix potential null dereferencing with DEBUG_LOG.
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt40 spusa.root# dd bs=4 skip=64 count=1 if=/dev/fmc-0200 2> /dev/null | od -t x1z
Dmezzanine.txt51 null-terminated array - the entry with NULL names can be a valid entry.
/linux-4.1.27/Documentation/zh_CN/
Doops-tracing.txt53 (2)用串口终端启动(请参看Documentation/serial-console.txt),运行一个null
/linux-4.1.27/Documentation/arm/
Dmemory.txt75 00000000 00000fff CPU vector page / null pointer trap
DInterrupts87 it should be null so people can detect if they are unable to
/linux-4.1.27/Documentation/
DSAK.txt72 daemon gpm < /dev/null
/linux-4.1.27/fs/nfsd/
Dnfs3acl.c260 PROC(null, void, void, void, RC_NOCACHE, ST),
Dnfs2acl.c368 PROC(null, void, void, void, RC_NOCACHE, ST),
/linux-4.1.27/arch/arm/lib/
Ddiv64.S119 @ Otherwise, if lower part is also null then we are done.
/linux-4.1.27/arch/x86/boot/
DMakefile180 isohybrid $(obj)/image.iso 2>/dev/null || true
/linux-4.1.27/Documentation/acpi/apei/
Doutput_format.txt29 <pcie section data> | <null>
/linux-4.1.27/drivers/net/slip/
DKconfig14 serial connections such as telephone lines or null modem cables;
/linux-4.1.27/kernel/
DMakefile148 …cmd_x509certs = cat $(X509_CERTIFICATES) /dev/null >$@ $(foreach X509,$(X509_CERTIFICATES),; $(ke…
/linux-4.1.27/security/integrity/ima/
DKconfig55 hash, defined as 20 bytes, and a null terminated pathname,
/linux-4.1.27/Documentation/security/
DIMA-templates.txt8 The pathname is a null terminated string, limited to 255 characters.
/linux-4.1.27/tools/usb/usbip/
DINSTALL217 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/
Dqe_firmware.txt202 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/
Dblkio-controller.txt51 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
Ddevices.txt26 /dev/null. Doing
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S132 # find a lane with a non-null job
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt26 ALGN(n) means padding with null bytes to an n-byte boundary
/linux-4.1.27/
DMakefile306 -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/
DMakefile28 -@rm -f `find $(MEDIA_OBJ_DIR) -type l` $(GENFILES) $(OBJIMGFILES) 2>/dev/null
/linux-4.1.27/fs/lockd/
Dsvc4proc.c479 PROC(null, void, void, void, void, 1),
Dsvcproc.c523 PROC(null, void, void, void, void, 1),
/linux-4.1.27/Documentation/trace/
Duprobetracer.txt53 String type is a special type, which fetches a "null-terminated" string from
/linux-4.1.27/Documentation/vm/
Dhighmem.txt133 case, the unmap operation may be a null operation.
Dpagemap.txt26 swap. Unmapped pages return a null PFN. This allows determining
/linux-4.1.27/firmware/
DMakefile231 $(shell find $(obj) -name \*.gen.S 2>/dev/null))
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt283 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/
Dhotplug.txt146 probed for each new device; the third parameter to probe() will be null.
/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt82 a switch port has no attached device, returns "null" instead of

12