Searched refs:install (Results 101 - 125 of 159) sorted by relevance

1234567

/linux-master/arch/um/drivers/
H A Dstdio_console.c100 .install = con_install,
/linux-master/kernel/cgroup/
H A Dnamespace.c149 .install = cgroupns_install,
/linux-master/tools/power/cpupower/
H A DMakefile35 # Set the following to 'true' to build/install the
79 INSTALL = /usr/bin/install -c
158 INSTALL_NLS += install-gmo
164 INSTALL_BENCH += install-bench
277 install-lib: libcpupower
285 install-tools: $(OUTPUT)cpupower
291 install-man:
302 install-gmo: create-gmo
309 install-bench: compile-bench
311 @sbindir=$(sbindir) bindir=$(bindir) docdir=$(docdir) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT) install
[all...]
/linux-master/kernel/time/
H A Dnamespace.c465 .install = timens_install,
475 .install = timens_install,
/linux-master/include/net/
H A Dact_api.h87 dtm->install = jiffies_to_clock_t(jiffies - stm->install);
/linux-master/kernel/
H A Dpid_namespace.c448 .install = pidns_install,
459 .install = pidns_install,
H A Dnsproxy.c365 return ns->ops->install(nsset, ns);
/linux-master/scripts/
H A DMakefile.package147 tar-install: FORCE
161 $(dir-tarballs): tar-install
165 dir-pkg: tar-install
/linux-master/arch/mips/
H A DMakefile439 install:
440 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
442 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
444 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
445 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
451 echo ' install - install kernel into $(INSTALL_PATH)'
/linux-master/arch/powerpc/
H A DMakefile361 echo ' install - Install kernel using'
364 echo ' install to $$(INSTALL_PATH) and run lilo'
377 PHONY += install
378 install:
379 $(call cmd,install)
/linux-master/tools/lib/bpf/
H A DMakefile27 INSTALL = install
264 install: install_lib install_pkgconfig install_headers
298 @echo 'libbpf install targets:'
300 @echo ' to adjust target destination, e.g. "make prefix=/usr/local install"'
301 @echo ' install - build and install all headers, libraries and pkgconfig'
302 @echo ' install_headers - install only headers to include/bpf'
/linux-master/ipc/
H A Dnamespace.c256 .install = ipcns_install,
/linux-master/drivers/tty/serial/
H A Dkgdb_nmi.c251 pr_err("%s: can't install tty port: %d\n", __func__, ret);
320 .install = kgdb_nmi_tty_install,
/linux-master/drivers/tty/
H A Dpty.c499 .install = pty_install,
514 .install = pty_install,
747 .install = pty_unix98_install,
764 .install = pty_unix98_install,
H A Drpmsg_tty.c123 .install = rpmsg_tty_install,
254 pr_err("Couldn't install driver: %d\n", ret);
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh30 DEFAULT_COMMAND="pip3 install hid-tools; make -C tools/testing/selftests TARGETS=${TARGETS} run_tests"
109 Please install qemu or set the QEMU_BINARY environment variable.
H A DMakefile129 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
/linux-master/tools/include/uapi/linux/
H A Dpkt_cls.h96 __u64 install; member in struct:tcf_t
/linux-master/include/linux/
H A Dtty_driver.h31 * @install: ``int ()(struct tty_driver *self, struct tty_struct *tty)``
352 int (*install)(struct tty_driver *driver, struct tty_struct *tty); member in struct:tty_operations
/linux-master/drivers/staging/gdm724x/
H A Dgdm_tty.c259 .install = gdm_tty_install,
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh125 echo 'Could not find "zstd" on the system, please install zstd'
242 Please install qemu or set the QEMU_BINARY environment variable.
/linux-master/include/uapi/linux/
H A Dpkt_cls.h168 __u64 install; member in struct:tcf_t
/linux-master/
H A DMakefile293 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
345 # install and modules_install need also be processed one by one
346 ifneq ($(filter install,$(MAKECMDGOALS)),)
798 # External modules and some install targets need include/generated/autoconf.h
1086 # an argument if needed. Otherwise it defaults to the kernel install path
1313 # Many distributions have the custom install script, /sbin/installkernel.
1314 # If DKMS is installed, 'make install' will eventually recurse back
1315 # to this Makefile to build and install external modules.
1319 cmd_install = unset sub_make_done; $(srctree)/scripts/install.sh
1322 # vDSO install
[all...]
/linux-master/samples/hid/
H A DMakefile82 $(warning WARNING: Please install kernel headers locally (make headers_install).)
/linux-master/arch/powerpc/boot/
H A DMakefile470 INSTALL := install
501 $(call cmd,install)

Completed in 2090 milliseconds

1234567