/openbmc/linux/tools/lib/bpf/ |
H A D | zip.c | 135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() argument 137 if (offset + size > archive->size || offset > offset + size) in check_access() 140 return archive->data + offset; in check_access() 146 static int try_parse_end_of_cd(struct zip_archive *archive, __u32 offset) in try_parse_end_of_cd() argument 152 eocd = check_access(archive, offset, sizeof(*eocd)); in try_parse_end_of_cd() 157 if (offset + sizeof(*eocd) + comment_length != archive->size) in try_parse_end_of_cd() 167 if (!check_access(archive, cd_offset, cd_size)) in try_parse_end_of_cd() 170 archive->cd_offset = cd_offset; in try_parse_end_of_cd() 171 archive->cd_records = cd_records; in try_parse_end_of_cd() 175 static int find_cd(struct zip_archive *archive) in find_cd() argument [all …]
|
/openbmc/linux/Documentation/arch/arm/ |
H A 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/ |
H A D | gnome-common_3.18.0.bb | 12 SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053" 13 SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf" 18 # Default to enable autoconf-archive to avoid conflicts 19 PACKAGECONFIG ??= "autoconf-archive" 20 PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-ar…
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0002-add-install-targets-to-Makefiles.patch | 44 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 71 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -pthread -Wl,--no-whole-archive -rdynamic 86 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -pthread -Wl,--no-whole-archive -rdynamic 101 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 116 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 131 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 146 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 161 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 176 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic 191 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/ |
H A D | 0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch | 10 magic/Magdir/archive | 50 +++++++++++++++++++++++--------------------- 13 diff --git a/magic/Magdir/archive b/magic/Magdir/archive 15 --- a/magic/Magdir/archive 16 +++ b/magic/Magdir/archive 19 -# $File: archive,v 1.206 2024/11/26 19:39:14 christos Exp $ 20 +# $File: archive,v 1.207 2024/11/27 15:37:46 christos Exp $ 21 # archive: file(1) magic for archive formats (see also "msdos" for self- 49 ->>>26 string !\x8\0\0\0mimetype Zip archive data 64 !:mime application/vnd.android.package-archive 80 +>>>>>4 beshort x Zip archive data, at least [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | retain.py | 99 for archive in archives: 101 archive_prefix = os.path.basename(archive).split('.tar')[0] 104 …ve %s name does not start with expected prefix "%s"' % (os.path.basename(archive), expected_prefix… 105 with tarfile.open(archive) as tf: 108 …e without tarball-named subdirectory within tarball %s: %s' % (os.path.basename(archive), ti.name)) 112 … self.fail('Did not find log.do_compile in output archive %s' % os.path.basename(archive)) 222 for archive in archives: 224 archive_prefix = os.path.basename(archive).split('.tar')[0] 229 with tarfile.open(archive, 'r:bz2') as tf: 232 …e without tarball-named subdirectory within tarball %s: %s' % (os.path.basename(archive), ti.name)) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 19 def fetch(self, workdir, dl_dir, url, archive=None): argument 20 if not archive: 22 archive = os.path.basename(urlparse(url).path) 25 archive_tarball = os.path.join(dl_dir, archive) 29 tarball = os.path.join(workdir, archive)
|
/openbmc/linux/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
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | buildproject.py | 20 self.archive = os.path.basename(uri) 25 self.localarchive = os.path.join(tmpdir, self.archive) 30 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive) 37 if self.dl_dir and os.path.exists(os.path.join(self.dl_dir, self.archive)): 38 shutil.copyfile(os.path.join(self.dl_dir, self.archive), self.localarchive)
|
H A D | targetbuild.py | 21 self.archive = os.path.basename(uri) 28 self.localarchive = os.path.join(tmpdir, self.archive) 32 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive) 37 if dl_dir and os.path.exists(os.path.join(dl_dir, self.archive)): 38 bb.utils.copyfile(os.path.join(dl_dir, self.archive), self.localarchive) 95 …(status, output) = self.target.run('tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targe… 125 cmd = 'tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir)
|
/openbmc/linux/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/
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config.cpp | 642 void Config::save(Archive& archive, const std::uint32_t /*version*/) const in save() argument 644 archive(this->enabled()); in save() 645 archive(ldapServerURI()); in save() 646 archive(ldapBindDN()); in save() 647 archive(ldapBaseDN()); in save() 648 archive(ldapSearchScope()); in save() 649 archive(ldapBindPassword); in save() 650 archive(userNameAttribute()); in save() 651 archive(groupNameAttribute()); in save() 655 void Config::load(Archive& archive, const std::uint32_t /*version*/) in load() argument [all …]
|
H A D | ldap_mapper_serialize.cpp | 30 void save(Archive& archive, const LDAPMapperEntry& entry, in save() argument 33 archive(entry.groupName(), entry.privilege()); in save() 45 void load(Archive& archive, LDAPMapperEntry& entry, in load() argument 51 archive(groupName, privilege); in load()
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/ |
H A D | xarchiver_0.5.4.21.bb | 1 SUMMARY = "Lightweight, desktop independent GTK+ archive manager" 19 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin 31 FILES:${PN} += "${libdir}/thunar-archive-plugin"
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager_serialize.cpp | 44 void save(Archive& archive, const Manager& entry, const std::uint32_t version) in save() argument 47 archive(entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save() 62 void load(Archive& archive, Manager& entry, const std::uint32_t version) in load() argument 75 archive(baseTbl, pendingAttrs); in load() 78 archive(baseTable, pendingAttrs); in load()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | mirrors.bbclass | 8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ 9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ 10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \ 11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \ 34 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \ 35 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \ 36 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \ 41 ${APACHE_MIRROR} http://archive.apache.org/dist \
|
/openbmc/phosphor-snmp/ |
H A D | snmp_serialize.cpp | 34 void save(Archive& archive, const Client& manager, in save() argument 37 archive(manager.address(), manager.port()); in save() 48 void load(Archive& archive, Client& manager, const std::uint32_t /*version*/) in load() argument 53 archive(ipaddress, port); in load()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_serialize.cpp | 30 void save(Archive& archive, const Entry& event, in save() argument 33 archive(event.timestamp(), event.message(), event.additionalData()); in save() 44 void load(Archive& archive, Entry& event, const std::uint32_t /* version */) in load() argument 52 archive(timestamp, message, additionalData); in load()
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/ |
H A D | thunar-archive-plugin_0.5.2.bb | 1 DESCRIPTION = "Thunar Archive Plugin allows you to create and extract archive files using file cont… 2 HOMEPAGE = "http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" 10 # install tap files in ${libdir}/thunar-archive-plugin
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/ |
H A D | gnome-themes-extra_3.28.bb | 18 SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" 19 SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" 20 SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" 32 # The libtool archive file is unneeded with shared libs on modern Linux
|
/openbmc/linux/scripts/ |
H A D | Makefile.package | 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)
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch | 36 /* Nothing in the archive. Set the default path to search below. */ 50 /* Name of the locale archive file. */ 51 -static const char archfname[] = COMPLOCALEDIR "/locale-archive"; 52 …ar archfname[4096] __attribute__ ((section (".gccrelocprefix"))) = COMPLOCALEDIR "/locale-archive"; 94 - printf ("locale: %-15.15s archive: " ARCHIVE_NAME "\n%s\n", 96 + printf ("locale: %-15.15s archive: %s\n%s\n",
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 4 dreport creates an archive(xz compressed) consisting of the following: 9 archive is stored in the user specified location. 14 -n, —-name <name> Name to be used for the archive. 18 -i, —-id <id> Dump identifier to associate with the archive. 24 -p, —-path <path> Optional contents to be included in the archive. 29 -s, --size <size> Maximum allowed size(in KB) of the archive.
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 25 from avocado.utils import archive 68 archive.extract(file_path, self.workdir) 228 archive.gzip_uncompress(initrd_path_gz, initrd_path) 267 archive.gzip_uncompress(initrd_path_gz, initrd_path) 311 archive.gzip_uncompress(rootfs_path_gz, rootfs_path) 355 image_path = archive.extract(image_path_gz, self.workdir) 403 archive.gzip_uncompress(image_path_gz, image_path)
|