| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | zip.c | 41 /* Number of the file containing this structure or 0xFFFF if ZIP64 archive. 42 * Zip archive might span multiple files (disks). 47 * 0xFFFF if ZIP64 archive. 52 * archive. 57 * archive. 61 /* Size of the central directory record or 0xFFFFFFFF if ZIP64 archive. */ 64 /* Offset of the central directory from the beginning of the archive or 65 * 0xFFFFFFFF if ZIP64 archive. 97 /* Number of the disk where the file starts or 0xFFFF if ZIP64 archive. */ 135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() argument [all …]
|
| D | zip.h | 8 /* 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);
|
| /kernel/linux/linux-6.6/Documentation/arch/arm/ |
| D | marvell.rst | 21 …- 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 …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | ramfs-rootfs-initramfs.rst | 95 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is 101 archive is extracted into it, the kernel will fall through to the older code 107 - The old initrd was always a separate file, while the initramfs archive is 109 devoted to generating this archive during the build.) 113 initramfs archive is a gzipped cpio archive (like tar only simpler, 140 archive and links it into the resulting kernel binary. By default, this 141 archive is empty (consuming 134 bytes on x86). 145 initramfs archive, which will automatically be incorporated into the 147 archive, a directory containing files to be archived, or a text file 165 set permissions or create device nodes in the new archive. (Note that those [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | ramfs-rootfs-initramfs.rst | 94 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is 100 archive is extracted into it, the kernel will fall through to the older code 106 - The old initrd was always a separate file, while the initramfs archive is 108 devoted to generating this archive during the build.) 112 initramfs archive is a gzipped cpio archive (like tar only simpler, 139 archive and links it into the resulting kernel binary. By default, this 140 archive is empty (consuming 134 bytes on x86). 144 initramfs archive, which will automatically be incorporated into the 146 archive, a directory containing files to be archived, or a text file 164 set permissions or create device nodes in the new archive. (Note that those [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/early-userspace/ |
| D | early_userspace_support.rst | 15 - gen_init_cpio, a program that builds a cpio-format archive 16 containing a root filesystem image. This archive is compressed, and 26 archive to be used as the image or have the kernel build process build 29 CPIO ARCHIVE method 32 You can create a cpio archive that contains the early userspace image. 33 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it 36 combination with a cpio archive. 42 source parts rather than supplying a cpio archive. This method provides 146 initrd format, an cpio archive. It must be called "/init". This binary 150 comes via an initramfs cpio archive. If this is not the case,
|
| D | buffer-format.rst | 13 is different. The initramfs buffer contains an archive which is 19 archive can be compressed using gzip(1). One valid version of an 47 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is 87 If the filename is "TRAILER!!!" this is actually an end-of-archive 88 marker; the c_filesize for an end-of-archive marker must be zero. 108 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is 117 end-of-archive marker, or
|
| /kernel/linux/linux-6.6/Documentation/driver-api/early-userspace/ |
| D | early_userspace_support.rst | 15 - gen_init_cpio, a program that builds a cpio-format archive 16 containing a root filesystem image. This archive is compressed, and 26 archive to be used as the image or have the kernel build process build 29 CPIO ARCHIVE method 32 You can create a cpio archive that contains the early userspace image. 33 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it 36 combination with a cpio archive. 42 source parts rather than supplying a cpio archive. This method provides 146 initrd format, an cpio archive. It must be called "/init". This binary 150 comes via an initramfs cpio archive. If this is not the case,
|
| D | buffer-format.rst | 13 is different. The initramfs buffer contains an archive which is 19 archive can be compressed using gzip(1). One valid version of an 47 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is 87 If the filename is "TRAILER!!!" this is actually an end-of-archive 88 marker; the c_filesize for an end-of-archive marker must be zero. 108 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is 117 end-of-archive marker, or
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf-archive.txt | 1 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file]
|
| D | android.txt | 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive 65 chmod +x /tmp/perf-archive 66 adb push /tmp/perf-archive /data/perf-archive
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | perf-archive.txt | 1 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file]
|
| D | android.txt | 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive 65 chmod +x /tmp/perf-archive 66 adb push /tmp/perf-archive /data/perf-archive
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | ppa.rst | 8 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/
|
| /kernel/linux/linux-6.6/Documentation/scsi/ |
| D | ppa.rst | 8 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/
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | perf-archive.sh | 3 # perf archive 22 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX) 26 echo "perf archive: no build-ids found" 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | perf-archive.sh | 3 # perf archive 22 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX) 27 echo "perf archive: no build-ids found" 32 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| /kernel/linux/linux-5.10/scripts/ |
| D | link-vmlinux.sh | 10 # (not within --whole-archive), and do not require symbol indexes added. 78 objects="--whole-archive \ 80 --no-whole-archive \ 157 objects="--whole-archive \ 159 --no-whole-archive \ 162 objects="--whole-archive \ 164 --no-whole-archive \ 176 objects="-Wl,--whole-archive \ 178 -Wl,--no-whole-archive \
|
| /kernel/linux/linux-5.10/scripts/clang-tools/ |
| D | gen_compile_commands.py | 118 def cmdfiles_for_a(archive, ar): argument 119 """Generate the iterator of .cmd files associated with the archive. 121 Parse the given archive, and yield every .cmd file used to build it. 124 archive: The archive to parse 129 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
| /kernel/linux/linux-6.6/scripts/clang-tools/ |
| D | gen_compile_commands.py | 112 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():
|
| /kernel/linux/linux-5.10/kernel/ |
| D | gen_kheaders.sh | 4 # This script generates an archive consisting of kernel headers 17 # Support incremental builds by skipping archive generation 49 # Any changes to this script will also cause a rebuild of the archive. 85 # Create archive and try to normalize metadata for reproducibility.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | gitlab-ci.yml | 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 43 …ection[collapsed=true]\r\e[0KDownloading mesa from $DRM_CI_PROJECT_URL/-/archive/$DRM_CI_COMMIT_SH… 45 …- curl --output - $DRM_CI_PROJECT_URL/-/archive/$DRM_CI_COMMIT_SHA/mesa-$DRM_CI_COMMIT_SHA.tar.gz … 113 - git-archive 211 # Git archive 213 make git archive: 216 stage: git-archive
|
| /kernel/linux/linux-6.6/kernel/ |
| D | gen_kheaders.sh | 4 # This script generates an archive consisting of kernel headers 24 # Support incremental builds by skipping archive generation 56 # Any changes to this script will also cause a rebuild of the archive. 90 # Create archive and try to normalize metadata for reproducibility.
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.package | 49 quiet_cmd_archive = ARCHIVE $@ 50 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \ 51 --output=$$(realpath $@) $(archive-args) 64 $(linux-tarballs): archive-args = --prefix=linux/ $$(cat $<) 66 $(call if_changed,archive) 219 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \ 227 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args) 229 $(call if_changed,archive)
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/acpi/ |
| D | initrd_table_override.rst | 69 # 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
|