Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:INSTALL_DATA
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/
H
A
D
Makefile
20
$(QUIET) $(
INSTALL_DATA
) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H
A
D
Makefile
50
$(QUIET) $(
INSTALL_DATA
) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H
A
D
Makefile
51
$(QUIET) $(
INSTALL_DATA
) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8
/kernel/linux/linux-5.10/tools/power/cpupower/
H
A
D
Makefile
81
INSTALL_DATA
= ${INSTALL} -m 644
macro
277
$(
INSTALL_DATA
) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h
278
$(
INSTALL_DATA
) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h
287
$(
INSTALL_DATA
) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
288
$(
INSTALL_DATA
) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
289
$(
INSTALL_DATA
) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
290
$(
INSTALL_DATA
) -D man/cpupower-idle-set.1 $(DESTDIR)${mandir}/man1/cpupower-idle-set.1
291
$(
INSTALL_DATA
) -D man/cpupower-idle-info.1 $(DESTDIR)${mandir}/man1/cpupower-idle-info.1
292
$(
INSTALL_DATA
) -D man/cpupower-set.1 $(DESTDIR)${mandir}/man1/cpupower-set.1
293
$(
INSTALL_DATA
)
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/
H
A
D
Makefile
81
INSTALL_DATA
= ${INSTALL} -m 644
macro
281
$(
INSTALL_DATA
) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h
282
$(
INSTALL_DATA
) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h
283
$(
INSTALL_DATA
) lib/powercap.h $(DESTDIR)${includedir}/powercap.h
292
$(
INSTALL_DATA
) -D man/cpupower.1 $(DESTDIR)${mandir}/man1/cpupower.1
293
$(
INSTALL_DATA
) -D man/cpupower-frequency-set.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-set.1
294
$(
INSTALL_DATA
) -D man/cpupower-frequency-info.1 $(DESTDIR)${mandir}/man1/cpupower-frequency-info.1
295
$(
INSTALL_DATA
) -D man/cpupower-idle-set.1 $(DESTDIR)${mandir}/man1/cpupower-idle-set.1
296
$(
INSTALL_DATA
) -D man/cpupower-idle-info.1 $(DESTDIR)${mandir}/man1/cpupower-idle-info.1
297
$(
INSTALL_DATA
)
[all...]
Completed in 2 milliseconds