Home
last modified time | relevance | path

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

12

/linux-4.1.27/scripts/genksyms/
Dkeywords.hash.c_shipped2 … Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,3…
31 #line 4 "scripts/genksyms/keywords.gperf"
35 #line 8 "scripts/genksyms/keywords.gperf"
102 #line 35 "scripts/genksyms/keywords.gperf"
105 #line 15 "scripts/genksyms/keywords.gperf"
108 #line 16 "scripts/genksyms/keywords.gperf"
111 #line 27 "scripts/genksyms/keywords.gperf"
114 #line 19 "scripts/genksyms/keywords.gperf"
116 #line 18 "scripts/genksyms/keywords.gperf"
118 #line 20 "scripts/genksyms/keywords.gperf"
[all …]
/linux-4.1.27/scripts/kconfig/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
7 scripts/kconfig/mconf.c
8 scripts/kconfig/conf.c
9 scripts/kconfig/confdata.c
10 scripts/kconfig/gconf.c
[all …]
Dzconf.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'…
31 #line 10 "scripts/kconfig/zconf.gperf"
185 #line 25 "scripts/kconfig/zconf.gperf"
187 #line 36 "scripts/kconfig/zconf.gperf"
190 #line 26 "scripts/kconfig/zconf.gperf"
193 #line 29 "scripts/kconfig/zconf.gperf"
195 #line 31 "scripts/kconfig/zconf.gperf"
197 #line 20 "scripts/kconfig/zconf.gperf"
200 #line 32 "scripts/kconfig/zconf.gperf"
202 #line 35 "scripts/kconfig/zconf.gperf"
[all …]
D.zconf.tab.o.cmd1scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-poi…
3 source_scripts/kconfig/zconf.tab.o := scripts/kconfig/zconf.tab.c
51 scripts/kconfig/lkc.h \
56 scripts/kconfig/expr.h \
59 scripts/kconfig/list.h \
63 scripts/kconfig/lkc_proto.h \
64 scripts/kconfig/zconf.hash.c \
65 scripts/kconfig/zconf.lex.c \
85 scripts/kconfig/util.c \
86 scripts/kconfig/confdata.c \
[all …]
D.conf.cmd1 cmd_scripts/kconfig/conf := gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zco…
D.conf.o.cmd1scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer …
3 source_scripts/kconfig/conf.o := scripts/kconfig/conf.c
71 scripts/kconfig/lkc.h \
75 scripts/kconfig/expr.h \
78 scripts/kconfig/list.h \
81 scripts/kconfig/lkc_proto.h \
83 scripts/kconfig/conf.o: $(deps_scripts/kconfig/conf.o)
DMakefile62 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
111 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
/linux-4.1.27/
DMakefile349 scripts/Kbuild.include: ;
350 include scripts/Kbuild.include
363 GENKSYMS = scripts/genksyms/genksyms
411 KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds
449 $(Q)$(MAKE) $(build)=scripts/basic
453 scripts/basic/%: scripts_basic ;
462 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
469 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
471 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
538 $(Q)$(MAKE) $(build)=scripts/kconfig $@
[all …]
DREPORTING-BUGS54 perl scripts/get_maintainer.pl -f <filename>
100 First run the ver_linux script included as scripts/ver_linux, which
102 the command "sh scripts/ver_linux".
DKbuild77 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
/linux-4.1.27/scripts/package/
DMakefile34 MKSPEC := $(srctree)/scripts/package/mkspec
48 $(CONFIG_SHELL) $(srctree)/scripts/setlocalversion --save-scmversion
52 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
62 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
87 $(srctree)/scripts/package/builddeb
100 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
/linux-4.1.27/scripts/
DMakefile.build36 include scripts/Kbuild.include
53 include scripts/Makefile.lib
64 include scripts/Makefile.host
112 cmd_secanalysis = ; scripts/mod/modpost $@
224 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
226 recordmcount_source := $(srctree)/scripts/recordmcount.c \
227 $(srctree)/scripts/recordmcount.h
229 sub_cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
235 recordmcount_source := $(srctree)/scripts/recordmcount.pl
250 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
[all …]
DKbuild.include132 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
136 $(srctree)/scripts/gcc-version.sh -p $(CC))
159 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
168 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
171 build := -f $(srctree)/scripts/Makefile.build obj
174 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
177 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
180 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
183 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
186 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
[all …]
DMakefile.modpost43 include scripts/Kbuild.include
57 include scripts/Makefile.lib
72 modpost = scripts/mod/modpost \
Ddecode_stacktrace.sh74 local scripts=`dirname "${BASH_SOURCE[0]}"`
76 echo "$1" | $scripts/decodecode
D.docproc.cmd1 …D,scripts/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=…
3 source_scripts/docproc := scripts/docproc.c
80 scripts/docproc: $(deps_scripts/docproc)
DMakefile.modbuiltin15 include scripts/Kbuild.include
27 include scripts/Makefile.lib
DMakefile.fwinst15 include scripts/Kbuild.include
18 include scripts/Makefile.host
DMakefile.headersinst24 include scripts/Kbuild.include
109 $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE
119 $(check-file): scripts/headers_check.pl $(output-files) FORCE
Dlink-vmlinux.sh97 scripts/kallsyms ${kallsymopt} | \
110 ${objtree}/scripts/sortextable ${1}
Dheaders_install.sh41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
DMakefile.asm-generic11 include scripts/Kbuild.include
DMakefile.modsign8 include scripts/Kbuild.include
Dmodule-common.lds3 * Archs are free to supply their own linker scripts. ld will
DMakefile.modinst8 include scripts/Kbuild.include
DMakefile.dtbinst20 include scripts/Kbuild.include
DMakefile.clean10 include scripts/Kbuild.include
Dcoccicheck174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
DMakefile.lib287 $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
383 sh $(srctree)/scripts/xz_wrap.sh && \
/linux-4.1.27/scripts/gdb/linux/
DMakefile1 always := gdb-scripts
5 $(obj)/gdb-scripts:
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt33 scripts via 'perf script -l'. As such, this script also shows how to
35 scripts listed by that command.
83 general-purpose scripts to drill down and get more detail about
132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
219 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
282 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
332 writing a couple of very simple shell scripts and putting them in the
334 scripts listed by the 'perf script -l' command e.g.:
338 List of available trace scripts:
349 scripts, one for recording and one for 'reporting'.
[all …]
Dperf-script-perl.txt30 You can also look at the existing scripts in
31 ~/libexec/perf-core/scripts/perl for typical examples showing how to
119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
133 gives scripts a chance to do setup tasks:
142 processed and gives scripts a chance to do end-of-script tasks, such
177 These functions provide some essential functions to user scripts.
191 common, but need to be made accessible to user scripts nonetheless.
Dperf-script.txt26 You can also run a set of pre-canned scripts that aggregate and
27 summarize the raw trace data in various ways (the list of scripts is
29 record and run those scripts:
71 information on how to write and run your own trace scripts.
88 Display a list of available trace scripts.
103 normally use -a by default, while scripts run with a <command>
Dperf-test.txt16 also will look for a directory with more tests in the form of scripts.
Dperf-bench.txt40 processing by scripts.
DMakefile1 include ../../scripts/Makefile.include
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt20 'newinstance' option (as in current start-up scripts) the new mount binds
61 and no change is needed to system-startup scripts.
64 administrators or startup scripts should "redirect" open of /dev/ptmx to
81 But this method requires that system-startup scripts set the mode of
82 /dev/pts/ptmx correctly (default mode is 0000). The scripts can set the
89 startup scripts have not yet been updated, container-startup scripts
93 Or, in general, container-startup scripts should use:
/linux-4.1.27/arch/mips/cavium-octeon/
DMakefile12 CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt
13 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/Documentation/dvb/
Dudev.txt21 dir where udev can execute it, most likely /etc/udev/scripts/
23 So, create a new file /etc/udev/scripts/dvb.sh and add the following:
38 KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
45 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/linux-4.1.27/tools/perf/
DMakefile.perf1 include ../scripts/Makefile.include
485 $(call QUIET_INSTALL, perl-scripts) \
487 …$(INSTALL) scripts/perl/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/s…
488 $(INSTALL) scripts/perl/*.pl -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl'; \
490 $(INSTALL) scripts/perl/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl/bin'
493 $(call QUIET_INSTALL, python-scripts) \
496 …$(INSTALL) scripts/python/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)…
497 $(INSTALL) scripts/python/*.py -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python'; \
498 $(INSTALL) scripts/python/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin'
DBuild42 libperf-y += scripts/
DMANIFEST2 tools/scripts
/linux-4.1.27/drivers/of/
DMakefile20 CFLAGS_fdt.o = -I$(src)/../../scripts/dtc/libfdt
21 CFLAGS_fdt_address.o = -I$(src)/../../scripts/dtc/libfdt
/linux-4.1.27/Documentation/
Dcoccinelle.txt46 front-end in the 'scripts' directory.
83 sub-directories of 'scripts/coccinelle' to the entire Linux kernel.
129 make C=1 CHECK="scripts/coccicheck"
133 make C=2 CHECK="scripts/coccicheck"
138 This runs every semantic patch in scripts/coccinelle by default. The
167 sub-directories of 'scripts/coccinelle/'.
180 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
218 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
262 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
297 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
Dkernel-doc-nano-HOWTO.txt17 a few simple conventions. The scripts/kernel-doc perl script, some
42 Only comments so marked will be considered by the kernel-doc scripts,
119 - scripts/kernel-doc
131 - scripts/basic/docproc.c
169 $ scripts/kernel-doc -man $(find -name '*.c') | split-man.pl /tmp/man
170 $ scripts/kernel-doc -man $(find -name '*.h') | split-man.pl /tmp/man
202 $ scripts/kernel-doc -man -function fn file | nroff -man | less
206 $ scripts/kernel-doc -text -function fn file
Dmodule-signing.txt73 scripts/sign-file
180 To manually sign a module, use the scripts/sign-file tool available in
190 scripts/sign-file sha512 kernel-signkey.priv \
Dgdb-kernel-debugging.txt7 kernel provides a collection of helper scripts that can simplify typical
49 Note: Some distros may restrict auto-loading of gdb scripts to known safe
Dinit.txt34 dependencies). And before tackling scripts, better first test a simple
Dunicode.txt163 fictional and artificial scripts has been established by John Cowan
171 wish to encode fictional scripts use these codes, in the interest of
DSAK.txt77 lines in its rc.sysinit and rc scripts:
DSubmitChecklist31 patch style checker prior to submission (scripts/checkpatch.pl).
Dxz.txt42 scripts/xz_wrap.sh is a wrapper for the xz command line tool found
Dbinfmt_misc.txt82 You may want to add the binary formats in one of your /etc/rc scripts during
Dmemory-hotplug.txt85 (However, if you writes udev's hotplug scripts for memory hotplug, these
210 But scripts for memory hotplug are not contained in generic udev package(now).
Djava.txt402 new scripts by Colin J. Watson <cjw44@cam.ac.uk>
Demail-clients.txt48 This breaks many scripts that read and apply the patches.
/linux-4.1.27/arch/ia64/
DMakefile33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
34 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
78 -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $<
/linux-4.1.27/arch/metag/
DMakefile71 %.dtb %.dtb.S %.dtb.o: scripts
74 dtbs: scripts
/linux-4.1.27/scripts/basic/
D.fixdep.cmd1 …,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-point…
3 source_scripts/basic/fixdep := scripts/basic/fixdep.c
95 scripts/basic/fixdep: $(deps_scripts/basic/fixdep)
/linux-4.1.27/Documentation/security/
DSELinux.txt8 scripts/selinux. Note that this requires the selinux
20 cd scripts/selinux
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME9 that scripts may want to use. Context.pm contains the Perl->C
10 interface that allows scripts to access data in the embedding perf
11 executable; scripts wishing to do that should 'use Context.pm'.
/linux-4.1.27/arch/arm64/
DMakefile73 %.dtb: scripts
78 dtbs: prepare scripts
/linux-4.1.27/tools/perf/scripts/python/bin/
Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
Dsctop-report24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
Dexport-to-postgresql-report29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
/linux-4.1.27/tools/perf/scripts/perl/bin/
Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
Drwtop-report20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
/linux-4.1.27/arch/arc/
DMakefile105 %.dtb %.dtb.S %.dtb.o: scripts
108 dtbs: scripts
/linux-4.1.27/arch/um/os-Linux/skas/
DMakefile10 include arch/um/scripts/Makefile.rules
/linux-4.1.27/fs/hostfs/
DMakefile11 include arch/um/scripts/Makefile.rules
/linux-4.1.27/tools/hv/
Dhv_set_ifconfig.sh58 cp $1 /etc/sysconfig/network-scripts/
/linux-4.1.27/arch/um/kernel/skas/
DMakefile15 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/x86/um/os-Linux/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.1.27/Documentation/DocBook/
D.lsm.xml.cmd1 cmd_Documentation/DocBook/lsm.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/lsm.tmp…
D.writing_musb_glue_layer.xml.cmd1 cmd_Documentation/DocBook/writing_musb_glue_layer.xml := SRCTREE=./ ./scripts/docproc doc Documenta…
D.writing_usb_driver.xml.cmd1 cmd_Documentation/DocBook/writing_usb_driver.xml := SRCTREE=./ ./scripts/docproc doc Documentation/…
D.media_api.xml.cmd1 cmd_Documentation/DocBook/media_api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/m…
D.kgdb.xml.cmd1 cmd_Documentation/DocBook/kgdb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kgdb.t…
D.kernel-hacking.xml.cmd1 cmd_Documentation/DocBook/kernel-hacking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.uio-howto.xml.cmd1 cmd_Documentation/DocBook/uio-howto.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/u…
D.debugobjects.xml.cmd1 cmd_Documentation/DocBook/debugobjects.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.librs.xml.cmd1 cmd_Documentation/DocBook/librs.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/librs…
D.deviceiobook.xml.cmd1 cmd_Documentation/DocBook/deviceiobook.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.z8530book.xml.cmd1 cmd_Documentation/DocBook/z8530book.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/z…
D.writing-an-alsa-driver.xml.cmd1 cmd_Documentation/DocBook/writing-an-alsa-driver.xml := SRCTREE=./ ./scripts/docproc doc Documentat…
D.kernel-locking.xml.cmd1 cmd_Documentation/DocBook/kernel-locking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.regulator.xml.cmd1 cmd_Documentation/DocBook/regulator.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/r…
D.tracepoint.xml.cmd1 cmd_Documentation/DocBook/tracepoint.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.libata.xml.cmd1 cmd_Documentation/DocBook/libata.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/liba…
D.mtdnand.xml.cmd1 cmd_Documentation/DocBook/mtdnand.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/mtd…
D.genericirq.xml.cmd1 cmd_Documentation/DocBook/genericirq.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.w1.xml.cmd1 cmd_Documentation/DocBook/w1.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/w1.tmpl …
D.sh.xml.cmd1 cmd_Documentation/DocBook/sh.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/sh.tmpl …
D.rapidio.xml.cmd1 cmd_Documentation/DocBook/rapidio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/rap…
D.usb.xml.cmd1 cmd_Documentation/DocBook/usb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/usb.tmp…
D.s390-drivers.xml.cmd1 cmd_Documentation/DocBook/s390-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.gadget.xml.cmd1 cmd_Documentation/DocBook/gadget.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gadg…
D.scsi.xml.cmd1 cmd_Documentation/DocBook/scsi.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/scsi.t…
D.filesystems.xml.cmd1 cmd_Documentation/DocBook/filesystems.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook…
DMakefile67 KERNELDOC = $(srctree)/scripts/kernel-doc
68 DOCPROC = $(objtree)/scripts/docproc
D.networking.xml.cmd1 cmd_Documentation/DocBook/networking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.alsa-driver-api.xml.cmd1 cmd_Documentation/DocBook/alsa-driver-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/Doc…
D.kernel-api.xml.cmd1 cmd_Documentation/DocBook/kernel-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.crypto-API.xml.cmd1 cmd_Documentation/DocBook/crypto-API.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.device-drivers.xml.cmd1 cmd_Documentation/DocBook/device-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.drm.xml.cmd1 cmd_Documentation/DocBook/drm.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/drm.tmp…
D.80211.xml.cmd1 cmd_Documentation/DocBook/80211.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/80211…
/linux-4.1.27/arch/um/os-Linux/drivers/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.1.27/tools/perf/ui/browsers/
DBuild4 libperf-y += scripts.o
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt9 Also you can store blinking sequences as "scripts" in
48 b) Sysfs group to control rgb, fade, hsb, scripts ...
/linux-4.1.27/scripts/dtc/
Dupdate-dtc-source.sh31 DTC_LINUX_PATH=`pwd`/scripts/dtc
/linux-4.1.27/arch/mips/mti-sead3/
DMakefile19 CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/arch/ia64/kernel/
DMakefile104 sed -f $(srctree)/arch/$(SRCARCH)/scripts/pvcheck.sed $< > $@
107 $(obj)/pvchk-sed-%.s: $(src)/%.S $(srctree)/arch/$(SRCARCH)/scripts/pvcheck.sed FORCE
/linux-4.1.27/drivers/tty/vt/
DMakefile15 cmd_conmk = scripts/conmakehash $< > $@
/linux-4.1.27/init/
DMakefile35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
/linux-4.1.27/tools/testing/selftests/ftrace/
DREADME5 shell scripts for testing. Feel free to add new test cases.
73 There are some sample test scripts for result code under samples/.
/linux-4.1.27/drivers/mfd/
Dtwl4030-power.c570 err = load_twl4030_script(pdata->scripts[i], address); in twl4030_power_configure_scripts()
573 address += pdata->scripts[i]->size; in twl4030_power_configure_scripts()
725 .scripts = omap3_reset_scripts,
814 .scripts = omap3_idle_scripts,
826 .scripts = omap3_idle_scripts,
/linux-4.1.27/Documentation/device-mapper/
Ddelay.txt13 Example scripts
Dlinear.txt14 Example scripts
Dstriped.txt22 Example scripts
Ddm-crypt.txt79 Example scripts
/linux-4.1.27/security/tomoyo/
DMakefile6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
/linux-4.1.27/arch/um/os-Linux/
DMakefile20 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/x86/purgatory/
DMakefile21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
/linux-4.1.27/drivers/firmware/efi/libstub/
DMakefile27 CFLAGS_fdt.o += -I$(srctree)/scripts/dtc/libfdt/
/linux-4.1.27/tools/lib/api/
DMakefile1 include ../../scripts/Makefile.include
/linux-4.1.27/tools/testing/ktest/examples/include/
Ddefaults.conf67 SCRIPTS_DIR := ${THIS_DIR}/scripts
/linux-4.1.27/security/selinux/
DMakefile21 cmd_flask = scripts/selinux/genheaders/genheaders $(obj)/flask.h $(obj)/av_permissions.h
/linux-4.1.27/arch/um/kernel/
DMakefile26 include arch/um/scripts/Makefile.rules
/linux-4.1.27/usr/
DMakefile41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
/linux-4.1.27/arch/x86/um/
DMakefile45 include arch/um/scripts/Makefile.rules
/linux-4.1.27/Documentation/networking/
Dpktgen.txt96 as defined in the sample scripts.
195 Sample scripts
198 A collection of small tutorial scripts for pktgen is in the
228 To avoid breaking existing testbed scripts for using AH type and tunnel mode,
Ddl2k.txt52 located at /etc/sysconfig/network-scripts or create it manually.
167 3. Locate the network configuration scripts, normally the
168 /etc/sysconfig/network-scripts directory, and create a configuration
Digbvf.txt53 http://downloadcenter.intel.com/scripts-df-external/Support_Intel.aspx
De100.txt48 http://downloadfinder.intel.com/scripts-df/support_intel.asp
98 startup scripts and/or configuration files. Many popular Linux
Dbonding.txt934 initialization scripts, or manually using either iproute2 or the
936 network initialization scripts: initscripts, sysconfig or interfaces.
943 bonding without support from the network initialization scripts (i.e.,
960 package that provides your network initialization scripts.
1105 writing, this does not function for bonding devices; the scripts
1121 Because the sysconfig scripts supply the bonding module
1131 initialization scripts have knowledge of bonding, and can be configured to
1142 /etc/sysconfig/network-scripts
1146 for eth0 would be named /etc/sysconfig/network-scripts/ifcfg-eth0.
1165 script will be /etc/sysconfig/network-scripts/ifcfg-bondX where X is
[all …]
Dixgb.txt248 NOTE: Unless these scripts are added to the boot process, these changes will
278 scripts and/or configuration files. Many popular Linux distributions ship
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
/linux-4.1.27/drivers/video/logo/
DMakefile40 pnmtologo := scripts/pnmtologo
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt25 service start/stop init scripts.
101 collecting the dump from user land scripts (e.g. kdump scripts)
150 infrastructure (kdump scripts) to save the dump works fine with
183 This interface can be used by kdump init scripts to identify if
Deeh-pci-error-recovery.txt177 user-space scripts that might issue commands such as "ifdown eth0"
179 hoping to give the user-space scripts enough time to complete.
190 events get delivered to user-space scripts.
/linux-4.1.27/arch/x86/syscalls/
DMakefile53 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
/linux-4.1.27/Documentation/w1/slaves/
Dw1_ds240620 driver ORs this state with 0x30, so shell scripts get an ASCII 0/1/2/3 to
/linux-4.1.27/tools/
DMakefile1 include scripts/Makefile.include
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx272 are claimed by the manuals to be able to execute SCSI scripts just
284 the original FreeBSD one as well. The SCSI scripts has been fixed
420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.
421 64 segments are moved from on-chip RAM scripts.
427 scripts in parallel with the SCSI core performing selection.
452 the scripts to jump directly to the CCB on reselection instead
472 - remove some useless scripts instructions.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt4 to control the power resources, including power scripts. For now, the
/linux-4.1.27/Documentation/early-userspace/
DREADME69 scripts/gen_initramfs_list.sh. This means that CONFIG_INITRAMFS_SOURCE
74 specified as an argument to scripts/gen_initramfs_list.sh then the
79 See also 'scripts/gen_initramfs_list.sh -h'.
/linux-4.1.27/fs/
DKconfig.binfmt69 tristate "Kernel support for scripts starting with #!"
72 Say Y here if you want to execute interpreted scripts starting with
76 gets loaded, you cannot run scripts. Thus, if you want to load this
/linux-4.1.27/arch/um/drivers/
DMakefile67 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/powerpc/boot/
Dwrapper49 MKIMAGE=$srctree/scripts/mkuboot.sh
54 dtc=scripts/dtc/dtc
DMakefile149 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh107 echo Do the torture scripts know about your architecture?
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt20 scripts firmware
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches157 ( scripts/checkpatch.pl )を利用してパッチをチェックすべきです。
625 投稿するより前にパッチのスタイルチェッカー( scripts/checkpatch.pl )で
/linux-4.1.27/arch/sh/configs/
Dedosk7760_defconfig24 CONFIG_CMDLINE="mem=64M console=ttySC2,115200 root=/dev/nfs rw nfsroot=192.168.0.3:/scripts/filesys…
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle390 Documentation/kernel-doc-nano-HOWTO.txt和scripts/kernel-doc以获得详细信息。
444 (代表“K&R,8个字符缩进”),或者使用“scripts/Lindent”,这样就可以以最时髦的方式
Doops-tracing.txt91 另外,你可以用scripts/decodecode这个shell脚本。它的使用方法是:
/linux-4.1.27/arch/arm/
DMakefile321 %.dtb: | scripts
326 dtbs: prepare scripts
/linux-4.1.27/Documentation/usb/
Dhotplug.txt27 shell scripts that dispatch to more familiar administration tools.
78 modules, and can invoke driver-specific setup scripts. The newest ones
Dusbmon.txt141 is present anyway to help scripts with parsing. When an error occurs, the
146 present because it is never a number. Thus if scripts find a set of numbers
/linux-4.1.27/arch/mips/
DMakefile369 %.dtb %.dtb.S %.dtb.o: | scripts
373 dtbs: scripts
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt42 --- 6.9 Preprocessing linker scripts
63 scripts/Makefile.* common rules etc. for all kbuild Makefiles.
83 scripts/Makefile.* contains all the definitions/rules etc. that
636 #scripts/lxdialog/Makefile
653 #scripts/kconfig/Makefile
664 #scripts/kconfig/Makefile
678 #scripts/lxdialog/Makefile
691 #scripts/kconfig/Makefile
721 #scripts/lxdialog/Makefile
733 #scripts/Makefile
[all …]
Dkconfig.txt27 scripts/diffconfig .config.old .config | less
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt37 # Note that this only becomes /dev on the real filesystem if udev's scripts
/linux-4.1.27/Documentation/devicetree/bindings/
Dsubmitting-patches.txt15 and Cc: the DT maintainers. Use scripts/get_maintainer.pl to identify
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile86 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
/linux-4.1.27/Documentation/fault-injection/
Dnotifier-error-inject.txt98 These scripts first do simple online and offline tests and then do fault
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt49 before returning. For example, the following scripts wait for 42 tests
/linux-4.1.27/kernel/
DMakefile110 … "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo…
/linux-4.1.27/arch/powerpc/kernel/
DMakefile5 CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/drivers/staging/unisys/Documentation/
Dproc-entries.txt17 /proc/visorchipset/chipsetready: This entry is written to by scripts
/linux-4.1.27/arch/x86/
DMakefile112 cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
/linux-4.1.27/tools/usb/usbip/
DREADME28 0. Generate configuration scripts.
DINSTALL174 If you want to set default values for `configure' scripts to share, you
180 A warning: not all `configure' scripts look for a site script.
/linux-4.1.27/lib/
DMakefile163 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
/linux-4.1.27/Documentation/isdn/
DREADME.gigaset204 configuration files and chat scripts in the gigaset-VERSION/ppp directory
385 If you solved a problem with our drivers, wrote startup scripts for your
387 mentioned in 3.3.). We'd like to add scripts, hints, documentation
DREADME.avmb1178 German documentation and several scripts can be found at
DREADME.diversion100 As the diversion services are currently not included in the scripts of most
DREADME.x25177 The scripts distributed with the eftp4linux test releases might also
/linux-4.1.27/include/linux/i2c/
Dtwl.h672 struct twl4030_script **scripts; member
/linux-4.1.27/arch/powerpc/
DMakefile269 %.dtb: scripts
/linux-4.1.27/Documentation/sound/oss/
Dmwave127 The doc=yes parameter is an environment variable used by my init scripts, not
/linux-4.1.27/Documentation/aoe/
Daoe.txt20 The scripts in this Documentation/aoe directory are intended to
/linux-4.1.27/drivers/net/
DKconfig305 to use this module, as it needs special ppp scripts for establishing
306 a connection. Further documentation and the necessary scripts can be
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt239 See scripts/recordmcount.pl for more info. Just fill in the arch-specific
349 by the scripts/recordmcount.pl during build time.
/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt31 to write their own scripts, the fields are described here.
/linux-4.1.27/Documentation/serial/
Drocket.txt37 There is a set of utilities and scripts provided with the external driver
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt54 scripts automatically turn off laptop mode when the battery almost runs out,
227 Configuration file for control and ACPI battery scripts
230 This allows the tunables to be changed for the scripts via an external
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c946 .scripts = twl4030_scripts,
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt430 would write such scripts is somewhat beyond the scope of this manual,
432 general idea of what such scripts can do.
436 simplicity, we'll call them punc0, punc1, punc2, and punc3. The scripts
467 If you were to store these four small scripts in a directory in your
474 I should note that the above scripts were written to work with bash, but
655 Replace init.d with rc.d, if your distribution uses scripts located under
659 daemons are started by the bootup scripts.

12