Home
last modified time | relevance | path

Searched refs:containers (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/drivers/base/
H A Dattribute_container.c76 klist_init(&cont->containers, internal_container_klist_get, in attribute_container_register()
98 spin_lock(&cont->containers.k_lock); in attribute_container_unregister()
99 if (!list_empty(&cont->containers.k_list)) in attribute_container_unregister()
104 spin_unlock(&cont->containers.k_lock); in attribute_container_unregister()
174 klist_add_tail(&ic->node, &cont->containers); in attribute_container_add_device()
224 klist_for_each_entry(ic, &cont->containers, node, &iter) { in attribute_container_remove_device()
254 klist_for_each_entry(ic, &cont->containers, node, &iter) { in do_attribute_container_device_trigger_safe()
271 klist_for_each_entry(ic, &cont->containers, node, &iter) { in do_attribute_container_device_trigger_safe()
373 klist_for_each_entry(ic, &cont->containers, node, &iter) { in attribute_container_device_trigger()
537 klist_for_each_entry(ic, &cont->containers, node, &iter) { in attribute_container_find_class_device()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/
H A Dbubblewrap_0.10.0.bb2 HOMEPAGE = "https://github.com/containers/bubblewrap"
9 https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \
16 GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/"
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch23 containers/CMakeLists.txt | 2 +-
24 containers/test/CMakeLists.txt | 24 +++++++++----------
83 diff --git a/containers/CMakeLists.txt b/containers/CMakeLists.txt
85 --- a/containers/CMakeLists.txt
86 +++ b/containers/CMakeLists.txt
89 add_library(containers ${LIBRARY_TYPE} ${core_SRCS} ${io_SRCS} ${net_SRCS} ${packetizers_SRCS})
90 target_link_libraries(containers vcos)
91 -install(TARGETS containers DESTINATION lib)
92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR})
96 diff --git a/containers/test/CMakeLists.txt b/containers/test/CMakeLists.txt
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/composefs/
H A Dcomposefs_1.0.8.bb5 HOMEPAGE = "https://github.com/containers/composefs"
17 SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main"
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c91 if (QLIST_EMPTY(&space->containers)) { in vfio_eeh_as_container()
96 bcontainer = QLIST_FIRST(&space->containers); in vfio_eeh_as_container()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c35 static struct tcm *containers[TILFMT_NFORMATS]; variable
555 ret = tcm_reserve_2d(containers[fmt], w, h, align, -1, slot_bytes, in tiler_reserve_2d()
581 if (tcm_reserve_1d(containers[TILFMT_PAGE], num_pages, in tiler_reserve_1d()
932 containers[TILFMT_8BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
933 containers[TILFMT_16BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
934 containers[TILFMT_32BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
940 containers[TILFMT_PAGE] = omap_dmm->tcm[1]; in omap_dmm_probe()
944 containers[TILFMT_PAGE] = omap_dmm->tcm[0]; in omap_dmm_probe()
/openbmc/linux/Documentation/networking/
H A Dnetfilter-sysctl.rst15 with LOG target; this aims to prevent containers from flooding host
/openbmc/linux/include/linux/
H A Dattribute_container.h18 struct klist containers; member
/openbmc/qemu/include/hw/vfio/
H A Dvfio-container-base.h29 QLIST_HEAD(, VFIOContainerBase) containers;
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/
H A D0002-build_support-handle-empty-max_priority-value-as-Non.patch18 While on some other ubuntu-22.04 containers I see:
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst7 topology containers: drawers, books and sockets. They define a
59 If none of the containers attributes (drawers, books, sockets) are
60 specified for the ``-smp`` flag, the number of these containers
/openbmc/linux/Documentation/security/tpm/
H A Dtpm_vtpm_proxy.rst9 proxy device driver for Linux containers.
/openbmc/qemu/docs/devel/
H A Dmemory.rst193 This exceptional usage is valid because aliases and containers only help
196 or containers, and the above situation then cannot happen. Exploiting
203 on regions that have no owner, unless they are aliases or containers.
223 (This applies recursively -- if the subregions are themselves containers or
/openbmc/phosphor-bmc-code-mgmt/
H A D.clang-tidy167 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
168 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/phosphor-led-manager/
H A D.clang-tidy168 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
169 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/phosphor-psu-code-mgmt/
H A D.clang-tidy164 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
165 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/phosphor-state-manager/
H A D.clang-tidy168 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
169 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/openbmc/poky/
H A DREADME.poky.md8 and custom containers. There are reference demo images ranging from X11/GTK+
H A DREADME.md8 and custom containers. There are reference demo images ranging from X11/GTK+
/openbmc/openbmc/poky/meta-poky/
H A DREADME.poky.md8 and custom containers. There are reference demo images ranging from X11/GTK+
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf530 …k /run/user/* /snap/* @@localstatedir/lib/docker/* @@localstatedir/lib/containers/storage/* /run/c…
/openbmc/estoraged/
H A D.clang-tidy170 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
171 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/phosphor-time-manager/
H A D.clang-tidy170 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
171 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/phosphor-led-sysfs/
H A D.clang-tidy170 clang-analyzer-osx.coreFoundation.containers.OutOfBounds,
171 clang-analyzer-osx.coreFoundation.containers.PointerSizedValues,
/openbmc/bmcweb/docs/
H A DHEADERS.md34 - Moving the Request and Response containers to opaque structures, so a majority

123