Home
last modified time | relevance | path

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

12

/linux-4.4.14/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.4.14/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.4.14/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.perf421 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null
431 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
438 $(Q)$(MAKE) -C $(BPF_DIR) O=$(OUTPUT) clean >/dev/null
585 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-4.4.14/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.4.14/tools/perf/util/intel-pt-decoder/
DBuild12 diff -B -I'^#include' util/intel-pt-decoder/insn.c ../../arch/x86/lib/insn.c >/dev/null && \
13 diff -B -I'^#include' util/intel-pt-decoder/inat.c ../../arch/x86/lib/inat.c >/dev/null && \
14 …diff -B util/intel-pt-decoder/x86-opcode-map.txt ../../arch/x86/lib/x86-opcode-map.txt >/dev/null
15 …l/intel-pt-decoder/gen-insn-attr-x86.awk ../../arch/x86/tools/gen-insn-attr-x86.awk >/dev/null && \
16 …diff -B -I'^#include' util/intel-pt-decoder/insn.h ../../arch/x86/include/asm/insn.h >/dev/null &&…
17 …diff -B -I'^#include' util/intel-pt-decoder/inat.h ../../arch/x86/include/asm/inat.h >/dev/null &&…
18 …^#include' util/intel-pt-decoder/inat_types.h ../../arch/x86/include/asm/inat_types.h >/dev/null) \
Dgen-insn-attr-x86.awk237 imm = null
238 mod = null
279 variant = null
285 ext = null
286 flags = null
287 opnd = null
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv44.c38 nv44_vm_fill(struct nvkm_memory *pgt, dma_addr_t null, in nv44_vm_fill() argument
50 u32 addr = list ? (*list++ >> 12) : (null >> 12); in nv44_vm_fill()
95 nv44_vm_fill(pgt, mmu->null, list, pte, part); in nv44_vm_map_sg()
112 nv44_vm_fill(pgt, mmu->null, list, pte, cnt); in nv44_vm_map_sg()
125 nv44_vm_fill(pgt, mmu->null, NULL, pte, part); in nv44_vm_unmap()
139 nv44_vm_fill(pgt, mmu->null, NULL, pte, cnt); in nv44_vm_unmap()
169 &mmu->null, GFP_KERNEL); in nv44_mmu_oneinit()
172 mmu->null = 0; in nv44_mmu_oneinit()
204 nvkm_wr32(device, 0x100818, mmu->null); in nv44_mmu_init()
Dnv04.h9 dma_addr_t null; member
Dnv04.c114 mmu->nullp, mmu->null); in nv04_mmu_dtor()
/linux-4.4.14/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.4.14/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
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
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…
149 $(CC) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
154 $(CC) -x c /dev/null -c -o "$$TMPO" ; $(LD) $(1) "$$TMPO" -o "$$TMP",$(1),$(2))
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)
Dver_linux124 libcpp=`ldconfig -p 2>/dev/null |
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.4.14/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
Dmake25 has = $(shell which $1 2>/dev/null)
236 clean := @(cd $(PERF); make -s -f $(MK) clean >/dev/null)
/linux-4.4.14/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.4.14/tools/lguest/
Dextract11 exec 3>/dev/null
39 exec 3>/dev/null
47 exec 3>/dev/null
/linux-4.4.14/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.4.14/tools/testing/selftests/firmware/
Dfw_userhelper.sh70 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
83 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
92 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
Dfw_filesystem.sh53 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
70 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
/linux-4.4.14/tools/testing/selftests/x86/
Dcheck_cc.sh10 if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then
/linux-4.4.14/scripts/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF
DMakefile223 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
224 || pkg-config --libs menu panel ncurses 2>/dev/null \
Dqconf.cc158 setText(noColIdx, QString::null); in updateMenu()
159 setText(modColIdx, QString::null); in updateMenu()
160 setText(yesColIdx, QString::null); in updateMenu()
280 setText(QString::null); in show()
/linux-4.4.14/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.4.14/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
59 make -C ex V=1 clean > /dev/null 2>&1
/linux-4.4.14/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.4.14/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.4.14/tools/power/acpi/
DMakefile.config63 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1…
/linux-4.4.14/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.4.14/tools/build/feature/
DMakefile52 …clude/slang -lslang $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) $(FLAGS_PERL_EMBED…
108 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
111 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
116 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
119 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/crypto/
Dauthenc.c36 struct crypto_blkcipher *null; member
188 .tfm = ctx->null, in crypto_authenc_copy_assoc()
322 struct crypto_blkcipher *null; in crypto_authenc_init_tfm() local
334 null = crypto_get_default_null_skcipher(); in crypto_authenc_init_tfm()
335 err = PTR_ERR(null); in crypto_authenc_init_tfm()
336 if (IS_ERR(null)) in crypto_authenc_init_tfm()
341 ctx->null = null; in crypto_authenc_init_tfm()
Dauthencesn.c39 struct crypto_blkcipher *null; member
186 .tfm = ctx->null, in crypto_authenc_esn_copy()
335 struct crypto_blkcipher *null; in crypto_authenc_esn_init_tfm() local
347 null = crypto_get_default_null_skcipher(); in crypto_authenc_esn_init_tfm()
348 err = PTR_ERR(null); in crypto_authenc_esn_init_tfm()
349 if (IS_ERR(null)) in crypto_authenc_esn_init_tfm()
354 ctx->null = null; in crypto_authenc_esn_init_tfm()
Daead.c297 ctx->null = crypto_get_default_null_skcipher(); in aead_init_geniv()
298 err = PTR_ERR(ctx->null); in aead_init_geniv()
299 if (IS_ERR(ctx->null)) in aead_init_geniv()
Dgcm.c53 struct crypto_blkcipher *null; member
1088 .tfm = ctx->null, in crypto_rfc4543_copy_src_to_dst()
1111 struct crypto_blkcipher *null; in crypto_rfc4543_init_tfm() local
1119 null = crypto_get_default_null_skcipher(); in crypto_rfc4543_init_tfm()
1120 err = PTR_ERR(null); in crypto_rfc4543_init_tfm()
1121 if (IS_ERR(null)) in crypto_rfc4543_init_tfm()
1125 ctx->null = null; in crypto_rfc4543_init_tfm()
Dechainiv.c116 .tfm = ctx->null, in echainiv_encrypt()
Dseqiv.c169 .tfm = ctx->null, in seqiv_aead_encrypt()
/linux-4.4.14/Documentation/mic/mpssd/
Dmpss89 ping -c 1 $ipaddr &> /dev/null
134 killall -9 mpssd 2>/dev/null
/linux-4.4.14/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.4.14/tools/testing/selftests/zram/
Dzram_lib.sh57 rmmod zram > /dev/null 2>&1
208 which mkfs.$fs > /dev/null 2>&1 || fs=ext2
227 mount /dev/zram$i zram$i > /dev/null || \
Dzram01.sh53 > /dev/null 2>&1 || break
/linux-4.4.14/tools/build/
DMakefile.feature10 … $(FEATURE_CHECK_LDFLAGS-$(1))" -C $(feature_dir) test-$1.bin >/dev/null 2>/dev/null && echo 1 || …
104 …GS)" LDFLAGS=$(LDFLAGS) -i -j -C $(feature_dir) $(addsuffix .bin,$(FEATURE_TESTS)) >/dev/null 2>&1)
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/x86/um/vdso/
Dcheckundef.sh4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-4.4.14/arch/x86/entry/vdso/
Dcheckundef.sh4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-basic3 args = kill >/dev/null 2>&1
Dtest-record-freq3 args = -F 100 kill >/dev/null 2>&1
Dtest-record-no-samples3 args = -n kill >/dev/null 2>&1
Dtest-record-graph-default3 args = -g kill >/dev/null 2>&1
Dtest-record-no-inherit3 args = -i 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-branch-any3 args = -b kill >/dev/null 2>&1
Dtest-record-graph-fp3 args = --call-graph fp kill >/dev/null 2>&1
Dtest-record-count3 args = -c 123 kill >/dev/null 2>&1
Dtest-record-period3 args = -c 100 -P kill >/dev/null 2>&1
Dtest-record-branch-filter-hv3 args = -j hv kill >/dev/null 2>&1
Dtest-record-branch-filter-u3 args = -j u kill >/dev/null 2>&1
Dtest-record-branch-filter-k3 args = -j k kill >/dev/null 2>&1
Dtest-record-branch-filter-ind_call3 args = -j ind_call kill >/dev/null 2>&1
Dtest-record-branch-filter-any3 args = -j any kill >/dev/null 2>&1
Dtest-record-branch-filter-any_ret3 args = -j any_ret kill >/dev/null 2>&1
Dtest-stat-no-inherit3 args = -i -e cycles kill >/dev/null 2>&1
Dtest-record-branch-filter-any_call3 args = -j any_call kill >/dev/null 2>&1
Dtest-record-no-delay3 args = -D 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.4.14/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.4.14/tools/perf/scripts/python/bin/
Dfailed-syscalls-by-pid-record3 perf record -e syscalls:sys_exit $@) 2> /dev/null
Dsctop-record3 perf record -e syscalls:sys_enter $@) 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
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.4.14/tools/perf/config/
DMakefile164 PYTHON_EMBED_LDOPTS := $(shell $(PYTHON_CONFIG_SQ) --ldflags 2>/dev/null)
165 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
418 …GS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
427 GTK_CFLAGS += $(shell $(PKG_CONFIG) --cflags gtk+-2.0 2>/dev/null)
428 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null)
439 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
442 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`
484 PYTHON_EMBED_LDOPTS := $(shell $(PYTHON_CONFIG_SQ) --ldflags 2>/dev/null)
487 PYTHON_EMBED_CCOPTS := $(shell $(PYTHON_CONFIG_SQ) --cflags 2>/dev/null)
DMakefile.arch2 ARCH := $(shell uname -m 2>/dev/null || echo not)
Dutilities.mak188 if ($(1)) >/dev/null 2>&1; \
198 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/tools/testing/selftests/breakpoints/
DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not)
/linux-4.4.14/scripts/package/
DMakefile76 which fakeroot >/dev/null 2>&1 && \
126 util/PERF-VERSION-GEN ../../$(perf-tar)/ 2>/dev/null); \
Dbuildtar129 if tar --owner=root --group=root --help >/dev/null 2>&1; then
Dbuilddeb227 email=$(id -nu)@$(hostname -f 2>/dev/null || hostname)
241 elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ]; then
/linux-4.4.14/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.4.14/include/crypto/internal/
Dgeniv.h23 struct crypto_blkcipher *null; member
/linux-4.4.14/drivers/hwtracing/intel_th/
Dgth.h27 TH_OUTPUT_PARM(null),
/linux-4.4.14/tools/power/cpupower/utils/
Dversion-gen.sh14 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux-4.4.14/tools/testing/selftests/ipc/
DMakefile1 uname_M := $(shell uname -m 2>/dev/null || echo not)
/linux-4.4.14/Documentation/EDID/
DMakefile23 @dos2unix $@ 2>/dev/null
/linux-4.4.14/tools/perf/Documentation/
Dperfconfig.example20 # Default, disable using /dev/null
Dperf-stat.txt94 --null::
95 null run - don't start any counters
135 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
/linux-4.4.14/arch/unicore32/lib/
Dstrncpy_from_user.S41 stb r3, [r0+], #0 @ null terminate
/linux-4.4.14/security/tomoyo/
DMakefile6 …stword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/policy/$(1).conf.default) /dev/null); \
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt44 [ -e /dev/null ] || mknod --mode=666 /dev/null c 1 3
/linux-4.4.14/Documentation/DocBook/
DMakefile113 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found)
120 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found)
Dz8530book.xml.db12 API-z8530-null-rx
/linux-4.4.14/arch/ia64/scripts/
Dtoolchain-flags46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/linux-4.4.14/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.4.14/tools/usb/
Dhcd-tests.sh50 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
/linux-4.4.14/arch/powerpc/
DMakefile39 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
360 if ! /bin/echo mftb 5 | $(AS) -v -mppc -many -o $(TOUT) >/dev/null 2>&1 ; then \
384 && $(LD) --version | head -1 | grep ' 2\.24$$' >/dev/null ; then \
/linux-4.4.14/arch/arc/lib/
Dstrcmp-archs.S54 ;; Find null byte
/linux-4.4.14/arch/mips/
DMakefile236 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
275 CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
302 ifeq ($(shell expr $(load-y) \< 0xffffffff80000000 2> /dev/null), 0)
/linux-4.4.14/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.4.14/tools/lib/bpf/
DMakefile178 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-4.4.14/arch/s390/boot/compressed/
DMakefile13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
/linux-4.4.14/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.4.14/drivers/staging/wlan-ng/
Dp80211netdev.h131 u32 null; member
/linux-4.4.14/drivers/dma/ioat/
Dhw.h86 unsigned int null:1; member
Dprep.c246 hw->ctl_f.null = 1; in __ioat_prep_xor_lock()
462 hw->ctl_f.null = 1; in __ioat_prep_pq_lock()
733 hw->ctl_f.null = 1; in ioat_prep_interrupt_lock()
/linux-4.4.14/drivers/net/plip/
DKconfig19 with "null printer" or "Turbo Laplink" cables which can transmit 4
/linux-4.4.14/arch/m68k/math-emu/
Dfp_decode.h368 1: printf PDECODE,"0" | null base displacement
390 1: printf PDECODE,"0" | null outer displacement
/linux-4.4.14/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.4.14/Documentation/scsi/
Ddtc3x80.txt39 of=/dev/null if=/dev/sdb". It reads ok for a while, then hangs.
/linux-4.4.14/Documentation/block/
Dnull_blk.txt6 The null block device (/dev/nullb*) is used for benchmarking the various
Dpr.txt68 is non-null. If no existing reservation exists old_key must be zero,
/linux-4.4.14/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.4.14/Documentation/kbuild/
Dkconfig-language.txt463 c7861f37b4c6 depends on A -> (null)
464 80c69915e5fb select A -> (null) (1)
468 8f057d7bca54 depends on A -> (null)
471 0c8b92f7f259 depends on A -> (null)
473 7453ea886e87 depends on A > (null) (1)
479 91e5d284a7f1 select A -> (null)
/linux-4.4.14/arch/blackfin/
DMakefile108 CHECKFLAGS_SILICON = $(shell echo "" | $(CPP) $(KBUILD_CFLAGS) -dD - 2>/dev/null | awk '$$2 == "__S…
/linux-4.4.14/fs/cramfs/
DREADME22 Filename. Not generally null-terminated, but it is
23 null-padded to a multiple of 4 bytes.
/linux-4.4.14/Documentation/
DSAK.txt72 daemon gpm < /dev/null
/linux-4.4.14/Documentation/arm/
Dmemory.txt75 00000000 00000fff CPU vector page / null pointer trap
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt40 spusa.root# dd bs=4 skip=64 count=1 if=/dev/fmc-0200 2> /dev/null | od -t x1z
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-floppy.1996-200212 * Fix potential null dereferencing with DEBUG_LOG.
/linux-4.4.14/Documentation/zh_CN/
Doops-tracing.txt53 (2)用串口终端启动(请参看Documentation/serial-console.txt),运行一个null
/linux-4.4.14/fs/nfsd/
Dnfs3acl.c260 PROC(null, void, void, void, RC_NOCACHE, ST),
Dnfs2acl.c366 PROC(null, void, void, void, RC_NOCACHE, ST),
/linux-4.4.14/arch/arm/lib/
Ddiv64.S119 @ Otherwise, if lower part is also null then we are done.
/linux-4.4.14/drivers/net/slip/
DKconfig14 serial connections such as telephone lines or null modem cables;
/linux-4.4.14/security/integrity/ima/
DKconfig55 hash, defined as 20 bytes, and a null terminated pathname,
/linux-4.4.14/arch/x86/boot/
DMakefile177 isohybrid $(obj)/image.iso 2>/dev/null || true
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt29 <pcie section data> | <null>
/linux-4.4.14/Documentation/security/
DIMA-templates.txt8 The pathname is a null terminated string, limited to 255 characters.
/linux-4.4.14/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.4.14/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.4.14/Documentation/cgroups/
Ddevices.txt26 /dev/null. Doing
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt26 ALGN(n) means padding with null bytes to an n-byte boundary
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S132 # find a lane with a non-null job

12