Home
last modified time | relevance | path

Searched refs:install (Results 1 – 200 of 264) sorted by relevance

12

/linux-4.4.14/arch/mn10300/boot/
Dinstall.sh26 install -c -m 0755 $2 $4/vmlinuz
27 install -c -m 0755 $5 $4/boot.rom
28 install -c -m 0755 -d $4/../usr/include/linux
31 install -c -m 0644 $i $4/../usr/include/linux
33 install -c -m 0755 -d $4/../usr/include/linux/byteorder
36 install -c -m 0644 $i $4/../usr/include/linux/byteorder
38 install -c -m 0755 -d $4/../usr/include/linux/lockd
41 install -c -m 0644 $i $4/../usr/include/linux/lockd
43 install -c -m 0755 -d $4/../usr/include/linux/netfilter_ipv4
46 install -c -m 0644 $i $4/../usr/include/linux/netfilter_ipv4
[all …]
/linux-4.4.14/tools/power/x86/turbostat/
DMakefile22 install : turbostat target
23 install -d $(DESTDIR)$(PREFIX)/bin
24 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
25 install -d $(DESTDIR)$(PREFIX)/share/man/man8
26 install turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux-4.4.14/tools/
DMakefile90 $(call descend,power/$(@:_install=),install)
93 $(call descend,power/$(@:_install=),install)
96 $(call descend,$(@:_install=),install)
99 $(call descend,testing/$(@:_clean=),install)
102 $(call descend,power/x86/$(@:_install=),install)
105 $(call descend,thermal/$(@:_install=),install)
108 $(call descend,laptop/$(@:_install=),install)
110 install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ target
/linux-4.4.14/tools/perf/
DMakefile.perf142 INSTALL = install
279 install-gtk: $(OUTPUT)libperf-gtk.so
423 install-traceevent-plugins: $(LIBTRACEEVENT)
472 INSTALL_DOC_TARGETS := $(patsubst %,install-%,$(DOC_TARGETS)) try-install-man
473 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
513 install-gtk:
515 install-tools: all install-gtk
559 install-tests: all install-gtk
566 install-bin: install-tools install-tests
568 install: install-bin try-install-man install-traceevent-plugins
[all …]
/linux-4.4.14/arch/arm/boot/
DMakefile98 install: target
99 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
103 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
107 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
111 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
115 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" \
/linux-4.4.14/tools/testing/selftests/
DMakefile73 INSTALL_PATH ?= install
77 install: target
82 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
100 $(error Error: set INSTALL_PATH to use install)
108 .PHONY: install
Dlib.mk22 install: all
26 $(error Error: set INSTALL_PATH to use install)
38 .PHONY: run_tests all clean install emit_tests
Dkselftest_install.sh34 INSTALL_PATH=$install_dir make install
/linux-4.4.14/tools/net/
DMakefile32 install : target
33 install bpf_jit_disasm $(prefix)/bin/bpf_jit_disasm
34 install bpf_dbg $(prefix)/bin/bpf_dbg
35 install bpf_asm $(prefix)/bin/bpf_asm
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
DMakefile8 install : target
9 install x86_energy_perf_policy ${DESTDIR}/usr/bin/
10 install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
/linux-4.4.14/arch/tile/
DMakefile68 install: target
69 install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
70 install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
71 install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-4.4.14/Documentation/mic/mpssd/
DMakefile18 install: target
19 install mpssd /usr/sbin/mpssd
20 install micctrl /usr/sbin/micctrl
/linux-4.4.14/tools/power/cpupower/debug/kernel/
DMakefile18 install: default target
19 install -d $(KMISC)
20 install -m 644 -c *.ko $(KMISC)
/linux-4.4.14/tools/perf/Documentation/
DMakefile53 INSTALL?=install
60 INSTALL_INFO=install-info
179 install: install-man target
186 do-install-man: man
195 install-man: check-man-tools man
198 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
200 DO_INSTALL_MAN = do-install-man
203 try-install-man: $(DO_INSTALL_MAN)
205 install-info: info
216 install-pdf: pdf
Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
Dperf-script-python.txt379 the script will be copied by 'make install' when you install perf.
380 For the installation to install your script there, your script needs
397 Once you've done that (don't forget to do a new 'make install',
Dperf-trace.txt142 For symbols resolution you may need to install debugging symbols.
/linux-4.4.14/scripts/
DMakefile.headersinst33 install-file := $(installdir)/.install
105 __headersinst: $(subdirs) $(install-file)
108 targets += $(install-file)
109 $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE
112 $(call if_changed,install)
DMakefile.dtbinst38 install-dir = $(patsubst $(dtbinst-root)%,$(INSTALL_DTBS_PATH)%,$(obj))
43 $(call cmd,dtb_install,$(install-dir))
DMakefile.fwinst8 INSTALL := install
44 $(call cmd,install)
/linux-4.4.14/tools/perf/config/
DMakefile120 dummy := $(error Error: $(FLEX) is missing on this system, please install it)
124 dummy := $(error Error: $(BISON) is missing on this system, please install it)
251 …lf found, disables 'probe' tool and BPF support in 'perf record', please install elfutils-libelf-d…
261 msg := $(error No static glibc found, please install glibc-static);
263 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]);
270 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and…
274 ….h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-deve…
332 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_…
339 …msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor…
391 …msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or li…
[all …]
/linux-4.4.14/tools/power/acpi/
DMakefile.rules28 install-tools:
34 install: all install-tools $(EXTRA_INSTALL)
DMakefile15 install: acpidump_install ec_install target
23 $(call descend,tools/$(@:_install=),install)
DMakefile.config48 INSTALL = /usr/bin/install -c
/linux-4.4.14/tools/power/cpupower/debug/x86_64/
DMakefile9 INSTALL = /usr/bin/install
25 install: target
30 .PHONY: all default clean install
/linux-4.4.14/arch/arm64/boot/
DMakefile37 install: $(obj)/Image target
38 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
42 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
/linux-4.4.14/arch/frv/boot/
DMakefile63 install: $(CONFIGURE) Image target
64 sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"
67 sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/parisc/
DMakefile117 INSTALL_TARGETS = zinstall install
127 install: target
128 $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \
131 $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \
/linux-4.4.14/arch/x86/um/vdso/
DMakefile7 vdso-install-$(VDSO64-y) += vdso.so
85 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
89 PHONY += vdso_install $(vdso-install-y)
90 vdso_install: $(vdso-install-y)
/linux-4.4.14/tools/perf/tests/
Dmake55 make_install := install
56 make_install_bin := install-bin
57 make_install_doc := install-doc
58 make_install_man := install-man
59 make_install_html := install-html
60 make_install_info := install-info
61 make_install_pdf := install-pdf
62 make_install_prefix := install prefix=/tmp/krava
63 make_install_prefix_slash := install prefix=/tmp/krava/
108 # FIXME 'install-*' commented out till they're fixed
/linux-4.4.14/tools/power/cpupower/debug/i386/
DMakefile9 INSTALL = /usr/bin/install
34 install: target
41 .PHONY: all default clean install
/linux-4.4.14/tools/laptop/freefall/
DMakefile3 INSTALL ?= install
16 install: freefall target
/linux-4.4.14/Documentation/DocBook/
DMakefile65 xargs install -m 644 -t /usr/local/man/man9/
167 (echo "*** You need to install xmlto ***"; \
178 (echo "*** You need to install xmlto ***"; \
191 (echo "*** You need to install transfig ***"; \
200 (echo "*** You need to install transfig ***"; \
/linux-4.4.14/Documentation/security/
DSELinux.txt2 to use the distro-provided policies, or install the
6 However, if you want to install a dummy policy for
26 dummy in /etc/selinux/config, install the compiled policy
/linux-4.4.14/arch/x86/boot/
Dinstall.sh54 elif [ -x /etc/lilo/install ]; then
55 /etc/lilo/install
DMakefile185 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
187 install: target
188 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-kim11 dameon and opens the device when install is requested.
23 daemon when the ldisc install is requested.
35 What: /sys/devices/platform/kim/install
43 configuring baud and install line discipline via this sysfs
/linux-4.4.14/tools/testing/selftests/futex/
DMakefile17 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
20 $(MAKE) -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
/linux-4.4.14/arch/s390/boot/
DMakefile24 install: $(CONFIGURE) $(obj)/bzImage target
25 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
/linux-4.4.14/tools/power/acpi/tools/acpidump/
DMakefile14 EXTRA_INSTALL = install-man
50 install-man: ../../man/acpidump.8
/linux-4.4.14/Documentation/sound/oss/
DTropez+10 pre-install wavefront modprobe "-k" "cs4232"
11 post-install wavefront modprobe "-k" "opl3"
DPSS35 /etc/sound/pss_synth. This is the firmware file from the DOS install disks.
37 genmidi.ld on newer DOS driver install disks and synth.ld on older ones.
DIntroduction117 5. Make the kernel (e.g., make bzImage), and install the kernel.
119 6. Make the modules and install them (make modules; make modules_install).
426 pre-install bttv modprobe tuner ; modprobe tvmixer
427 pre-install tvmixer modprobe msp3400; modprobe tvaudio
DOpti79 install mad16 /sbin/modprobe -i mad16 && /sbin/ad1848_mixer_reroute 14 8 15 3 16 6
119 post-install mad16 /sbin/ad1848_mixer_reroute 14 8 15 3 16 6
DSoundPro84 post-install sound modprobe -k ad1848; modprobe -k mpu401; modprobe -k opl3
DREADME.modules32 install sb /sbin/modprobe -i sb && /sbin/modprobe adlib_card
/linux-4.4.14/arch/nios2/boot/
DMakefile58 install: target
59 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset3 What: install/error
13 What: install/remainingsteps
22 What: install/textid
32 What: install/boottotool
43 What: install/toolaction
/linux-4.4.14/arch/sparc/boot/
DMakefile73 install: target
74 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/zImage \
/linux-4.4.14/arch/avr32/boot/images/
DMakefile53 install: $(BOOTIMAGE) target
54 sh $(srctree)/install-kernel.sh $<
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME36 Building perf with perf script Perl scripting should install this
40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
/linux-4.4.14/drivers/usb/atm/
DKconfig25 modem. In order to use your modem you will need to install the
38 install the firmware, extracted by the user space tools; see
50 install firmwares and CMV (Command Management Variables); see
/linux-4.4.14/Documentation/zh_CN/
Dbasic_profiling.txt28 对于linux系统来说,配置vmlinuz最容易的方法可能就是使用“make install”,然后修改
54 make install
Dsparse.txt83 make install
/linux-4.4.14/arch/blackfin/
DMakefile145 PHONY += $(BOOT_TARGETS) install
153 install: target
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt118 Install script called when using "make install".
125 $4 - default install path (use root directory if blank)
127 The implementation of "make install" is architecture specific
135 Specify where to install modules.
157 INSTALL_FW_PATH specifies where to install the firmware blobs.
166 INSTALL_HDR_PATH specifies where to install user space headers when
D00-INDEX14 - how to build modules and to install them
Dheaders_install.txt36 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
/linux-4.4.14/tools/lib/lockdep/
DMakefile22 INSTALL = install
149 install: install_lib target
/linux-4.4.14/arch/avr32/
DMakefile48 .PHONY: $(BOOT_TARGETS) install
66 install: vmlinux target
/linux-4.4.14/tools/lib/bpf/
DMakefile25 INSTALL = install
172 install: install_lib target
/linux-4.4.14/arch/blackfin/boot/
DMakefile70 install: target
71 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/tools/testing/nvdimm/
DMakefile6 install: default target
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt80 install command. For example, add the following entry to
83 install snd-mixart /sbin/modprobe --first-time -i snd-mixart && \
85 (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
/linux-4.4.14/arch/mips/
DMakefile387 install: target
388 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
390 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
392 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
393 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-4.4.14/Documentation/
Dbasic_profiling.txt9 It is probably easiest to use "make install" for linux and hack
38 make install
Dkselftest.txt64 To install selftests in default location:
68 To install selftests in an user specified location:
Dsparse.txt90 make install
92 as a regular user, and it will install sparse in your ~/bin directory.
Dmono.txt11 1) You MUST FIRST install the Mono CLR support, either by downloading
Dkprobes.txt358 to install a probepoint is known. This field is used to calculate the
521 a post_handler cannot be optimized. So if you install a jprobe,
525 In general, you can install a probe anywhere in the kernel.
530 to install a probe in the code that implements Kprobes (mostly
534 If you install a probe in an inline-able function, Kprobes makes
536 install probes there. gcc may inline a function without being asked,
543 to install a bug fix or to inject faults for testing. Kprobes, of
Defi-stub.txt28 **** How to install bzImage.efi
Dcoccinelle.txt37 as a regular user, and install it with
39 sudo make install
DChanges43 o grub 0.93 # grub --version || grub-install --version
112 DocBook format to a format of your choice, you'll need to install Jade as
Ddebugging-via-ohci1394.txt153 enabled and install it on the machine to be debugged (debug target).
DBUG-HUNTING67 . Rebuild a revision that you believe works, install, and verify that.
Djava.txt10 1) You MUST FIRST install the Java Developers Kit for Linux.
Demail-clients.txt254 and install the extension, then add a button for it using
/linux-4.4.14/Documentation/filesystems/
Dgfs2.txt31 If you are using Fedora, you need to install the gfs2-utils package
32 and, for lock_dlm, you will also need to install the cman package
Docfs2.txt8 You'll want to install the ocfs2-tools package in order to at least
Dsysv-fs.txt6 To install:
Dext4.txt21 - Compile and install the latest version of e2fsprogs (as of this
34 - Note that it is highly important to install the mke2fs.conf file
332 used by installation CD's so that the install
/linux-4.4.14/Documentation/video4linux/
DREADME.saa713425 Configure, build, install + boot the new kernel. You'll need at least
31 Type "make" to build the driver now. "make install" installs the
DREADME.cpia241 As root, do a make install. This will compile and install the modules
43 Makefile_2.4 (aka do make -f Makefile_2.4 install).
Dzr364xx.txt19 install:
/linux-4.4.14/net/sched/
Dact_connmark.c160 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
Dact_simple.c152 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_simp_dump()
Dact_gact.c174 t.install = jiffies_to_clock_t(jiffies - gact->tcf_tm.install); in tcf_gact_dump()
Dact_skbedit.c164 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_skbedit_dump()
Dact_vlan.c172 t.install = jiffies_to_clock_t(jiffies - v->tcf_tm.install); in tcf_vlan_dump()
Dact_pedit.c200 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_pedit_dump()
Dact_mirred.c212 t.install = jiffies_to_clock_t(jiffies - m->tcf_tm.install); in tcf_mirred_dump()
Dact_nat.c272 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_nat_dump()
Dact_ipt.c249 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install); in tcf_ipt_dump()
Dact_bpf.c153 tm.install = jiffies_to_clock_t(jiffies - prog->tcf_tm.install); in tcf_bpf_dump()
Dact_csum.c549 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_csum_dump()
/linux-4.4.14/arch/ia64/
DMakefile88 install: vmlinux.gz target
89 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
/linux-4.4.14/tools/usb/usbip/
D.gitignore13 install-sh
DREADME31 1. Compile & install the userspace utilities.
33 $ make install
35 2. Compile & install USB/IP drivers.
DINSTALL13 Briefly, the shell commands `./configure; make; make install' should
14 configure, build, and install this package. The following
58 4. Type `make install' to install the programs and any data files and
106 By default, `make install' installs the package's commands under
/linux-4.4.14/tools/lib/traceevent/
DMakefile29 INSTALL = install
267 install: install_lib target
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
DMakefile32 $(MAKE) -C ebb install
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio83 installation procedure for suitable one. Before you install the driver,
195 Module driver is easiest way to install. If you prefer static driver
235 # make clean; make install
301 Note: To use static driver, you must install the linux kernel
322 install any ISA boards, you may skip to next portion.
361 e. make install /* copy boot image to correct position */
380 # make clean; make install
418 3.6.4 Run "make clean; make install" in /moxa/mxser/driver.
509 Error msg: Couldn't install MOXA Smartio/Industio family driver!
515 Error msg: Couldn't install MOXA Smartio/Industio family callout driver!
Drocket.txt17 "make;make install" routine. This external module driver, obtainable
/linux-4.4.14/tools/testing/selftests/powerpc/
DMakefile44 $(MAKE) -C $$TARGET install; \
/linux-4.4.14/Documentation/networking/
DREADME.sb100063 3.) Build and install the kernel and modules as usual.
79 do a `make cmconfig' and then `install -c cmconfig /usr/local/sbin'. Don't do
80 `make install' because it expects to find all the utilities built and ready for
147 install the correct versions of the header files in these two directories.
186 sb1000-1.1.2.tar.gz archive and build and install sb1000.o manually. You'll
190 '-DSB1000_DELAY=60'. Then do `make' and as root `make install' and try
Dfore200e.txt57 3. Rebuild and re-install your kernel or your module.
Ddl2k.txt149 This section describes how to install the driver such that it is
177 You can install this driver without any additional parameter. However, if you
Diphase.txt39 To install the ATM adapters in the system, follow the steps below.
De100.txt105 As an example, if you install the e100 driver for two PRO/100 adapters
Darcnet.txt20 didn't even have to install the patch. <sigh>
108 All you will need to do in order to install the driver is:
260 DOS: If you're using the freeware arcether.com, you might want to install
D6pack.txt91 - Compile and install the kernel and the modules.
Dcs89x0.txt154 Since the CS8900/20 Setup Utility is a DOS-based application, you must install
184 support PnP, you must install the CS8920 adapter in a DOS-based PC and
Deql.txt90 After configuration, make and install according to your habit.
/linux-4.4.14/include/linux/
Dproc_ns.h18 int (*install)(struct nsproxy *nsproxy, struct ns_common *ns); member
Dtty_driver.h254 int (*install)(struct tty_driver *driver, struct tty_struct *tty); member
/linux-4.4.14/Documentation/wimax/
DREADME.i2400m36 Compile and install your kernel as usual.
48 To install in the default kernel directories (and enable auto loading
51 $ make install
71 * NOTE: if your firmware came in an .rpm or .deb file, just install
106 To load the driver, follow the instructions in the install section;
/linux-4.4.14/Documentation/filesystems/nfs/
D00-INDEX14 - how to install and setup the Linux NFS/RDMA client and server software
Dnfs-rdma.txt21 This document describes how to install and setup the Linux NFS/RDMA client
74 you should install the latest version of nfs-utils.
138 - Build, install, reboot
155 Build a new kernel, install it, boot it.
Dnfs.txt45 install time.
/linux-4.4.14/arch/sparc/
DMakefile71 install: target
/linux-4.4.14/Documentation/aoe/
Daoe.txt21 document the use of the driver and are not necessary if you install
31 There is a udev-install.sh script that shows how to install these
/linux-4.4.14/kernel/
Dutsname.c138 .install = utsns_install,
Dnsproxy.c244 err = ns->ops->install(new_nsproxy, ns); in SYSCALL_DEFINE2()
Dpid_namespace.c396 .install = pidns_install,
Duser_namespace.c1005 .install = userns_install,
/linux-4.4.14/drivers/tty/
Dpty.c512 .install = pty_install,
527 .install = pty_install,
694 .install = pty_unix98_install,
711 .install = pty_unix98_install,
Dmetag_da.c562 .install = dashtty_install,
Dmips_ejtag_fdc.c873 .install = mips_ejtag_fdc_tty_install,
/linux-4.4.14/
D.gitignore62 /tar-install/
DREADME4 as they tell you what this is all about, explain how to install the
61 - If you install the full sources, put the kernel tarball in a
75 distributed in the xz format. To install by patching, get all the
140 sudo make O=/home/name/build/kernel modules_install install
257 possible to do "make install" if you have lilo installed to suit the
260 To do the actual install, you have to be root, but none of the normal
DMakefile1056 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/headers.sh install
1394 install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
1397 $(Q)mkdir -p $(MODLIB)/$(install-dir)
/linux-4.4.14/arch/arm/kernel/
Dhyp-stub.S126 @ Now install the hypervisor stub:
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions
46 may have their own irqs which they install themselves. For this reason
/linux-4.4.14/fs/nfsd/
DKconfig19 To export local file systems using NFS, you also need to install
80 To export files using NFSv4, you need to install additional user
/linux-4.4.14/tools/lguest/
Dlguest.txt61 install it under qemu, then make multiple copies:
66 Make sure that you install a getty on /dev/hvc0 if you want to log in on the
/linux-4.4.14/tools/power/cpupower/
DMakefile85 INSTALL = /usr/bin/install -c
DREADME27 make install
/linux-4.4.14/ipc/
Dnamespace.c174 .install = ipcns_install,
/linux-4.4.14/arch/arm64/
DMakefile90 zinstall install: vmlinux target
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt38 …/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt-get install kvm-pxe"
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools21 part, so compile with "make user" and install with "make user_install".
/linux-4.4.14/arch/x86/
DMakefile258 PHONY += install
259 install: target
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-poweroff.txt5 install a pm_power_off handler. If the optional properties 'input' is
Dgpio-restart.txt5 time, the driver will request the given gpio line and install a restart
/linux-4.4.14/arch/um/drivers/
Dstdio_console.c102 .install = con_install,
Dssl.c107 .install = ssl_install,
/linux-4.4.14/drivers/staging/lustre/lustre/
DKconfig20 To mount Lustre file systems, you also need to install the user space
/linux-4.4.14/scripts/package/
DMakefile109 clean-dirs += $(objtree)/tar-install/
/linux-4.4.14/Documentation/ia64/
Dxen.txt35 3. # make install-tools
147 5. install the kernel and initrd
/linux-4.4.14/arch/s390/
DMakefile112 install: vmlinux target
/linux-4.4.14/drivers/net/plip/
DKconfig12 install a Linux distribution on a machine which doesn't have a
/linux-4.4.14/fs/sysv/
DKconfig12 to run these binaries, you will want to install linux-abi which is
/linux-4.4.14/Documentation/arm/SA1100/
DItsy20 In order to install the port of 2.4 to the itsy, You will need to set the
/linux-4.4.14/arch/powerpc/
DMakefile335 install: target
336 $(Q)$(MAKE) $(build)=$(boot) install
/linux-4.4.14/Documentation/isdn/
DREADME.sc95 Before you can compile, install and use the SpellCaster ISA ISDN driver, you
128 5. Run 'make' and if all goes well, run 'make install'.
137 To install the driver, type '/sbin/insmod sc' as root. sc(4) details options
154 If, when you try to install the driver, you get a message mentioning
/linux-4.4.14/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
/linux-4.4.14/arch/openrisc/
DREADME.openrisc42 make install
/linux-4.4.14/fs/nfs/
DKconfig14 install the user space mount.nfs command which can be found in
83 To mount NFS servers using NFSv4, you also need to install user
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt20 You will need to install and configure your Lustre servers separately.
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt43 Unprivileged users are therefore only allowed to install such filters
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h123 __u64 install; member
/linux-4.4.14/drivers/tty/serial/
Dkgdb_nmi.c322 .install = kgdb_nmi_tty_install,
/linux-4.4.14/Documentation/video4linux/bttv/
DPROBLEMS12 If it is different to the address found by bttv install bttv like this:
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx55 as the db v1 library. You may have to install additional packages
DKconfig.aic7xxx60 as the db v1 library. You may have to install additional packages
/linux-4.4.14/net/irda/
DKconfig21 will need to install some OBEX application, such as OpenObex :
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt14 For these cases, it is far simpler to dynamically install a single
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_tty.c293 .install = gdm_tty_install,
/linux-4.4.14/fs/proc/
DKconfig62 building a kernel for install/rescue disks or your system is very
/linux-4.4.14/Documentation/networking/caif/
DREADME26 To achieve this we need to install the N_CAIF ldisc from user space.
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt48 and make & install. This driver requires the pcmcia-cs header file.
Daic79xx.txt413 other RPM packages that try to install system modules. The best
414 way to correct this once the system is running is to install
Dosst.txt55 Compile your kernel and install the modules.
/linux-4.4.14/sound/soc/omap/
DKconfig63 way to achieve this is to install util-linux-ng and use the included
/linux-4.4.14/Documentation/cdrom/
Dpacket-writing.txt7 - Compile and install kernel and modules, reboot.
/linux-4.4.14/sound/usb/
DKconfig115 after it has been coldstarted. An install script for the firmware
/linux-4.4.14/drivers/mtd/ubi/
DKconfig71 attaching by scanning takes long. UBI will not automatically install
/linux-4.4.14/Documentation/usb/
Drio.txt106 'Preliminary USB device filesystem'. Compile and install the modules
Dgadget_serial.txt111 configuring the kernel. Then rebuild and install the kernel or
149 instructions below to install the host side driver.
Dgadget_multi.txt58 The other, trickier thing is making Windows install drivers for each
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb105 bConfigurationValue for these devices will install that
/linux-4.4.14/Documentation/kdump/
Dkdump.txt102 make install
208 5) Make and install the kernel and its modules. DO NOT add this kernel
222 Make and install the kernel and its modules.
/linux-4.4.14/drivers/misc/
Dpti.c654 .install = pti_tty_install,
/linux-4.4.14/firmware/
DMakefile202 ifeq ($(INSTALL):$(wildcard $(obj)/ihex2fw),install:$(obj)/ihex2fw)
/linux-4.4.14/Documentation/cris/
DREADME14 http://developer.axis.com/wiki/doku.php?id=axis:install-howto-2_20
/linux-4.4.14/drivers/net/wireless/ipw2x00/
DKconfig87 for information on where to install the firmware images.
/linux-4.4.14/arch/arm/
DMakefile319 INSTALL_TARGETS = zinstall uinstall install
/linux-4.4.14/drivers/acpi/
Dec.c1560 goto install; in acpi_ec_ecdt_probe()
1601 install: in acpi_ec_ecdt_probe()
/linux-4.4.14/drivers/misc/ti-st/
Dst_kim.c637 __ATTR(install, 0444, (void *)show_install, NULL);
/linux-4.4.14/fs/
DKconfig.binfmt22 you'll have to install the newest ELF runtime libraries, including
/linux-4.4.14/arch/m68k/fpsp040/
Dskeleton.S5 | need to be modified to install the FPSP.
/linux-4.4.14/Documentation/early-userspace/
DREADME61 can create a 'root-image' directory and install all files into it.
/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.c836 .install = hvc_install,
/linux-4.4.14/Documentation/fb/
Dsstfb.txt33 Graphics in section "console". Compile, install, have fun... and please
Dfbcon.txt197 1. Download or install vbetool. This utility is included with most
/linux-4.4.14/tools/testing/ktest/
Dktest.pl2103 sub install { subroutine
2196 install;
4347 install;
/linux-4.4.14/arch/alpha/kernel/
Dentry.S710 mt_fpcr $f30 # install saved fpcr
/linux-4.4.14/drivers/xen/
DKconfig211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c1851 goto install; in csio_should_install_fs_fw()
1856 goto install; in csio_should_install_fs_fw()
1861 install: in csio_should_install_fs_fw()
/linux-4.4.14/net/core/
Dnet_namespace.c1004 .install = netns_install,

12