/linux-4.1.27/arch/mn10300/boot/ |
D | install.sh | 26 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.1.27/tools/power/x86/turbostat/ |
D | Makefile | 22 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.1.27/tools/power/acpi/ |
D | Makefile | 48 INSTALL = /usr/bin/install -c 148 install-tools: 152 install-man: 155 install: all install-tools install-man target 161 .PHONY: all utils install-tools install-man install uninstall clean
|
/linux-4.1.27/tools/ |
D | Makefile | 66 $(call descend,power/$(@:_install=),install) 69 $(call descend,power/$(@:_install=),install) 72 $(call descend,$(@:_install=),install) 75 $(call descend,testing/$(@:_clean=),install) 78 $(call descend,power/x86/$(@:_install=),install) 81 $(call descend,thermal/$(@:_install=),install) 83 install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ target
|
/linux-4.1.27/tools/testing/selftests/ |
D | lib.mk | 16 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) 19 install: all 23 $(error Error: set INSTALL_PATH to use install) 35 .PHONY: run_tests all clean install emit_tests
|
D | Makefile | 59 INSTALL_PATH ?= install 63 install: target 69 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \ 87 $(error Error: set INSTALL_PATH to use install) 95 .PHONY: install
|
D | kselftest_install.sh | 34 INSTALL_PATH=$install_dir make install
|
/linux-4.1.27/arch/arm/boot/ |
D | Makefile | 98 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.1.27/tools/perf/ |
D | Makefile.perf | 119 INSTALL = install 243 install-gtk: $(OUTPUT)libperf-gtk.so 380 install-traceevent-plugins: $(LIBTRACEEVENT) 422 INSTALL_DOC_TARGETS := $(patsubst %,install-%,$(DOC_TARGETS)) try-install-man 423 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html 463 install-gtk: 465 install-bin: all install-gtk 509 install: install-bin try-install-man install-traceevent-plugins 511 install-python_ext: 512 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)' [all …]
|
/linux-4.1.27/tools/net/ |
D | Makefile | 32 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.1.27/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 8 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.1.27/arch/tile/ |
D | Makefile | 68 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.1.27/Documentation/mic/mpssd/ |
D | Makefile | 17 install: target 18 install mpssd /usr/sbin/mpssd 19 install micctrl /usr/sbin/micctrl
|
/linux-4.1.27/arch/arm64/boot/ |
D | Makefile | 25 install: $(obj)/Image target 26 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \ 30 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
|
/linux-4.1.27/tools/power/cpupower/debug/kernel/ |
D | Makefile | 18 install: default target 19 install -d $(KMISC) 20 install -m 644 -c *.ko $(KMISC)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 53 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
|
D | android.txt | 9 1. You need to download and install the Android Native Development Kit (NDK).
|
D | perf-script-python.txt | 379 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',
|
D | perf-trace.txt | 138 For symbols resolution you may need to install debugging symbols.
|
/linux-4.1.27/scripts/ |
D | Makefile.headersinst | 33 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)
|
D | Makefile.dtbinst | 38 install-dir = $(patsubst $(dtbinst-root)%,$(INSTALL_DTBS_PATH)%,$(obj)) 43 $(call cmd,dtb_install,$(install-dir))
|
D | Makefile.fwinst | 8 INSTALL := install 44 $(call cmd,install)
|
/linux-4.1.27/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 9 INSTALL = /usr/bin/install 25 install: target 30 .PHONY: all default clean install
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 115 dummy := $(error Error: $(FLEX) is missing on this system, please install it) 119 dummy := $(error Error: $(BISON) is missing on this system, please install it) 243 …msg := $(warning No libelf found, disables 'probe' tool, please install elfutils-libelf-devel/libe… 252 msg := $(error No static glibc found, please install glibc-static); 254 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); 261 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 265 ….h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-deve… 308 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_… 360 …msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or li… 375 …msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev… [all …]
|
/linux-4.1.27/arch/frv/boot/ |
D | Makefile | 63 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.1.27/arch/x86/um/vdso/ |
D | Makefile | 7 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.1.27/arch/parisc/ |
D | Makefile | 117 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.1.27/tools/power/cpupower/debug/i386/ |
D | Makefile | 9 INSTALL = /usr/bin/install 34 install: target 41 .PHONY: all default clean install
|
/linux-4.1.27/tools/perf/tests/ |
D | make | 42 make_install := install 43 make_install_bin := install-bin 44 make_install_doc := install-doc 45 make_install_man := install-man 46 make_install_html := install-html 47 make_install_info := install-info 48 make_install_pdf := install-pdf 84 # FIXME 'install-*' commented out till they're fixed
|
/linux-4.1.27/Documentation/security/ |
D | SELinux.txt | 2 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.1.27/arch/x86/boot/ |
D | install.sh | 54 elif [ -x /etc/lilo/install ]; then 55 /etc/lilo/install
|
D | Makefile | 188 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi 190 install: target 191 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
|
/linux-4.1.27/tools/power/acpi/tools/ec/ |
D | Makefile | 12 install: target 22 .PHONY: all install uninstall
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-platform-kim | 11 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.1.27/arch/s390/boot/ |
D | Makefile | 24 install: $(CONFIGURE) $(obj)/bzImage target 25 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 1 What: install/error 11 What: install/remainingsteps 20 What: install/textid 30 What: install/boottotool 41 What: install/toolaction
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Tropez+ | 10 pre-install wavefront modprobe "-k" "cs4232" 11 post-install wavefront modprobe "-k" "opl3"
|
D | PSS | 35 /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.
|
D | Introduction | 117 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
|
D | Opti | 79 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
|
D | SoundPro | 84 post-install sound modprobe -k ad1848; modprobe -k mpu401; modprobe -k opl3
|
D | README.modules | 32 install sb /sbin/modprobe -i sb && /sbin/modprobe adlib_card
|
/linux-4.1.27/arch/nios2/boot/ |
D | Makefile | 58 install: target 59 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
|
/linux-4.1.27/arch/sparc/boot/ |
D | Makefile | 73 install: target 74 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/zImage \
|
/linux-4.1.27/arch/avr32/boot/images/ |
D | Makefile | 53 install: $(BOOTIMAGE) target 54 sh $(srctree)/install-kernel.sh $<
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 36 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.1.27/drivers/usb/atm/ |
D | Kconfig | 25 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.1.27/Documentation/zh_CN/ |
D | basic_profiling.txt | 28 对于linux系统来说,配置vmlinuz最容易的方法可能就是使用“make install”,然后修改 54 make install
|
D | sparse.txt | 83 make install
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 118 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
|
D | 00-INDEX | 14 - how to build modules and to install them
|
D | headers_install.txt | 36 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
|
/linux-4.1.27/arch/blackfin/ |
D | Makefile | 145 PHONY += $(BOOT_TARGETS) install 153 install: target 154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
|
/linux-4.1.27/tools/lib/lockdep/ |
D | Makefile | 22 INSTALL = install 147 install: install_lib target
|
/linux-4.1.27/arch/blackfin/boot/ |
D | Makefile | 70 install: target 71 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
|
/linux-4.1.27/arch/avr32/ |
D | Makefile | 48 .PHONY: $(BOOT_TARGETS) install 66 install: vmlinux target
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | MIXART.txt | 80 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.1.27/arch/mips/ |
D | Makefile | 390 install: target 391 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) 393 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) 395 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) 396 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
|
/linux-4.1.27/Documentation/ |
D | basic_profiling.txt | 9 It is probably easiest to use "make install" for linux and hack 38 make install
|
D | sparse.txt | 90 make install 92 as a regular user, and it will install sparse in your ~/bin directory.
|
D | mono.txt | 11 1) You MUST FIRST install the Mono CLR support, either by downloading
|
D | kprobes.txt | 358 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
|
D | efi-stub.txt | 28 **** How to install bzImage.efi
|
D | coccinelle.txt | 37 as a regular user, and install it with 39 sudo make install
|
D | Changes | 43 o grub 0.93 # grub --version || grub-install --version 99 DocBook format to a format of your choice, you'll need to install Jade as
|
D | debugging-via-ohci1394.txt | 153 enabled and install it on the machine to be debugged (debug target).
|
D | BUG-HUNTING | 67 . Rebuild a revision that you believe works, install, and verify that.
|
D | java.txt | 10 1) You MUST FIRST install the Java Developers Kit for Linux.
|
D | email-clients.txt | 218 and install the extension, then add a button for it using
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2.txt | 31 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
|
D | automount-support.txt | 28 (c) Call do_add_mount() to install the new vfsmount into the namespace's
|
D | ocfs2.txt | 8 You'll want to install the ocfs2-tools package in order to at least
|
D | sysv-fs.txt | 6 To install:
|
D | ext4.txt | 21 - 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.1.27/net/sched/ |
D | act_connmark.c | 154 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
|
D | act_simple.c | 151 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_simp_dump()
|
D | act_gact.c | 168 t.install = jiffies_to_clock_t(jiffies - gact->tcf_tm.install); in tcf_gact_dump()
|
D | act_skbedit.c | 163 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_skbedit_dump()
|
D | act_vlan.c | 171 t.install = jiffies_to_clock_t(jiffies - v->tcf_tm.install); in tcf_vlan_dump()
|
D | act_mirred.c | 202 t.install = jiffies_to_clock_t(jiffies - m->tcf_tm.install); in tcf_mirred_dump()
|
D | act_pedit.c | 203 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_pedit_dump()
|
D | act_nat.c | 270 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_nat_dump()
|
D | act_ipt.c | 248 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install); in tcf_ipt_dump()
|
D | act_bpf.c | 147 tm.install = jiffies_to_clock_t(jiffies - prog->tcf_tm.install); in tcf_bpf_dump()
|
D | act_csum.c | 548 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_csum_dump()
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 25 Configure, build, install + boot the new kernel. You'll need at least 31 Type "make" to build the driver now. "make install" installs the
|
D | README.cpia2 | 41 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).
|
D | zr364xx.txt | 19 install:
|
/linux-4.1.27/tools/lib/traceevent/ |
D | Makefile | 28 INSTALL = install 249 install: install_lib target
|
/linux-4.1.27/arch/ia64/ |
D | Makefile | 88 install: vmlinux.gz target 89 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
|
/linux-4.1.27/tools/usb/usbip/ |
D | .gitignore | 13 install-sh
|
D | README | 31 1. Compile & install the userspace utilities. 33 $ make install 35 2. Compile & install USB/IP drivers.
|
D | INSTALL | 13 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.1.27/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 32 $(MAKE) -C ebb install
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 83 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!
|
D | rocket.txt | 17 "make;make install" routine. This external module driver, obtainable
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | Makefile | 34 $(MAKE) -C $$TARGET install; \
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 63 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
|
D | fore200e.txt | 57 3. Rebuild and re-install your kernel or your module.
|
D | e100.txt | 105 As an example, if you install the e100 driver for two PRO/100 adapters 194 Agreement. If you do not agree with the terms of this Agreement, do not install
|
D | dl2k.txt | 149 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
|
D | iphase.txt | 39 To install the ATM adapters in the system, follow the steps below.
|
D | arcnet.txt | 20 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
|
D | 6pack.txt | 91 - Compile and install the kernel and the modules.
|
D | cs89x0.txt | 154 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
|
D | eql.txt | 90 After configuration, make and install according to your habit.
|
/linux-4.1.27/include/linux/ |
D | proc_ns.h | 18 int (*install)(struct nsproxy *nsproxy, struct ns_common *ns); member
|
D | tty_driver.h | 254 int (*install)(struct tty_driver *driver, struct tty_struct *tty); member
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 36 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.1.27/Documentation/filesystems/nfs/ |
D | 00-INDEX | 14 - how to install and setup the Linux NFS/RDMA client and server software
|
D | nfs-rdma.txt | 21 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.
|
D | nfs.txt | 45 install time.
|
/linux-4.1.27/drivers/tty/ |
D | pty.c | 503 .install = pty_install, 518 .install = pty_install, 685 .install = pty_unix98_install, 702 .install = pty_unix98_install,
|
D | metag_da.c | 562 .install = dashtty_install,
|
D | mips_ejtag_fdc.c | 873 .install = mips_ejtag_fdc_tty_install,
|
/linux-4.1.27/arch/sparc/ |
D | Makefile | 71 install: target
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 21 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.1.27/kernel/ |
D | utsname.c | 138 .install = utsns_install,
|
D | nsproxy.c | 244 err = ns->ops->install(new_nsproxy, ns); in SYSCALL_DEFINE2()
|
D | pid_namespace.c | 396 .install = pidns_install,
|
D | user_namespace.c | 1004 .install = userns_install,
|
/linux-4.1.27/ |
D | .gitignore | 60 /tar-install/
|
D | README | 4 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
|
D | Makefile | 1060 $(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.1.27/arch/arm64/ |
D | Makefile | 70 zinstall install: vmlinux target
|
/linux-4.1.27/arch/arm/kernel/ |
D | hyp-stub.S | 126 @ Now install the hypervisor stub:
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 19 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.1.27/arch/x86/ |
D | Makefile | 238 PHONY += install 239 install: target
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 61 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.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 44 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.1.27/tools/power/cpupower/ |
D | Makefile | 85 INSTALL = /usr/bin/install -c
|
D | README | 27 make install
|
/linux-4.1.27/ipc/ |
D | namespace.c | 174 .install = ipcns_install,
|
/linux-4.1.27/Documentation/hwmon/ |
D | userspace-tools | 21 part, so compile with "make user" and install with "make user_install".
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 38 …/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt-get install kvm-pxe"
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 102 clean-dirs += $(objtree)/tar-install/
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-poweroff.txt | 5 install a pm_power_off handler. If the optional properties 'input' is
|
D | gpio-restart.txt | 5 time, the driver will request the given gpio line and install a restart
|
/linux-4.1.27/arch/um/drivers/ |
D | stdio_console.c | 102 .install = con_install,
|
D | ssl.c | 107 .install = ssl_install,
|
/linux-4.1.27/drivers/staging/lustre/lustre/ |
D | Kconfig | 20 To mount Lustre file systems, you also need to install the user space
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 35 3. # make install-tools 147 5. install the kernel and initrd
|
/linux-4.1.27/arch/powerpc/ |
D | Makefile | 294 install: target 295 $(Q)$(MAKE) $(build)=$(boot) install
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 12 install a Linux distribution on a machine which doesn't have a
|
/linux-4.1.27/fs/sysv/ |
D | Kconfig | 12 to run these binaries, you will want to install linux-abi which is
|
/linux-4.1.27/arch/s390/ |
D | Makefile | 110 install: vmlinux target
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Itsy | 20 In order to install the port of 2.4 to the itsy, You will need to set the
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 95 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.1.27/fs/ocfs2/ |
D | Kconfig | 15 You'll want to install the ocfs2-tools package in order to at least
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 42 make install
|
/linux-4.1.27/fs/nfs/ |
D | Kconfig | 14 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.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 43 Unprivileged users are therefore only allowed to install such filters
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 22 You will need to install and configure your Lustre servers separately.
|
/linux-4.1.27/drivers/tty/serial/ |
D | kgdb_nmi.c | 322 .install = kgdb_nmi_tty_install,
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | PROBLEMS | 12 If it is different to the address found by bttv install bttv like this:
|
/linux-4.1.27/Documentation/DocBook/ |
D | Makefile | 63 install $(obj)/man/*.9.gz /usr/local/man/man9/
|
/linux-4.1.27/fs/proc/ |
D | Kconfig | 62 building a kernel for install/rescue disks or your system is very
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_cls.h | 139 __u64 install; member
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 55 as the db v1 library. You may have to install additional packages
|
D | Kconfig.aic7xxx | 60 as the db v1 library. You may have to install additional packages
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_tty.c | 293 .install = gdm_tty_install,
|
/linux-4.1.27/Documentation/acpi/ |
D | method-customizing.txt | 14 For these cases, it is far simpler to dynamically install a single
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 21 will need to install some OBEX application, such as OpenObex :
|
/linux-4.1.27/sound/soc/omap/ |
D | Kconfig | 63 way to achieve this is to install util-linux-ng and use the included
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 26 To achieve this we need to install the N_CAIF ldisc from user space.
|
/linux-4.1.27/Documentation/scsi/ |
D | NinjaSCSI.txt | 48 and make & install. This driver requires the pcmcia-cs header file.
|
D | aic79xx.txt | 413 other RPM packages that try to install system modules. The best 414 way to correct this once the system is running is to install
|
D | osst.txt | 55 Compile your kernel and install the modules.
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 7 - Compile and install kernel and modules, reboot.
|
/linux-4.1.27/sound/usb/ |
D | Kconfig | 115 after it has been coldstarted. An install script for the firmware
|
/linux-4.1.27/Documentation/usb/ |
D | rio.txt | 106 'Preliminary USB device filesystem'. Compile and install the modules
|
D | gadget_serial.txt | 111 configuring the kernel. Then rebuild and install the kernel or 149 instructions below to install the host side driver.
|
D | gadget_multi.txt | 58 The other, trickier thing is making Windows install drivers for each
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 71 attaching by scanning takes long. UBI will not automatically install
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 105 bConfigurationValue for these devices will install that
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 102 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.1.27/drivers/misc/ |
D | pti.c | 654 .install = pti_tty_install,
|
/linux-4.1.27/Documentation/cris/ |
D | README | 14 http://developer.axis.com/wiki/doku.php?id=axis:install-howto-2_20
|
/linux-4.1.27/arch/arm/ |
D | Makefile | 311 INSTALL_TARGETS = zinstall uinstall install
|
/linux-4.1.27/firmware/ |
D | Makefile | 202 ifeq ($(INSTALL):$(wildcard $(obj)/ihex2fw),install:$(obj)/ihex2fw)
|
/linux-4.1.27/drivers/acpi/ |
D | ec.c | 1377 goto install; in acpi_ec_ecdt_probe() 1418 install: in acpi_ec_ecdt_probe()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 87 for information on where to install the firmware images.
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.c | 835 .install = hvc_install,
|
D | hvcs.c | 1443 .install = hvcs_install,
|
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 33 Graphics in section "console". Compile, install, have fun... and please
|
D | fbcon.txt | 197 1. Download or install vbetool. This utility is included with most
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 61 can create a 'root-image' directory and install all files into it.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 5 | need to be modified to install the FPSP.
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 22 you'll have to install the newest ELF runtime libraries, including
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 2103 sub install { subroutine 2196 install; 4347 install;
|
/linux-4.1.27/arch/alpha/kernel/ |
D | entry.S | 710 mt_fpcr $f30 # install saved fpcr
|
/linux-4.1.27/drivers/misc/ti-st/ |
D | st_kim.c | 653 __ATTR(install, 0444, (void *)show_install, NULL);
|
/linux-4.1.27/net/core/ |
D | net_namespace.c | 963 .install = netns_install,
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.c | 1851 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.1.27/drivers/char/hw_random/ |
D | Kconfig | 374 The way to make use of this is to install the rng-tools package
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 1048 .install = sdio_uart_install,
|
/linux-4.1.27/drivers/s390/char/ |
D | con3215.c | 1157 .install = tty3215_install,
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty.c | 85 .install = ircomm_tty_install,
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | tty.c | 1134 .install = rfcomm_tty_install,
|