Home
last modified time | relevance | path

Searched full:archive (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/linux/Documentation/arch/arm/
H A Dmarvell.rst21 …- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M…
22 …- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~…
23 …- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800…
24 …- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8…
27 …- Datasheet: https://web.archive.org/web/20131028144728/http://www.ocmodshop.com/images/reviews/ne…
30 https://web.archive.org/web/20080607215437/http://www.marvell.com/products/media/index.jsp
44 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc…
47 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc…
50 …- Product Brief : https://web.archive.org/web/20130730072715/http://www.marvell.com/embedded-proc…
51 …- Hardware Spec : https://web.archive.org/web/20121021182835/http://www.marvell.com/embedded-proc…
[all …]
/linux/tools/lib/bpf/
H A Dzip.h8 /* Represents an open zip archive.
19 * file in a zip archive.
34 /* Offset of the file data within the archive. */
38 /* Open a zip archive. Returns NULL in case of an error. */
41 /* Close a zip archive and release resources. */
42 void zip_archive_close(struct zip_archive *archive);
44 /* Look up an entry corresponding to a file in given zip archive. */
45 int zip_archive_find_entry(struct zip_archive *archive, const char *name, struct zip_entry *out);
/linux/tools/perf/
H A Dperf-archive.sh3 # perf archive
77 else # perf tar generated by perf archive (contains only debug symbols)
94 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
98 # archive. It is a list of build-ids, one per line, without any leading or trailing spaces.
99 # If the file is empty, all build-ids will be included in the archive. To create a exclude-
102 # You can edit the file to remove the lines that you want to keep in the archive, then:
103 # perf archive --exclude-buildids exclude_buildids.txt
108 echo "perf archive: no build-ids found after applying exclude-buildids file"
115 echo "perf archive: no build-ids found"
121 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
[all …]
/linux/tools/perf/Documentation/
H A Dperf-archive.txt1 perf-archive(1)
6 perf-archive - Create archive with object files with build-ids found in perf.data file
11 'perf archive' [file]
H A Dtips.txt9 Create an archive with symtabs to analyse on other machine: perf archive
/linux/Documentation/scsi/
H A Dppa.rst8 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/
10 Driver archive for old drivers:
11 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/ppa
14 http://web.archive.org/web/%2E/http://www.torque.net/parport/
/linux/scripts/
H A DMakefile.package28 quiet_cmd_archive = ARCHIVE $@
29 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \
30 --output=$$(realpath $@) $(archive-args)
43 $(linux-tarballs): archive-args = --prefix=linux/ $$(cat $<)
45 $(call if_changed,archive)
228 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \
236 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args)
238 $(call if_changed,archive)
266 @echo ' modules-cpio-pkg - Build the kernel modules as cpio archive'
267 @echo ' (uses INSTALL_MOD_PATH inside the archive)'
H A Dlink-vmlinux.sh9 # (not within --whole-archive), and do not require symbol indexes added.
104 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py112 def cmdfiles_for_a(archive, ar): argument
113 """Generate the iterator of .cmd files associated with the archive.
115 Parse the given archive, and yield every .cmd file used to build it.
118 archive: The archive to parse
123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst69 # Add the raw ACPI tables to an uncompressed cpio archive.
71 # archive. Note that if the table put here matches a platform table
85 # The uncompressed cpio archive must be the first. Other, typically
87 # one. Following command creates the uncompressed cpio archive and
H A Dssdt-overlays.rst84 # Add the raw ACPI tables to an uncompressed cpio archive.
86 # cpio archive.
87 # The uncompressed cpio archive must be the first.
93 # Create the uncompressed cpio archive and concatenate the original initrd
/linux/tools/testing/selftests/nolibc/
H A Drun-tests.sh136 archive="${download_location}${archive_name}"
137 stamp="${archive}.stamp"
143 curl -o "${archive}" --fail --continue-at - "${url}"
144 tar -C "${download_location}" -xf "${archive}"
/linux/include/uapi/linux/
H A Dmtio.h96 #define MT_ISARCHIVE_5945L2 0x04 /* Archive 5945L-2, QIC-24, QIC-02? */
99 #define MT_ISARCHIVE_VP60I 0x07 /* Archive VP60i, QIC-02 */
100 #define MT_ISARCHIVE_2150L 0x08 /* Archive Viper 2150L */
101 #define MT_ISARCHIVE_2060L 0x09 /* Archive Viper 2060L */
102 #define MT_ISARCHIVESC499 0x0A /* Archive SC-499 QIC-36 controller */
/linux/rust/proc-macro2/
H A Dextra.rs37 /// use tar::Archive;
46 /// let mut archive = Archive::new(tar);
47 /// for entry in archive.entries().unwrap() {
/linux/Documentation/bpf/libbpf/
H A Dindex.rst31 search its `archive <https://lore.kernel.org/bpf/>`_. Please search the archive
/linux/tools/testing/selftests/
H A Dgen_kselftest_tar.sh54 # "archive created" line in their scripts.
57 echo "Kselftest archive kselftest${ext} created!"
/linux/kernel/
H A Dgen_kheaders.sh4 # This script generates an archive consisting of kernel headers
45 # Create archive and try to normalize metadata for reproducibility.
/linux/usr/
H A DKconfig10 This can be either a single cpio archive with a .cpio suffix or a
12 initramfs image. A cpio archive should contain a filesystem archive
H A Dgen_initramfs.sh8 # the cpio archive.
27 <cpio_source> File list or directory for cpio archive.
248 # If output_file is set we will generate cpio archive
/linux/arch/mips/pci/
H A Dpci-tx4927.c3 * and RBTX49xx patch from CELF patch archive.
10 * License. See the file "COPYING" in the main directory of this archive
H A Dpci-tx4938.c3 * and RBTX49xx patch from CELF patch archive.
10 * License. See the file "COPYING" in the main directory of this archive
/linux/tools/perf/tests/
H A Dsubcmd-help.c105 add_cmdname(&cmds2, "archive", 7); in test__exclude_cmdnames_no_overlap()
116 TEST_ASSERT_VAL("wrong cmd", is_in_cmdlist(&cmds1, "archive") == 0); in test__exclude_cmdnames_no_overlap()
/linux/arch/sh/boards/mach-ecovec24/
H A DMakefile6 # License. See the file "COPYING" in the main directory of this archive
/linux/arch/mips/include/asm/mach-generic/
H A Dcpu-feature-overrides.h3 * License. See the file "COPYING" in the main directory of this archive
/linux/arch/mips/include/asm/
H A Dshmparam.h3 * License. See the file "COPYING" in the main directory of this archive

12345678910>>...42