Home
last modified time | relevance | path

Searched full:shared (Results 1 – 25 of 2550) sorted by relevance

12345678910>>...102

/openbmc/linux/drivers/media/platform/amphion/
Dvpu_malone.h
Dvpu_windsor.h
Dvpu_rpc.h
Dvpu_rpc.c
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
Dnvidia,tegra186-hsp.yaml
/openbmc/linux/mm/
Dinterval_tree.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/
H A D0002-Remove-suffix-shared-from-shared-library-name.patch4 Subject: [PATCH 2/2] Remove suffix `-shared' from shared library name
19 -set (HDF5_LIBSH_TARGET "${HDF5_LIB_CORENAME}-shared")
20 -set (HDF5_TEST_LIBSH_TARGET "${HDF5_TEST_LIB_CORENAME}-shared")
21 -set (HDF5_CPP_LIBSH_TARGET "${HDF5_CPP_LIB_CORENAME}-shared")
22 -set (HDF5_HL_LIBSH_TARGET "${HDF5_HL_LIB_CORENAME}-shared")
23 -set (HDF5_HL_CPP_LIBSH_TARGET "${HDF5_HL_CPP_LIB_CORENAME}-shared")
24 -set (HDF5_TOOLS_LIBSH_TARGET "${HDF5_TOOLS_LIB_CORENAME}-shared")
25 -set (HDF5_UTILS_LIBSH_TARGET "${HDF5_UTILS_LIB_CORENAME}-shared")
26 -set (HDF5_F90_LIBSH_TARGET "${HDF5_F90_LIB_CORENAME}-shared")
27 -set (HDF5_F90_C_LIBSH_TARGET "${HDF5_F90_C_LIB_CORENAME}-shared")
[all …]
/openbmc/linux/Documentation/filesystems/
Dsharedsubtree.rst
/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/
H A Dshared-mime-info_2.4.bb1 SUMMARY = "Shared MIME type database and specification"
2 DESCRIPTION = "The shared-mime-info package contains the core database of common types."
3 HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
9 DEPENDS = "libxml2 glib-2.0 shared-mime-info-native xmlto-native"
11 SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master \
23 FILES:${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc ${datadir}/gettext/its"
27 PACKAGES =+ "shared-mime-info-data"
28 FILES:shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml"
29 RDEPENDS:shared-mime-info-data = "shared-mime-info"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0021-shared-Do-not-use-malloc_info-on-musl.patch4 Subject: [PATCH 21/22] shared: Do not use malloc_info on musl
9 src/shared/bus-util.c | 5 +++--
10 src/shared/common-signal.c | 4 ++--
13 diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
15 --- a/src/shared/bus-util.c
16 +++ b/src/shared/bus-util.c
36 diff --git a/src/shared/common-signal.c b/src/shared/common-signal.c
38 --- a/src/shared/common-signal.c
39 +++ b/src/shared/common-signal.c
H A D0014-Handle-missing-gshadow.patch14 src/shared/user-record-nss.c | 20 ++++++++++++++++++++
15 src/shared/user-record-nss.h | 4 ++++
16 src/shared/userdb.c | 7 ++++++-
19 diff --git a/src/shared/user-record-nss.c b/src/shared/user-record-nss.c
21 --- a/src/shared/user-record-nss.c
22 +++ b/src/shared/user-record-nss.c
124 diff --git a/src/shared/user-record-nss.h b/src/shared/user-record-nss.h
126 --- a/src/shared/user-record-nss.h
127 +++ b/src/shared/user-record-nss.h
140 diff --git a/src/shared/userdb.c b/src/shared/userdb.c
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0021-shared-Do-not-use-malloc_info-on-musl.patch4 Subject: [PATCH 21/26] shared: Do not use malloc_info on musl
9 src/shared/bus-util.c | 5 +++--
10 src/shared/common-signal.c | 4 ++--
13 diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
15 --- a/src/shared/bus-util.c
16 +++ b/src/shared/bus-util.c
36 diff --git a/src/shared/common-signal.c b/src/shared/common-signal.c
38 --- a/src/shared/common-signal.c
39 +++ b/src/shared/common-signal.c
H A D0014-Handle-missing-gshadow.patch14 src/shared/user-record-nss.c | 20 ++++++++++++++++++++
15 src/shared/user-record-nss.h | 4 ++++
16 src/shared/userdb.c | 7 ++++++-
19 diff --git a/src/shared/user-record-nss.c b/src/shared/user-record-nss.c
21 --- a/src/shared/user-record-nss.c
22 +++ b/src/shared/user-record-nss.c
123 diff --git a/src/shared/user-record-nss.h b/src/shared/user-record-nss.h
125 --- a/src/shared/user-record-nss.h
126 +++ b/src/shared/user-record-nss.h
139 diff --git a/src/shared/userdb.c b/src/shared/userdb.c
[all …]
/openbmc/linux/arch/powerpc/kvm/
De500_mmu.c
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dmakefile-fix-parallel.patch13 Fatal error: can't create shared/hosts_access.o: No such file or directory
29 shared/%.o: %.c
30 + [ -d shared ] || mkdir -p shared
34 @@ -730,6 +731,8 @@ SHLIB_OBJ= $(addprefix shared/, $(LIB_OBJ));
47 - @if [ ! -d shared ]; then mkdir shared; fi
48 + @[ -d shared ] || mkdir -p shared
/openbmc/u-boot/drivers/smem/
H A DKconfig2 bool "SMEM (Shared Memory mamanger) support"
7 bool "Sandbox Shared Memory Manager (SMEM)"
12 The sandbox driver allocates a shared memory from the heap and
16 bool "Qualcomm Shared Memory Manager (SMEM)"
20 Enable support for the Qualcomm Shared Memory Manager.
21 The driver provides an interface to items in a heap shared among all
/openbmc/linux/Documentation/userspace-api/
Dunshare.rst
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/
Dxen,shared-memory.txt
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmime.bbclass11 DEPENDS += "${@bb.utils.contains('BPN', 'shared-mime-info', '', 'shared-mime-info', d)}"
12 PACKAGE_WRITE_DEPS += "shared-mime-info-native"
33 # $D${MIMEDIR}/packages belong to package shared-mime-info-data,
34 # packages like libfm-mime depend on shared-mime-info-data.
35 # after shared-mime-info-data uninstalled, $D${MIMEDIR}/packages
73 if pkg != 'shared-mime-info-data':
74 bb.note("adding shared-mime-info-data dependency to %s" % pkg)
75 d.appendVar('RDEPENDS:' + pkg, " " + d.getVar('MLPREFIX')+"shared-mime-info-data")
/openbmc/u-boot/include/
H A Dtee.h12 #define TEE_GEN_CAP_REG_MEM BIT(1) /* Supports registering shared memory */
14 #define TEE_SHM_REGISTER BIT(0) /* In list of shared memory */
70 * struct tee_shm - memory shared with the TEE
73 * @addr: Pointer to the shared memory
74 * @size: Size of the the shared memory
87 * @shm_offs: Offset in bytes into the shared memory object @shm
89 * @shm: Pointer to a shared memory object for the buffer
176 * @shm_register: Registers memory shared with the TEE
177 * @shm_unregister: Unregisters memory shared with the TEE
220 * shm_register() - Registers memory shared with the TEE
[all …]
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_srq.c
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
Drt2500usb.h
/openbmc/linux/arch/x86/xen/
Dgrant-table.c
/openbmc/qemu/docs/system/devices/
H A Divshmem.rst1 Inter-VM Shared Memory device
4 On Linux hosts, a shared memory device is available. The basic syntax
11 where hostmem names a host memory backend. For a POSIX shared memory
19 shared memory region. Interrupt support requires using a shared memory
21 shared memory server is qemu.git/contrib/ivshmem-server. An example
22 syntax when using the shared memory server is:
41 With device property ``master=on``, the guest will copy the shared
/openbmc/u-boot/drivers/tee/optee/
H A Doptee_smc.h121 * a3 Cache settings, not used if physical pointer is in a predefined shared
160 * Get Shared Memory Config
162 * Returns the Secure/Non-secure shared memory config.
214 /* Secure world has reserved shared memory for normal world to use */
216 /* Secure world can communicate via previously unregistered shared memory */
220 * Secure world supports commands "register/unregister shared memory",
237 * Disable and empties cache of shared memory objects
239 * Secure world can cache frequently used shared memory objects, for
241 * function returns one shared memory reference to free. To disable the
252 * a1 Upper 32bit of a 64bit Shared memory cookie
[all …]

12345678910>>...102