| /linux-6.15/tools/lib/bpf/ |
| H A D | zip.c | 140 return archive->data + offset; in check_access() 200 struct zip_archive *archive; in zip_archive_open() local 222 archive = malloc(sizeof(*archive)); in zip_archive_open() 223 if (!archive) { in zip_archive_open() 228 archive->data = data; in zip_archive_open() 229 archive->size = size; in zip_archive_open() 231 err = find_cd(archive); in zip_archive_open() 234 free(archive); in zip_archive_open() 238 return archive; in zip_archive_open() 243 munmap(archive->data, archive->size); in zip_archive_close() [all …]
|
| H A D | zip.h | 42 void zip_archive_close(struct zip_archive *archive); 45 int zip_archive_find_entry(struct zip_archive *archive, const char *name, struct zip_entry *out);
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | marvell.rst | 30 https://web.archive.org/web/20080607215437/http://www.marvell.com/products/media/index.jsp 78 https://web.archive.org/web/20160513194943/http://www.marvell.com/embedded-processors/kirkwood/ 110 …https://web.archive.org/web/20110924171043/http://www.marvell.com/embedded-processors/discovery-in… 157 …- Product infos: https://web.archive.org/web/20140108032402/http://www.marvell.com/embedded-proces… 185 …- Product infos: https://web.archive.org/web/20181020222559/http://www.marvell.com/embedded-proces… 206 https://web.archive.org/web/20181103003602/http://www.marvell.com/embedded-processors/armada-3700/ 225 https://web.archive.org/web/20181020222606/http://www.marvell.com/embedded-processors/armada-70xx/ 241 https://web.archive.org/web/20181022004830/http://www.marvell.com/embedded-processors/armada-80xx/ 279 https://web.archive.org/web/20181005145041/http://www.marvell.com/broadband/ 301 https://web.archive.org/web/20191129073953/http://www.marvell.com/storage/armada-sp/ [all …]
|
| /linux-6.15/tools/perf/Documentation/ |
| H A 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]
|
| H A 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
|
| /linux-6.15/Documentation/scsi/ |
| H A 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/
|
| /linux-6.15/scripts/ |
| H A D | Makefile.package | 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) 210 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \ 218 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args) 220 $(call if_changed,archive)
|
| H A D | Makefile.vmlinux_o | 62 --whole-archive vmlinux.a --no-whole-archive \
|
| H A D | link-vmlinux.sh | 106 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | run-tests.sh | 131 archive="${download_location}${archive_name}" 132 stamp="${archive}.stamp" 138 curl -o "${archive}" --fail --continue-at - "${url}" 139 tar -C "${download_location}" -xf "${archive}"
|
| /linux-6.15/Documentation/driver-api/early-userspace/ |
| H A 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
|
| H A 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 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,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 94 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which 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 187 The following shell script can create a prebuilt cpio archive you can 228 archive into rootfs before trying to run /init. 236 files in the external archive will overwrite any conflicting files in [all …]
|
| /linux-6.15/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 55 …ection[collapsed=true]\r\e[0KDownloading mesa from $DRM_CI_PROJECT_URL/-/archive/$DRM_CI_COMMIT_SH… 57 …- curl --output - $DRM_CI_PROJECT_URL/-/archive/$DRM_CI_COMMIT_SHA/mesa-$DRM_CI_COMMIT_SHA.tar.gz … 117 - git-archive 214 # Git archive 215 make git archive: 218 stage: git-archive
|
| /linux-6.15/tools/perf/ |
| H A D | perf-archive.sh | 87 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX) 96 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
| H A D | .gitignore | 22 perf-archive
|
| H A D | command-list.txt | 6 perf-archive mainporcelain common
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | index.rst | 31 search its `archive <https://lore.kernel.org/bpf/>`_. Please search the archive
|
| /linux-6.15/Documentation/admin-guide/acpi/ |
| H A 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
|
| H A D | ssdt-overlays.rst | 84 # 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-6.15/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 112 def cmdfiles_for_a(archive, ar): argument 123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
| /linux-6.15/Documentation/maintainer/ |
| H A D | configure-git.rst | 36 The web site https://lore.kernel.org is meant as a grand archive of all mail 40 reference back to the lore archive so that people that browse the commit
|
| /linux-6.15/Documentation/w1/masters/ |
| H A D | mxc-w1.rst | 12 …- http://cache.freescale.com/files/dsp/doc/archive/MCIMX27.pdf?fsrch=1&WT_TYPE=Data%20Sheets&WT_VE…
|
| /linux-6.15/scripts/package/debian/ |
| H A D | copyright | 3 The sources may be found at most Linux archive sites, including:
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | howto.rst | 118 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 309 網上很多地方都有這個郵件列表的存檔(archive)。可以使用搜尋引擎來找到這些
|