Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/qemu/subprojects/
H A Dforeign-0.3-rs.wrap2 directory = foreign-0.3.1
3 source_url = https://crates.io/api/v1/crates/foreign/0.3.1/download
4 source_filename = foreign-0.3.1.tar.gz
7 patch_directory = foreign-0.3-rs
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A D0001-lsfd-mkfds-foreign-sockets-skip-when-lacking-sock_di.patch4 Subject: [PATCH] lsfd/mkfds-foreign-sockets: skip when lacking sock_diag
18 tests/ts/lsfd/mkfds-foreign-sockets | 2 ++
21 diff --git a/tests/ts/lsfd/mkfds-foreign-sockets b/tests/ts/lsfd/mkfds-foreign-sockets
23 --- a/tests/ts/lsfd/mkfds-foreign-sockets
24 +++ b/tests/ts/lsfd/mkfds-foreign-sockets
H A Davoid_parallel_tests.patch24 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
25 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
/openbmc/qemu/hw/xen/
H A Dxen-operations.c54 refs[i] = to_domain ? seg->dest.foreign.ref : in libxengnttab_fallback_grant_copy()
55 seg->source.foreign.ref; in libxengnttab_fallback_grant_copy()
72 memcpy(page + seg->dest.foreign.offset, seg->source.virt, in libxengnttab_fallback_grant_copy()
75 memcpy(seg->dest.virt, page + seg->source.foreign.offset, in libxengnttab_fallback_grant_copy()
111 xengnttab_seg->dest.foreign.domid = domid; in libxengnttab_backend_grant_copy()
112 xengnttab_seg->dest.foreign.ref = seg->dest.foreign.ref; in libxengnttab_backend_grant_copy()
113 xengnttab_seg->dest.foreign.offset = seg->dest.foreign.offset; in libxengnttab_backend_grant_copy()
117 xengnttab_seg->source.foreign.domid = domid; in libxengnttab_backend_grant_copy()
118 xengnttab_seg->source.foreign.ref = seg->source.foreign.ref; in libxengnttab_backend_grant_copy()
119 xengnttab_seg->source.foreign.offset = in libxengnttab_backend_grant_copy()
[all …]
/openbmc/qemu/subprojects/packagefiles/foreign-0.3-rs/
H A Dmeson.build1 project('foreign-0.3-rs', 'rust',
11 'foreign',
26 meson.override_dependency('foreign-0.3-rs', foreign_dep)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0001-build-these-are-foreign-automake-projects.patch4 Subject: [PATCH 1/3] build: these are 'foreign' automake projects
11 files ChangeLog, AUTHORS, etc., use the 'foreign' automake
30 +AM_INIT_AUTOMAKE([foreign])
43 +AM_INIT_AUTOMAKE([foreign])
/openbmc/ipmitool/
H A Dbootstrap37 automake --foreign --add-missing --copy
41 automake --foreign
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A Dconfigure.patch8 #AM_INIT_AUTOMAKE([1.9 foreign])
10 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0011-fix-bug-of-do_compile-and-do_install.patch25 libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath
36 +libdmmp.install libmultipath/foreign.install: mpathpersist.install
40 libmultipath/foreign.install: libmultipath.install
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dautomake-foreign.patch1 Pass foreign to AM_INIT_AUTOMAKE so it doesn't enforce GNU strictness.
12 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/
H A Dautomake.patch1 Update autoconf prologue to use "foreign" strictness.
15 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch5 so tell it to be "foreign".
20 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/poky/meta/recipes-support/libffi/
H A Dlibffi_3.4.8.bb1 SUMMARY = "A portable foreign function interface library"
5 time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name …
7 library really only provides the lowest, machine dependent layer of a fully featured foreign functi…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography-crates.inc12 crate://crates.io/foreign-types/0.3.2 \
13 crate://crates.io/foreign-types-shared/0.1.1 \
49 SRC_URI[foreign-types-0.3.2.sha256sum] = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3f…
50 SRC_URI[foreign-types-shared-0.1.1.sha256sum] = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac…
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A Dconfigure.ac4 AM_INIT_AUTOMAKE(foreign)
/openbmc/openbmc-tools/adcapp/
H A Dconfigure.ac2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
/openbmc/openbmc-tools/pwmtachtool/
H A Dconfigure.ac2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/
H A Dconfigure.patch8 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/
H A Dam_foreign.patch9 +AUTOMAKE_OPTIONS = foreign
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0001-libltdl-remove-reference-to-nonexisting-directory.patch37 AUTOMAKE_OPTIONS = foreign
50 AUTOMAKE_OPTIONS = foreign
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A Dobsolete_automake_macros.patch10 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNIST-PD-fallback3 …ted States. This software may be subject to foreign copyright. Permission in the United States and…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure.patch19 +AM_INIT_AUTOMAKE([foreign])
/openbmc/openpower-sbe-interface/
H A Dconfigure.ac6 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c466 uint32_t ref = to_domain ? seg->dest.foreign.ref : in xen_be_gnttab_copy()
467 seg->source.foreign.ref; in xen_be_gnttab_copy()
479 memcpy(page + seg->dest.foreign.offset, seg->source.virt, in xen_be_gnttab_copy()
482 memcpy(seg->dest.virt, page + seg->source.foreign.offset, in xen_be_gnttab_copy()

123