Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 25 of 27) sorted by relevance

12

/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'
/scripts/
Dgen_initramfs_list.sh54 dir /dev 0755 0 0
55 nod /dev/console 0600 0 0 c 5 1
128 local dev=`LC_ALL=C ls -l "${location}"`
129 local maj=`field 5 ${dev}`
130 local min=`field 6 ${dev}`
133 [ -b "${location}" ] && dev="b" || dev="c"
135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
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
Danalyze_suspend.py273 for dev in list:
274 d = list[dev]
294 for dev in list:
295 d = list[dev]
308 for dev in list:
309 d = list[dev]
434 dev = list[devname]
435 tmp[dev['start']] = devname
443 dev = phaselist[devname]
444 if(dev['end'] < 0):
[all …]
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…
147 $(CC) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
152 $(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 … | $* -S -x c -c -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2> /dev/null | grep -q "%gs"
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; \
352 $(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
/scripts/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF
DMakefile213 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
214 || pkg-config --libs menu panel ncurses 2>/dev/null \
225 if ! pkg-config --exists QtCore 2> /dev/null; then \
227 pkg-config --exists qt 2> /dev/null && pkg=qt; \
228 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
248 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
/scripts/selinux/
Dinstall_policy.sh65 mount --move /dev /mnt
66 $SF file_contexts /dev
67 mount --move /mnt /dev
/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

12